Commit Graph

376 Commits

Author SHA1 Message Date
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
685f7b1e80 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
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
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
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
jin
1a3438093e 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
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
donbr
f88b573e66 Update README.md to move Neo4j Storage content
Move `Using Neo4J for Storage` content outside of Ollama details group for improved visibility to this option.
2024-11-28 20:08:19 -08:00
zrguo
4223b4f603 Merge pull request #343 from sebastianschramm/ses/fix_language_templating_in_prompts
fix templating of language in prompts
2024-11-28 21:36:07 +08:00
Sebastian Schramm
b0483ae91d fix templating of language in prompts 2024-11-28 14:28:29 +01:00
zrguo
eaa3b5e8ad Update README.md 2024-11-27 18:48:10 +08:00
zrguo
1181c4b6e8 Merge pull request #325 from jin38324/main
Enhance Query Logic and Add Configurable Features
2024-11-27 18:44:01 +08:00
jin
0edb958357 Update insert_custom_kg.py 2024-11-27 15:20:10 +08: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
✨Data Intelligence Lab@HKU✨
cbcc449683 Update README.md 2024-11-25 18:18:04 +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
✨Data Intelligence Lab@HKU✨
123811d651 Update README.md 2024-11-22 17:39:36 +08:00
zrguo
37ff5369f0 Merge pull request #320 from Lizidong01/main
删除Neo4JStorage.has_edge中定义的没有用到的同步close函数
2024-11-22 15:14:25 +08:00
zrguo
c312693a4c Merge pull request #318 from zzzcccxx/main
fix: 修改了local search中的relation_counts计数规则
2024-11-22 15:14:06 +08:00
zrguo
fe5ed9d6e3 Merge pull request #316 from magicyuan876/patch-1
使用AzureOpenAI实现,支持RPM/TPM限制。修复原先429响应即抛出异常的问题
2024-11-22 15:13:18 +08:00
lzd
9bf140d7cf 删除Neo4JStorage.has_edge中定义的没有用到的同步close函数 2024-11-22 13:59:14 +08:00
Magic_yuan
4763bdc272 更新format 2024-11-21 11:11:23 +00:00
Magic_yuan
9c612833a8 Update lightrag_azure_openai_demo.py 2024-11-21 18:49:29 +08:00
Magic_yuan
2e8768b301 Update lightrag_azure_openai_demo.py
更新代码格式
2024-11-21 18:44:38 +08:00
zzzcccxx
156611ec7a 修改了relation_counts计数规则 2024-11-21 14:35:18 +08:00
zrguo
74fbc8bbf7 Update Discord Link 2024-11-21 10:56:15 +08:00
Magic_yuan
c0b040fe1b 使用AzureOpenAI实现,支持RPM/TPM限制。修复原先429响应即抛出异常的问题 2024-11-21 10:37:09 +08:00
zrguo
f86cae2a6b Update README.md 2024-11-19 16:57:20 +08:00
LarFii
bd62b17f96 Update README.md 2024-11-19 16:54:14 +08:00
LarFii
ce7f524174 Update 2024-11-19 16:52:26 +08:00