Yannick Stephan
fc0cf2934e
fixed drop
2025-02-18 10:21:14 +01:00
Yannick Stephan
3b30b7985b
fixed str enum
2025-02-17 18:26:07 +01:00
zrguo
9a1603f594
Merge pull request #795 from YanSte/make-clear-what-implemented-or-not
...
Enhancing ABC Enforcement and Standardizing Subclass Implementations
2025-02-17 16:03:22 +08:00
zrguo
fce24f7611
Merge pull request #797 from danielaskdd/add-env-settings
...
Add the token size truncation for local query and token size setting by env
2025-02-17 15:00:07 +08:00
Yannick Stephan
87a13fd3ea
cleaned code
2025-02-16 16:22:28 +01:00
Yannick Stephan
2bf238396e
updated wrong status
2025-02-16 15:52:59 +01:00
yangdx
8f6e9fcf50
Merge branch 'main' into add-env-settings
2025-02-16 22:34:39 +08:00
Yannick Stephan
0c21442ca4
fixed default init
2025-02-16 15:20:46 +01:00
Yannick Stephan
9a5fbaaa5f
removed unused methods
2025-02-16 14:50:04 +01:00
Yannick Stephan
3fef8201c6
added final, required methods and cleaned import
2025-02-16 14:38:09 +01:00
ArnoChen
893b645506
unify doc status retrieval with get_docs_by_status
2025-02-16 21:28:58 +08:00
Yannick Stephan
7848a38a45
added all abstractmethod
2025-02-16 14:11:19 +01:00
Yannick Stephan
931c31fa8c
cleaned code
2025-02-16 13:55:30 +01:00
Yannick Stephan
882190a515
updated clean of what implemented on DocStatusStorage
2025-02-16 13:53:59 +01:00
Yannick Stephan
71a18d1de9
updated clean of what implemented on BaseKVStorage
2025-02-16 13:31:12 +01:00
yangdx
7f13b779e1
Fix linting
2025-02-16 20:15:14 +08:00
yangdx
4e354451b7
Fix load_dotenv() missing problem for base.py
2025-02-16 20:05:45 +08:00
yangdx
601df31edf
feat: move query-related settings to env file for better configuration
...
• Add env vars for token and chunk settings
• Add token count logging for prompts
• Add token count logging for context
• Move hardcoded values to env variables
• Improve logging clarity and consistency
2025-02-16 19:26:57 +08:00
Yannick Stephan
3319db0dba
cleaned code
2025-02-15 22:37:32 +01:00
Yannick Stephan
eaf1d553d2
improved typing
2025-02-15 22:37:12 +01:00
Yannick Stephan
8d0d8b8279
remove unsused method
2025-02-15 22:24:49 +01:00
Yannick Stephan
49ce229af7
fix wrong type
2025-02-15 22:23:16 +01:00
Yannick Stephan
621540a54e
cleaned code
2025-02-15 00:23:14 +01:00
Yannick Stephan
805da7b95b
cleaned code
2025-02-15 00:02:24 +01:00
Yannick Stephan
7e526d3436
cleaned code
2025-02-14 23:52:05 +01:00
Yannick Stephan
e6520ad6a2
added typing
2025-02-14 23:49:39 +01:00
Yannick Stephan
cf6e327bf4
added type and cleaned code
2025-02-14 23:42:52 +01:00
Yannick Stephan
66f555677a
cleaning the message and project no needed
2025-02-14 23:31:27 +01:00
ArnoChen
c674905a98
use KnowledgeGraph typed dict for graph API response
2025-02-13 17:32:51 +08:00
ArnoChen
9daab4340c
add MongoDocStatusStorage
...
remove unnecessary logging
format
2025-02-12 04:13:48 +08:00
zrguo
a272c7b3f7
Merge pull request #741 from Brenon28/fix-update-doc-status-postgresql
...
fix(postgres): update document status with partial update instead of …
2025-02-11 22:14:52 +08:00
Yannick Stephan
23283180c7
fixed type
2025-02-10 19:59:19 +01:00
Yannick Stephan
e1f4f9560d
updated documentation
2025-02-10 19:57:55 +01:00
Brenon
4723e9b535
fix(postgres): update document status with partial update instead of full upsert
2025-02-10 15:05:44 +03:00
Yannick Stephan
6480ddee5d
cleaned code
2025-02-09 19:51:05 +01:00
Yannick Stephan
7d63898015
fixed bugs
2025-02-09 19:21:49 +01:00
Yannick Stephan
f84be33d5c
cleaned code
2025-02-09 15:54:15 +01:00
Yannick Stephan
c36c6743d6
cleaned code
2025-02-09 15:25:58 +01:00
Yannick Stephan
948d21b41d
added docs and content
2025-02-09 15:24:41 +01:00
Yannick Stephan
82481ecf28
cleaned code
2025-02-09 14:55:52 +01:00
Yannick Stephan
4cce14e65e
cleaned import
2025-02-09 11:24:08 +01:00
Yannick Stephan
af477e8a26
cleaned typing
2025-02-09 11:00:04 +01:00
Yannick Stephan
d267f06602
cleaned base and optional unuseful
2025-02-09 10:32:59 +01:00
Yannick Stephan
50c7f26262
cleanup code
2025-02-08 23:58:15 +01:00
Yannick Stephan
677013e9d5
cleaned code
2025-02-08 23:24:00 +01:00
Yannick Stephan
eb552afcdc
fixed base and generic
2025-02-08 23:16:04 +01:00
Yannick Stephan
ff0bd1512e
cleaned base and added missing status
2025-02-08 22:57:37 +01:00
yangdx
7aedc08caf
Add RAG configuration options and enhance parameter configurability
...
- Add top-k and cosine-threshold parms for api server
- Update .env and cli parms handling with new parameters
- Improve splash screen display
- Update bash and storage classes to read new parameters from .env file.
2025-01-29 21:34:34 +08:00
hyb
8e52846a8b
fix: webui fix
2025-01-25 18:54:40 +08:00
Magic_yuan
5719aa8882
支持多轮对话
2025-01-24 19:03:36 +08:00