Commit Graph

267 Commits

Author SHA1 Message Date
tmuife
8e16f0815c change the type of binding parameters in Oracle23AI 2024-11-18 10:00:06 +08:00
zrguo
186cd34a03 Update Discord Link 2024-11-14 16:21:20 +08:00
zrguo
371e444998 Update Discord Link 2024-11-14 16:02:30 +08:00
LarFii
30cf5a62ee fix cache bug 2024-11-14 15:59:37 +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
38e1956395 fix hf embedding to support loading to different device 2024-11-13 14:20:36 +08:00
zrguo
3d37888c9c Merge pull request #263 from detaos/detaos-patch-1
Only update storage if there was something to insert
2024-11-13 13:11:32 +08: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
zrguo
d904f2abd5 Update lightrag_api_oracle_demo..py 2024-11-12 15:38:16 +08:00
zrguo
5a1e657d50 Merge pull request #257 from jin38324/main
Add Oracle database as all type of storage (KV/vector/graph)
2024-11-12 15:36:11 +08:00
jin
33caba3e12 fix pre commit 2024-11-12 13:32:40 +08:00
jin
90790747ee Update oracle_impl.py 2024-11-12 13:23:03 +08:00
jin
66799fb685 Update oracle_impl.py 2024-11-12 13:03:03 +08:00
jin
e5383eddaa Merge branch 'HKUDS:main' into main 2024-11-12 12:59:11 +08:00
jin
5dce625464 Update oracle_impl.py 2024-11-12 12:02:24 +08:00
jin
45156ef0e6 add oracle support 2024-11-12 11:19:34 +08:00
✨Data Intelligence Lab@HKU✨
2a13bf9833 Update README.md 2024-11-12 10:56:00 +08:00
jin
273600dcf0 add Oracle support 2024-11-12 09:59:12 +08:00
zrguo
e40549c704 Update Discord link 2024-11-12 07:51:21 +08:00
LarFii
379b31090e update 2024-11-11 17:54:22 +08:00
LarFii
b1f35004b1 Add delete method 2024-11-11 17:48:40 +08:00
jin
c89bf79ee0 Create lightrag_api_oracle_demo..py 2024-11-11 16:37:24 +08:00
jin
ff0c763dbd Update oracle_impl.py 2024-11-11 15:32:30 +08:00
jin
f905305eed Update oracle_impl.py 2024-11-11 15:24:31 +08:00
jin
40b532722c Merge branch 'main' of https://github.com/jin38324/LightRAG 2024-11-11 15:21:37 +08:00
jin
a8ec12efe0 fix bug 2024-11-11 15:19:42 +08:00
LarFii
39cf939d15 Update README.md 2024-11-11 10:52:01 +08:00
LarFii
b6b2e69773 Linting 2024-11-11 10:45:22 +08:00
zrguo
791917e9d6 Merge pull request #241 from aiproductguy/patch-1
Added GUI (linked), updated README.md
2024-11-11 10:33:18 +08:00
zrguo
a0a71b039c Merge pull request #240 from HTplex/patch-1
add missing imports to examples in README.md
2024-11-11 10:20:11 +08:00
aiproductguy
6a3729ba24 Added GUI (linked), updated README.md
I am not sure streamlit is the interface I want to contribute back to the LightRAG project, but willing to share it all under the same MIT license.

I figured I would at least share the link and source code in the README.
2024-11-09 18:48:10 -07:00
Haotian Zhang
20a8136484 Update README.md
add missing imports to examples in README.md
2024-11-09 14:59:41 -05:00
jin
07c02385c2 support Oralce DB 2024-11-08 16:27:15 +08:00
jin
6e56c8343a support Oracle DB 2024-11-08 16:20:34 +08:00
jin
b690e071bf support Oracle Database storage 2024-11-08 16:12:58 +08:00
jin
7fadd914bb Update README.md 2024-11-08 15:02:29 +08:00
jin
1bc4e2382b Oracle Database support
Add oracle 23ai database as the KV/vector/graph storage
2024-11-08 14:58:41 +08:00
zrguo
d86aed734d Update README.md 2024-11-07 18:38:16 +08:00
zrguo
27b25f651c fix typo 2024-11-07 15:26:54 +08:00
zrguo
7c5080e3f9 Merge pull request #215 from benx13/main
bug fix issue #95
2024-11-07 14:54:59 +08:00
zrguo
36e9236d7a Merge branch 'main' into main 2024-11-07 14:54:15 +08:00
zrguo
928c8bf329 Merge pull request #221 from wiltshirek/main
Fix Event Loop conflict
2024-11-07 14:52:10 +08:00
zrguo
42b2c8130c Merge pull request #211 from monk-after-90s/main
Function enhancement
2024-11-07 14:47:59 +08:00
wiltshirek
41f24af4b8 Merge branch 'HKUDS:main' into main 2024-11-06 11:35:00 -05:00
Ken Wiltshire
ac0b7fd775 fix event loop conflict 2024-11-06 11:18:14 -05:00
Ken Wiltshire
a73ef6ec5a event loop issue 2024-11-06 10:49:14 -05:00
90houlaoheshang
bc9cfcbc75 集中处理环境变量 2024-11-06 11:13:37 +08:00
90houlaoheshang
d644ee52f5 feat(lightrag): 添加环境变量控制嵌入层最大 token 数量
- 在 lightrag_api_openai_compatible_demo.py 中,使用环境变量 EMBEDDING_MAX_TOKEN_SIZE 来设置嵌入层的最大 token 数量,默认值为 8192
2024-11-06 10:48:59 +08:00
benx13
c956e39621 bug fix issue #95 2024-11-05 18:36:59 -08:00
90houlaoheshang
5099a2e763 refactor(lightrag): 优化文件上传接口
- 移除 InsertFileRequest 模型,改用 FastAPI 的 File 和 UploadFile
- 修改 insert_file 函数,以适应新的文件上传方式
- 更新函数参数和逻辑,支持直接上传文件
- 优化错误处理和响应消息
2024-11-05 17:22:04 +08:00