Commit Graph

960 Commits

Author SHA1 Message Date
LarFii
57a163614a Update Code Structure 2024-12-04 19:58:16 +08:00
LarFii
44d441a951 update insert custom kg 2024-12-04 19:44:04 +08:00
LarFii
db9b9f69f8 update insert custom kg 2024-12-04 19:44:04 +08:00
LarFii
be72c825d2 fix entity extract 2024-12-04 16:01:19 +08:00
LarFii
7f8460c8ec fix entity extract 2024-12-04 16:01:19 +08:00
jinsh
ffc916a6d4 rename 2024-12-04 14:10:43 +08:00
jinsh
93fa9e1a61 rename 2024-12-04 14:10:43 +08:00
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
f3ae4fccfa 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
cf11401ab3 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
c2e73de88c 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
zrguo
ae920fe43b Merge pull request #375 from partoneplay/main
Ollama `embedding` deprecated in favor of `embed`
2024-12-04 11:09:44 +08:00
zrguo
7a76ba231c Merge pull request #388 from magicyuan876/main
修改日志文件路径
2024-12-04 11:03:12 +08:00
zrguo
87b82746c4 Merge pull request #388 from magicyuan876/main
修改日志文件路径
2024-12-04 11:03:12 +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
yuanxiaobin
4a866f3084 修改日志文件路径
- 因为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
Yizhi Zhang
380a1d1bc3 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
MRX760
0b87e4649f 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
zuoluo
2786004972 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
partoneplay
18e86a1825 embedding deprecated in favor of embed 2024-12-03 08:42:36 +08:00
zrguo
685f7b1e80 Merge pull request #370 from jin38324/main
fix embedding_func issue for oracle database
2024-12-02 16:04:01 +08:00
zrguo
b00f2d6027 Merge pull request #370 from jin38324/main
fix embedding_func issue for oracle database
2024-12-02 16:04:01 +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
608c7ff956 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
1420669891 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
zrguo
66cf15e7f1 Merge pull request #354 from TashaSkyUp/patch-1
fix for #209
2024-12-02 15:53:08 +08:00
zrguo
17339202a8 Merge pull request #353 from b10902118/dev
JSON mode support for ollama and openai gpt
2024-12-02 15:52:05 +08:00
zrguo
7b763821c3 Merge pull request #353 from b10902118/dev
JSON mode support for ollama and openai gpt
2024-12-02 15:52:05 +08:00
zrguo
96cc3ebfa9 Merge pull request #348 from donbr/patch-1
Update README: Move Neo4J Storage Section for Better Visibility
2024-12-02 15:45:32 +08:00
zrguo
0a8f52417f Merge pull request #348 from donbr/patch-1
Update README: Move Neo4J Storage Section for Better Visibility
2024-12-02 15:45:32 +08:00
jin
1a3438093e Merge branch 'HKUDS:main' into main 2024-12-02 15:31:01 +08:00
jin
2bf360b438 Merge branch 'HKUDS:main' into main 2024-12-02 15:31:01 +08:00
jin
9f28ba0b01 Update lightrag_oracle_demo.py
add embedding_func for graph database, it's deleted in commit 5661d76860
This will fix the issue
2024-12-02 15:30:35 +08:00
jin
d5303b4e48 Update lightrag_oracle_demo.py
add embedding_func for graph database, it's deleted in commit 5661d76860
This will fix the issue
2024-12-02 15:30:35 +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
AdityaKalraShorthillsAI
8d5af931d7 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
b10902118
3f9d19401f 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
137315ec18 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