Commit Graph

390 Commits

Author SHA1 Message Date
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
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
zrguo
ff921b1274 Merge pull request #916 from ShanGor/main
Add support to namespace_prefix for postgres_impl
2025-02-21 22:53:06 +08:00
Samuel Chan
60ad8ccf12 Add support to namespace_prefix 2025-02-21 22:48:23 +08:00
yangdx
043dbad683 Merge remote-tracking branch 'origin/main' into refactor-api-server 2025-02-21 11:24:16 +08:00
Yannick Stephan
678e0f9aea Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
Yannick Stephan
439685e69c Revert "removed get_knowledge_graph" 2025-02-20 14:29:36 +01:00
Yannick Stephan
c4562f71b9 cleanup extraction 2025-02-20 14:17:26 +01:00
Yannick Stephan
214e3e8ad5 fixed last update 2025-02-20 14:12:19 +01:00
Yannick Stephan
8413537ad2 cleanup 2025-02-20 13:44:17 +01:00
Yannick Stephan
4923f5c1d7 cleanup kg 2025-02-20 13:39:46 +01:00
Yannick Stephan
c7bc2c63cf cleanup storages 2025-02-20 13:21:41 +01:00
Yannick Stephan
32d0f1acb0 added docs and fields 2025-02-20 13:09:33 +01:00
Yannick Stephan
9f2c659d9c remove unused log 2025-02-20 12:54:14 +01:00
Yannick Stephan
cedb5f3975 Merge pull request #886 from YanSte/clean-2
removed get_knowledge_graph
2025-02-19 22:59:10 +01:00
Yannick Stephan
89c35c82c7 removed get_knowledge_graph 2025-02-19 22:57:46 +01:00
Yannick Stephan
4978379b9c Merge pull request #885 from YanSte/remove-unsused
Cleanup of code
2025-02-19 22:54:58 +01:00
Yannick Stephan
eb3306f34c cleanup 2025-02-19 22:52:49 +01:00
Yannick Stephan
48a1ad9b3b Merge pull request #883 from YanSte/fix-return-none
Optimised returns
2025-02-19 22:24:50 +01:00
Yannick Stephan
9277fe8c29 fixed return 2025-02-19 22:22:41 +01:00
yangdx
f776db0779 Improved document status retrieval with content fallback.
- Added content fallback to content_summary
- Handled missing fields gracefully
- Made data copy to avoid modification
- Added error logging for missing fields
- Improved code readability and robustness
2025-02-20 04:09:02 +08:00
Saifeddine ALOUI
45ee4dd08c fixed linting 2025-02-19 20:50:39 +01:00
Saifeddine ALOUI
b44d582ebf Update tidb_impl.py 2025-02-19 19:52:10 +01:00
Saifeddine ALOUI
473e52a095 Update qdrant_impl.py 2025-02-19 19:51:39 +01:00
Saifeddine ALOUI
521dbf2be1 Update postgres_impl.py 2025-02-19 19:50:46 +01:00
Saifeddine ALOUI
9ec46b8c5c Update oracle_impl.py 2025-02-19 19:50:24 +01:00
Saifeddine ALOUI
d3c443529c Update nano_vector_db_impl.py 2025-02-19 19:49:41 +01:00
Saifeddine ALOUI
b9d4ea5f0d Update mongo_impl.py 2025-02-19 19:49:23 +01:00
Saifeddine ALOUI
ea5d8207a2 Update milvus_impl.py 2025-02-19 19:47:20 +01:00
Saifeddine ALOUI
d25a523175 Update gremlin_impl.py 2025-02-19 19:46:43 +01:00
Saifeddine ALOUI
8a0dbc97eb Update faiss_impl.py 2025-02-19 19:44:27 +01:00
Saifeddine ALOUI
2d085cda43 Update chroma_impl.py 2025-02-19 19:44:10 +01:00
Saifeddine ALOUI
5d19a888b0 Update age_impl.py 2025-02-19 19:36:14 +01:00
Saifeddine ALOUI
52abf9cc50 Removed useless try/except 2025-02-19 19:32:23 +01:00
Saifeddine ALOUI
d3c9af909b Update networkx_impl.py 2025-02-19 18:40:13 +01:00
Yannick Stephan
ad07f22cc8 back age 2025-02-19 15:09:41 +01:00
Yannick Stephan
48377d91ef back age 2025-02-19 14:26:46 +01:00
Yannick Stephan
fc151e5866 cleaned code 2025-02-19 13:54:27 +01:00
Yannick Stephan
495b0ddbe0 fixed networkx 2025-02-19 13:48:18 +01:00
Yannick Stephan
4adb4418fd cleaned code 2025-02-19 13:42:49 +01:00
Yannick Stephan
05147f4799 improved code of postgress and execution 2025-02-19 13:31:30 +01:00
Yannick Stephan
ccb117e1c6 Merge pull request #846 from ArnoChenFx/db-connection-and-storage-lifecycle
Refactor Database Connection Management and Improve Storage Lifecycle Handling
2025-02-18 22:39:31 +01:00
ArnoChen
bfc548edf2 change init=False to default=None for db fields to prevent no attribute error 2025-02-19 04:55:59 +08:00
ArnoChen
f50604b2d3 improve conditional checks for db instance 2025-02-19 04:53:15 +08:00
ArnoChen
ae7a850d4e create mongodb vector index only if not exists 2025-02-19 04:37:43 +08:00
ArnoChen
6d8e627f85 improve MongoDB client management and storage init 2025-02-19 04:30:52 +08:00