Magic_yuan
aaaf617451
feat(lightrag): Implement mix search mode combining knowledge graph and vector retrieval
...
- Add 'mix' mode to QueryParam for hybrid search functionality
- Implement mix_kg_vector_query to combine knowledge graph and vector search results
- Update LightRAG class to handle 'mix' mode queries
- Enhance README with examples and explanations for the new mix search mode
- Introduce new prompt structure for generating responses based on combined search results
2024-12-28 11:56:28 +08:00
Magic_yuan
e6b2f68e7c
docs(readme): Add batch size configuration documentation
...
文档(readme): 添加批处理大小配置说明
- Add documentation for insert_batch_size parameter in addon_params
- 在 addon_params 中添加 insert_batch_size 参数的文档说明
- Explain default batch size value and its usage
- 说明默认批处理大小值及其用途
- Add example configuration for batch processing
- 添加批处理配置的示例
2024-12-28 00:16:53 +08:00
Saifeddine ALOUI
f2b52a2a38
Added azure openai lightrag server to the api install and fused documentation.
2024-12-26 21:32:56 +01:00
Saifeddine ALOUI
69b3f0b37b
fixed the default lollms server port number
2024-12-24 11:33:28 +01:00
Saifeddine ALOUI
9951f8584a
Added API as an option to the installation, reorganized the API and fused all documentations in README.md
2024-12-24 10:31:12 +01:00
Magic_yuan
b63c6155ee
style(lightrag): 调整ReadMe,加入自定义实体类型参数配置示例
2024-12-11 14:10:27 +08:00
Magic_yuan
ccf44dc334
feat(cache): 增加 LLM 相似性检查功能并优化缓存机制
...
- 在 embedding 缓存配置中添加 use_llm_check 参数
- 实现 LLM 相似性检查逻辑,作为缓存命中的二次验证- 优化 naive 模式的缓存处理流程
- 调整缓存数据结构,移除不必要的 model 字段
2024-12-08 17:35:52 +08:00
magicyuan876
6540d11096
修复 args_hash在使用常规缓存时候才计算导致embedding缓存时没有计算的bug
2024-12-06 10:21:53 +08:00
magicyuan876
d48c6e4588
feat(lightrag): 添加 查询时使用embedding缓存功能
...
- 在 LightRAG 类中添加 embedding_cache_config配置项
- 实现基于 embedding 相似度的缓存查询和存储
- 添加量化和反量化函数,用于压缩 embedding 数据
- 新增示例演示 embedding 缓存的使用
2024-12-06 08:17:20 +08:00
Larfii
e99832cc13
Fix: unexpected keyword argument error.
2024-12-05 14:11:43 +08:00
LarFii
dff3fe18e9
Update Code Structure
2024-12-04 19:59:50 +08:00
LarFii
1fdaf40b6e
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
zuoluo
801619084f
fix neo4jstorage bug
2024-12-03 16:04:58 +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
eaa3b5e8ad
Update README.md
2024-11-27 18:48:10 +08:00
jin
9f3c0581ac
Merge branch 'HKUDS:main' into main
2024-11-27 15:16:28 +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
✨Data Intelligence Lab@HKU✨
123811d651
Update README.md
2024-11-22 17:39:36 +08:00
zrguo
74fbc8bbf7
Update Discord Link
2024-11-21 10:56:15 +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
zrguo
2022578323
Update Discord Link
2024-11-14 16:21:20 +08:00
zrguo
40ef017e3d
Update Discord Link
2024-11-14 16:02:30 +08:00
jin
d87c5cc288
Merge branch 'HKUDS:main' into main
2024-11-12 12:59:11 +08:00
✨Data Intelligence Lab@HKU✨
f9aad44745
Update README.md
2024-11-12 10:56:00 +08:00
jin
8bc5d4efff
add Oracle support
2024-11-12 09:59:12 +08:00
zrguo
c3ffce4729
Update Discord link
2024-11-12 07:51:21 +08:00
LarFii
4c0352ee2b
Add delete method
2024-11-11 17:48:40 +08:00
jin
0b6b0064d6
Merge branch 'main' of https://github.com/jin38324/LightRAG
2024-11-11 15:21:37 +08:00
LarFii
319de6fece
Update README.md
2024-11-11 10:52:01 +08:00
LarFii
d0c1844264
Linting
2024-11-11 10:45:22 +08:00
zrguo
958cb9627e
Merge pull request #241 from aiproductguy/patch-1
...
Added GUI (linked), updated README.md
2024-11-11 10:33:18 +08:00
aiproductguy
a307065828
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
a445e556d8
Update README.md
...
add missing imports to examples in README.md
2024-11-09 14:59:41 -05:00
jin
5e9d19d5a3
support Oracle Database storage
2024-11-08 16:12:58 +08:00
jin
32cf860b83
Update README.md
2024-11-08 15:02:29 +08:00
zrguo
780cf7eeb9
Update README.md
2024-11-07 18:38:16 +08:00
zrguo
bc97898c93
fix typo
2024-11-07 15:26:54 +08:00
90houlaoheshang
11b791c72b
README
2024-11-05 16:48:29 +08:00
90houlaoheshang
78a1b8ed7b
docs(README): 添加环境变量配置说明
...
- 在 README.md 文件中补充了环境变量配置步骤
- 新增 OPENAI_BASE_URL、OPENAI_API_KEY、LLM_MODEL 和 EMBEDDING_MODEL 环境变量的说明
- 为使用 OpenAI API 和自定义模型提供了更详细的配置指南
2024-11-05 16:14:45 +08:00
zrguo
b4ab9b26b8
Update README.md
2024-11-05 15:05:35 +08:00
zrguo
7789a99cb1
Update README.md
2024-11-05 14:24:42 +08:00
✨Data Intelligence Lab@HKU✨
4d3697f848
Update README.md
2024-11-05 11:34:54 +08:00
zrguo
f60368f8db
Update README.md
2024-11-04 21:06:43 +08:00
wiltshirek
f40725feeb
Merge branch 'main' into main
2024-11-01 16:50:45 -04:00
Ken Wiltshire
465c9a13d9
cleaning code for pull
2024-11-01 16:29:36 -04:00