zrguo
3e69b326ec
Merge pull request #383 from MRX760/main
...
added nvidia text-embedding API and example of using nvidia API llm a…
2024-12-04 11:21:46 +08:00
zrguo
7b413cb4b5
Merge pull request #384 from Ecocytus/main
...
fix examples' prompt bug
2024-12-04 11:17:07 +08:00
zrguo
6927b57520
Merge pull request #378 from doosenn/main
...
fix neo4jstorage bug
2024-12-04 11:11:19 +08:00
zrguo
96962cd243
Merge pull request #375 from partoneplay/main
...
Ollama `embedding` deprecated in favor of `embed`
2024-12-04 11:09:44 +08:00
magicyuan876
607d4f9555
修改日志文件路径
...
- 因为LightRAG的几乎都是导入的utils中的全局logger对象,当多个rag实例的时候并无法完全把日志记录到对应的working_dir,并且应用中删除working_dir时会由于logger的句柄无法删除
- 此修改简化了日志文件的路径,不再依赖于 working_dir 属性,日志文件独立于working_dir
2024-12-04 08:44:13 +08:00
Yizhi Zhang
3a6645b78d
fix bug of example prompt
2024-12-03 22:25:50 +08:00
MRX760
5f13ce1ce9
added nvidia text-embedding API and example of using nvidia API llm and text-embedding
2024-12-03 17:15:10 +07:00
zuoluo
801619084f
fix neo4jstorage bug
2024-12-03 16:04:58 +08:00
partoneplay
bc2b8c592e
embedding deprecated in favor of embed
2024-12-03 08:42:36 +08:00
zrguo
174af3742a
Merge pull request #368 from AdityaKalraShorthillsAI/main
...
Added embedding_func argument in Neo4JStorage class's __init__ method in neo4j implementation
2024-12-02 16:02:53 +08:00
zrguo
e8b5498699
Merge pull request #360 from ahmadhatahet/azure_openai_embedding
...
Azure OpenAI Embedding
2024-12-02 16:02:13 +08:00
zrguo
3e4def137b
Merge pull request #354 from TashaSkyUp/patch-1
...
fix for #209
2024-12-02 15:53:08 +08:00
AdityaKalraShorthillsAI
7734b81911
Added embedding_func argument in Neo4JStorage class's __init__ method in neo4j implementation
2024-12-02 02:44:47 +05:30
b10902118
085032640c
fix with ruff (unused import)
2024-12-01 16:09:24 +08:00
Ahmad Hatahet
f281414308
add api_version to azure_openai_complete_if_cache
2024-11-30 17:47:33 +01:00
Ahmad Hatahet
23cabbe7a3
update max_token_size according to openai doc
2024-11-30 17:16:07 +01:00
Ahmad Hatahet
7fea7d7b5e
add api_version to args
2024-11-30 17:11:38 +01:00
Tasha Upchurch
eae310cd68
fix for #209
...
function was returning a closed event loop.
2024-11-29 13:27:08 -07:00
b10902118
0ab55da47a
fix error and tested
2024-11-30 00:00:51 +08:00
b10902118
753c1e6714
support JSON output for ollama and openai
2024-11-29 21:41:37 +08:00
Sebastian Schramm
b0483ae91d
fix templating of language in prompts
2024-11-28 14:28:29 +01:00
jin
9f3c0581ac
Merge branch 'HKUDS:main' into main
2024-11-27 15:16:28 +08:00
jin
8c88599abc
fix formate
2024-11-26 10:21:39 +08:00
jin
7cd06159e0
add LightRAG init parameters in readme
...
also fix some error
2024-11-26 10:19:28 +08:00
Larfii
cb492ccb04
Add custom KG insertion
2024-11-25 18:06:19 +08:00
Larfii
8562ecdebc
Add a progress bar
2024-11-25 15:04:38 +08:00
jin
adfaa75c00
Update oracle_impl.py
2024-11-25 14:21:01 +08:00
jin
776ba2f2ce
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
1dbe803521
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
zrguo
37ff5369f0
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
zzzcccxx
156611ec7a
修改了relation_counts计数规则
2024-11-21 14:35:18 +08:00
LarFii
ce7f524174
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
eec08661a2
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
tmuife
e5f2aa3a30
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
Richard
6bdf693b85
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
LarFii
f8b15df74c
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
david
3ac8010c3f
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
jin
41599897fb
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
f4ee85034f
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