yangdx
72384f87c4
Remove deprecated code from Postgres_impl.py
...
- Stop filtering out 'base' node labels
- Match any edge type in query to improve performance
2025-06-25 12:53:07 +08:00
yangdx
109c2b48be
Fix linting
2025-06-25 12:39:43 +08:00
yangdx
da46b341dc
feat: Optimize document deletion performance
...
- To enhance performance during document deletion, new batch-get methods, `get_nodes_by_chunk_ids` and `get_edges_by_chunk_ids`, have been added to the graph storage layer (`BaseGraphStorage` and its implementations). The [`adelete_by_doc_id`](lightrag/lightrag.py:1681) function now leverages these methods to avoid unnecessary iteration over the entire knowledge graph, significantly improving efficiency.
- Graph storage updated: Networkx, Neo4j, Postgres AGE
2025-06-25 12:37:57 +08:00
yangdx
fd69c895cd
Remove debug looging from Neo4j
2025-06-24 01:03:02 +08:00
yangdx
64d0df0caa
Remove debug logging from Neo4J operations
...
- Delete node upsert debug log
- Remove edge upsert debug messages
2025-06-24 00:45:17 +08:00
yangdx
cc12460b38
Fix: Silence PostgreSQL logs during idempotent graph initialization
2025-06-23 23:08:56 +08:00
zrguo
4937de8809
Update
2025-06-22 15:12:09 +08:00
zrguo
ead82a8dbd
update delete_by_doc_id
2025-06-09 18:52:34 +08:00
yangdx
ada2443653
Optimize default setting of PostgreSQL
2025-05-22 17:09:26 +08:00
yangdx
2ee809cf58
Increase PG connection pool to 20
2025-05-22 16:37:18 +08:00
zrguo
cf4bb148fb
fix linting
2025-05-12 16:28:36 +08:00
zrguo
61a21f8d5d
Merge pull request #1325 from venkateshpabbati/main
...
security fix
2025-05-12 16:25:11 +08:00
yangdx
ebdc7cea49
Merge branch 'allow_max_connection_config' into pg-max-connection
2025-05-09 14:16:53 +08:00
Arjun Rao
6ebd76d5da
bugfix: convert config val to int
2025-05-09 04:22:46 +10:00
Arjun Rao
f2c522ce7a
Allow max_connections to be configured in postgres
2025-05-08 11:00:56 +10:00
widgit
e070c19414
Update postgres_impl.py
...
Was missing , on the SQL Table create command
2025-05-05 23:55:19 +10:00
yangdx
e46a4b2079
Optimize log message
2025-05-04 22:31:57 +08:00
yangdx
9a41de51fb
Optimize log message
2025-05-04 22:20:44 +08:00
yangdx
dcb2a72462
Fix JSON handling error for PostgreSQL graph storage
2025-05-04 22:18:56 +08:00
yangdx
1213f53fc9
Fix mistakenly interpreting a string as JSON for PostgreSQL AGE graph storage
2025-05-04 02:20:43 +08:00
yangdx
2063f6c6c8
Fix created_at handling bug for Milvus
2025-05-03 21:51:45 +08:00
yangdx
ca240fa463
Remove buggy data migration function
2025-05-03 16:23:03 +08:00
yangdx
045993f7d2
Remove deprecated search_by_prefix
2025-05-03 11:17:49 +08:00
yangdx
3b4015f6fd
Translate commnet to English
2025-05-03 00:54:17 +08:00
yangdx
08e8a7ead1
Fix linting
2025-05-03 00:46:28 +08:00
yangdx
debe8f329a
Fix created_at problem for Tidb vector storage
2025-05-03 00:46:10 +08:00
yangdx
81071df982
Fix timezone bugs for PostgreSQL vector storage
2025-05-03 00:44:55 +08:00
yangdx
c3df1908dc
Fix created_at probelm for MongoDB vector storage
2025-05-02 21:48:01 +08:00
yangdx
02de7420b2
Fix create_at problem for Tidb vector db
2025-05-02 21:28:49 +08:00
yangdx
6021796a61
Fix created_at problem for Qdrant vector db
2025-05-02 16:38:35 +08:00
yangdx
ce96947502
Fix created_at problem for Milvus vector db
2025-05-02 16:31:22 +08:00
yangdx
0dc712e0bc
Fix created_at handling in Chroma vector db
2025-05-02 16:21:48 +08:00
yangdx
011659b8bc
Fix created_at handling in FAISS vector db
2025-05-01 23:33:54 +08:00
yangdx
ca85f8a461
Convert timestamp to integer in vector DB storage
2025-05-01 23:25:47 +08:00
yangdx
1b049b4214
Fix time handling bugs for PostgreSQL
2025-05-01 15:13:42 +08:00
yangdx
8c7e9aceb2
Fix time handle bugs for nano vector db
2025-05-01 11:34:38 +08:00
yangdx
36f8787bc7
Fix linting
2025-05-01 10:04:31 +08:00
yangdx
950d42c527
Store utc time in PostgreSQL
2025-05-01 10:04:17 +08:00
yangdx
9f33ff2ecd
Optimize log messages
2025-04-29 13:45:06 +08:00
yangdx
5f3e210246
Optimize log messages
2025-04-29 13:32:05 +08:00
yangdx
3aef63cc65
Optimize log info
2025-04-28 23:17:09 +08:00
yangdx
40a2357c14
Persistence cache data to disk before exiting
2025-04-28 23:16:50 +08:00
yangdx
ca63386546
Increase embeding priority for query request
2025-04-28 20:10:39 +08:00
yangdx
1f18b99df0
Optimize logger info
2025-04-28 02:46:11 +08:00
yangdx
bef7206192
Optimize logger info
2025-04-28 02:27:59 +08:00
yangdx
891b783ff7
Optimize logger for FAISS storage
2025-04-26 22:17:21 +08:00
yangdx
90cacdbcc3
Fix file_path missing in acreate_entity and acreate_relation
2025-04-26 22:15:54 +08:00
yangdx
d8c530364f
Fix dead lock problem for FAISS vectory storage
2025-04-26 00:48:30 +08:00
yangdx
dff73f078d
Fix linting
2025-04-25 22:01:06 +08:00
yangdx
04ebcbebd0
Translate comments to English
2025-04-25 21:54:04 +08:00