Commit Graph

374 Commits

Author SHA1 Message Date
jin
776ba2f2ce Update oracle_impl.py 2024-11-25 14:15:10 +08:00
jin
b5050ba80c Update oracle_impl.py 2024-11-25 14:15:10 +08:00
jin
26ae240c65 Logic Optimization 2024-11-25 13:40:38 +08:00
jin
21f161390a Logic Optimization 2024-11-25 13:40:38 +08:00
jin
1dbe803521 Merge branch 'main' of https://github.com/jin38324/LightRAG 2024-11-25 13:32:33 +08:00
jin
bf5815be8f Merge branch 'main' of https://github.com/jin38324/LightRAG 2024-11-25 13:32:33 +08:00
jin
89c2de54a2 Optimization logic 2024-11-25 13:29:55 +08:00
jin
af3aef5d88 Optimization logic 2024-11-25 13:29:55 +08:00
zrguo
37ff5369f0 Merge pull request #320 from Lizidong01/main
删除Neo4JStorage.has_edge中定义的没有用到的同步close函数
2024-11-22 15:14:25 +08:00
zrguo
6aeb2cf09a Merge pull request #320 from Lizidong01/main
删除Neo4JStorage.has_edge中定义的没有用到的同步close函数
2024-11-22 15:14:25 +08:00
lzd
9bf140d7cf 删除Neo4JStorage.has_edge中定义的没有用到的同步close函数 2024-11-22 13:59:14 +08:00
lzd
e6f380fc7a 删除Neo4JStorage.has_edge中定义的没有用到的同步close函数 2024-11-22 13:59:14 +08:00
zzzcccxx
156611ec7a 修改了relation_counts计数规则 2024-11-21 14:35:18 +08:00
zzzcccxx
116e1d20a9 修改了relation_counts计数规则 2024-11-21 14:35:18 +08:00
LarFii
ce7f524174 Update 2024-11-19 16:52:26 +08:00
LarFii
bcaaaad959 Update 2024-11-19 16:52:26 +08:00
zrguo
8b8002803a Merge pull request #302 from Luobots/main
A more robust approach for result to json.
2024-11-19 16:26:29 +08:00
zrguo
14cd7bad24 Merge pull request #302 from Luobots/main
A more robust approach for result to json.
2024-11-19 16:26:29 +08:00
zrguo
eec08661a2 Merge pull request #286 from Sucran/main
fix neo4j bug
2024-11-19 15:25:49 +08:00
zrguo
93e0dcfd59 Merge pull request #286 from Sucran/main
fix neo4j bug
2024-11-19 15:25:49 +08:00
luoyifan
92fe18b2ea A more robust approach for result to json. 2024-11-19 14:02:38 +08:00
luoyifan
c9becdf5f4 A more robust approach for result to json. 2024-11-19 14:02:38 +08:00
tmuife
e5f2aa3a30 use pre-commit reformat 2024-11-18 13:52:49 +08:00
tmuife
89d7967349 use pre-commit reformat 2024-11-18 13:52:49 +08:00
tmuife
1123ccfbd0 change the type of binding parameters in Oracle23AI 2024-11-18 10:00:06 +08:00
tmuife
8e16f0815c change the type of binding parameters in Oracle23AI 2024-11-18 10:00:06 +08:00
Richard
6bdf693b85 fix neo4j bug 2024-11-15 13:11:43 +08:00
Richard
5661d76860 fix neo4j bug 2024-11-15 13:11:43 +08:00
jin
662303f605 use oracle bind variables to avoid error 2024-11-15 12:57:01 +08:00
jin
d6589684ef use oracle bind variables to avoid error 2024-11-15 12:57:01 +08:00
LarFii
f8b15df74c fix cache bug 2024-11-14 15:59:37 +08:00
LarFii
30cf5a62ee fix cache bug 2024-11-14 15:59:37 +08:00
zrguo
cfd5c4c3e8 Merge pull request #266 from davidleon/fix_hf_embedding_device
fix hf embedding to support loading to different device
2024-11-14 07:50:52 +08:00
zrguo
87aad3554e Merge pull request #266 from davidleon/fix_hf_embedding_device
fix hf embedding to support loading to different device
2024-11-14 07:50:52 +08:00
david
3ac8010c3f fix hf embedding to support loading to different device 2024-11-13 14:20:36 +08:00
david
38e1956395 fix hf embedding to support loading to different device 2024-11-13 14:20:36 +08:00
Rick Battle
d4a27c901e Only update storage if there was something to insert
Before, the `finally` block would always call `_insert_done()`, which writes out the `vdb_*` and `kv_store_*` files ... even if there was nothing to insert (because all docs had already been inserted).  This was causing the speed of skippable inserts to become very slow as the graph grew.
2024-11-12 09:30:21 -07:00
Rick Battle
83f8a5139c Only update storage if there was something to insert
Before, the `finally` block would always call `_insert_done()`, which writes out the `vdb_*` and `kv_store_*` files ... even if there was nothing to insert (because all docs had already been inserted).  This was causing the speed of skippable inserts to become very slow as the graph grew.
2024-11-12 09:30:21 -07:00
jin
41599897fb fix pre commit 2024-11-12 13:32:40 +08:00
jin
33caba3e12 fix pre commit 2024-11-12 13:32:40 +08:00
jin
cc45d802a6 Update oracle_impl.py 2024-11-12 13:23:03 +08:00
jin
90790747ee Update oracle_impl.py 2024-11-12 13:23:03 +08:00
jin
f4ee85034f Update oracle_impl.py 2024-11-12 13:03:03 +08:00
jin
66799fb685 Update oracle_impl.py 2024-11-12 13:03:03 +08:00
jin
77123be2a1 Update oracle_impl.py 2024-11-12 12:02:24 +08:00
jin
5dce625464 Update oracle_impl.py 2024-11-12 12:02:24 +08:00
jin
8bc5d4efff add Oracle support 2024-11-12 09:59:12 +08:00
jin
273600dcf0 add Oracle support 2024-11-12 09:59:12 +08:00
LarFii
b49f73181c update 2024-11-11 17:54:22 +08:00
LarFii
379b31090e update 2024-11-11 17:54:22 +08:00