Commit Graph

2110 Commits

Author SHA1 Message Date
zrguo
a8f4385c05 Add clear_cache 2025-03-01 18:30:58 +08:00
zrguo
a923ee89b0 Update __init__.py 2025-03-01 17:47:53 +08:00
zrguo
4219454fab fix format 2025-03-01 17:45:06 +08:00
Yannick Stephan
5bbe61a02d Merge pull request #960 from FeHuynhVI/fix-delete-by-doc-id
feat: fix delete by document id
2025-02-28 19:44:05 +01:00
Huỳnh Triệu Vĩ
2f7fe5e4b6 feat: fix delete by document id 2025-02-27 23:34:57 +07:00
zrguo
781ce7dfe2 Merge pull request #953 from zhicwu/main
Use consistent format as in examples
2025-02-26 23:23:44 +08:00
Zhichun Wu
d79a9d7acc consistent format 2025-02-26 23:04:21 +08:00
Yannick Stephan
c785b4ba7d Merge pull request #952 from YanSte/version-2
Version 1.2.2
2025-02-26 12:13:52 +01:00
Yannick Stephan
8fa45556d0 updated version to 1.2.2 2025-02-26 12:12:08 +01:00
Yannick Stephan
3c9908b94a fixed lint 2025-02-26 12:11:28 +01:00
Yannick Stephan
2ba3447a56 Merge branch 'HKUDS:main' into main 2025-02-26 12:10:43 +01:00
Yannick Stephan
4963305dc3 Merge pull request #950 from cnjack/feat/custom_doc_ids
add support for the single document and custom chunks method
2025-02-26 12:08:02 +01:00
Yannick Stephan
3dca265b64 Merge pull request #940 from FeHuynhVI/FEHuynhVI-fix-run-async-safely
fix this event loop is already running
2025-02-26 12:06:58 +01:00
jack
fee90ddd9d add support for the single document and custom chunks method 2025-02-26 14:41:10 +08:00
Yannick Stephan
32b498b71c Merge pull request #946 from ArnoChenFx/dev-webui
Enhance Graph Visualization with Configurable Depth and Layout Iterations
2025-02-25 19:40:17 +01:00
ArnoChen
798c37d4fa build webui 2025-02-25 18:36:34 +08:00
ArnoChen
40a1a94a31 add graph depth and layout iteration settings 2025-02-25 18:32:53 +08:00
Huỳnh Triệu Vĩ
4a3c6de4ba remove character ticks 2025-02-25 04:18:52 +07:00
Huỳnh Triệu Vĩ
a4d88b8cd4 fix this event loop is already running 2025-02-25 04:16:22 +07:00
Yannick Stephan
7f96ab654a Merge pull request #933 from ArnoChenFx/dev-webui
Add retrieval message code highlighting and copy button
2025-02-24 12:11:06 +01:00
ArnoChen
e54aa276c8 Merge remote-tracking branch 'origin/main' into dev-webui 2025-02-24 19:00:06 +08:00
ArnoChen
69b36d855b build webui 2025-02-24 18:59:31 +08:00
ArnoChen
dbf5481959 replace react-shiki with react-syntax-highlighter to reduce package size 2025-02-24 18:58:57 +08:00
ArnoChen
5ccad9adf4 update logo in README 2025-02-24 18:18:59 +08:00
ArnoChen
e2b4e661e3 feat: retrieval message code highlight, message copy button 2025-02-24 18:17:17 +08:00
zrguo
8e86e6523d Merge pull request #931 from konrad-woj/fix-dim-error
fix AttributeError: 'NoneType' object has no attribute 'dim'
2025-02-24 17:52:45 +08:00
zrguo
c79ab5bb35 Merge pull request #928 from danielaskdd/impl-get-kg-grap
Implement Knowledge Graph API for NetworkX Storage
2025-02-24 17:29:47 +08:00
Konrad Wojciechowski
4f76b1c23e fix AttributeError: 'NoneType' object has no attribute 'dim' 2025-02-24 10:28:15 +01:00
yangdx
9fd0ab185f Removed unnecessary comment 2025-02-24 16:28:18 +08:00
yangdx
b8543b8701 Remove unnecessary comment in networkx_impl.py 2025-02-24 09:55:03 +08:00
yangdx
9dd18ccd89 Simplify log message 2025-02-24 03:52:43 +08:00
yangdx
03326ff2f7 Merge branch 'main' into impl-get-kg-grap 2025-02-24 03:36:17 +08:00
yangdx
facf7c11fe Reduce knowledge graph max_depth from 100 to 3 2025-02-24 03:34:44 +08:00
yangdx
6cf555ebd5 Fix linting 2025-02-24 03:33:22 +08:00
yangdx
b4543561f6 Limit subgraph size to 500 nodes in NetworkXStorage
- Add max_graph_nodes check
- Reduce subgraph by degree
- Log graph size reduction
2025-02-24 03:32:33 +08:00
yangdx
b13c947360 Implement get_all_labels and get_knowledge_graph methods in NetworkXStorage 2025-02-24 02:37:42 +08:00
yangdx
f29628125b Fix typo in parameter name from 'nodel_label' to 'node_label' 2025-02-24 02:36:36 +08:00
Yannick Stephan
b020f5fe2b Merge pull request #925 from danielaskdd/simplify-cli-arguments
Simplify cli arguments
2025-02-23 15:02:58 +01:00
yangdx
2ebab84b72 Fix typo 2025-02-23 19:54:12 +08:00
yangdx
9546be326a Improve entity extraction logging and metrics 2025-02-23 19:47:43 +08:00
yangdx
bf13bfcab8 Merge branch 'clear-text-before-insert' into simplify-cli-arguments 2025-02-23 18:50:48 +08:00
yangdx
4202ce8d2f Fix entity_type string formatting(Fix PostgreSQL indexing)
- Remove redundant quotes
- Use consistent double quotes
2025-02-23 18:47:10 +08:00
yangdx
4a9cfdcb10 Update storage configurations in .env.example 2025-02-23 17:56:10 +08:00
yangdx
6b446535b8 Merge branch 'main' into simplify-cli-arguments 2025-02-23 17:12:40 +08:00
yangdx
df1eebbbbd Merge branch 'main' into clear-text-before-insert 2025-02-23 17:11:31 +08:00
yangdx
f5efe5977b Merge branch 'clear-text-before-insert' into simplify-cli-arguments 2025-02-23 17:06:39 +08:00
yangdx
78e0ca7835 Change defautl timeout for LLM to 150s 2025-02-23 17:03:35 +08:00
yangdx
57884f2fb8 Refine LLM settings in env sample file 2025-02-23 16:52:41 +08:00
yangdx
df95f251dc Move server ready message to lifespan 2025-02-23 16:42:31 +08:00
yangdx
dbeda8a9ff Change scanning logs from INFO to DEBUG level 2025-02-23 16:12:08 +08:00