yangdx
|
8ea179a98b
|
Migrate Ollama API to lightrag_server.py
|
2025-01-19 04:44:30 +08:00 |
|
yangdx
|
11f32555b1
|
Merge branch 'main' into linux-service
|
2025-01-17 19:58:33 +08:00 |
|
zrguo
|
28a84b2aa2
|
Merge pull request #592 from danielaskdd/yangdx
Add Ollama compatible API server
|
2025-01-17 14:29:31 +08:00 |
|
yangdx
|
fde0aa32c7
|
pre-commit run --all-files
|
2025-01-17 14:28:24 +08:00 |
|
yangdx
|
a561879040
|
Translate comments to English
|
2025-01-17 14:27:27 +08:00 |
|
yangdx
|
fa9765ecd9
|
pre-commit run --all-files
|
2025-01-17 14:20:55 +08:00 |
|
yangdx
|
48f70ff8b4
|
Translate unit test comment and promts to English
|
2025-01-17 14:07:17 +08:00 |
|
yangdx
|
939e399dd4
|
Translate comment to English
|
2025-01-17 13:36:31 +08:00 |
|
zrguo
|
7e4ba8d14d
|
Merge pull request #591 from luohuanhuan2019/main
add readme_zh
|
2025-01-17 12:07:27 +08:00 |
|
zrguo
|
a93bd681b9
|
Merge pull request #593 from ParisNeo/main
Major Updates: Docker Support, Enhanced Configuration, and Documentation Restructuring #554
|
2025-01-17 12:06:59 +08:00 |
|
yangdx
|
3138ae7599
|
添加对 mix 查询模式的支持
|
2025-01-17 11:04:36 +08:00 |
|
Saifeddine ALOUI
|
6813742a86
|
fixed some linting issues
|
2025-01-17 02:34:29 +01:00 |
|
Saifeddine ALOUI
|
5bb9d9f0c0
|
Removed unnecessary files from docker
|
2025-01-17 02:31:23 +01:00 |
|
Saifeddine ALOUI
|
58f1058198
|
added some explanation to document
|
2025-01-17 02:03:02 +01:00 |
|
Saifeddine ALOUI
|
52ca5ea6aa
|
removed repeated dependency
|
2025-01-17 01:37:12 +01:00 |
|
Saifeddine ALOUI
|
5fe28d31e9
|
Fixed linting
|
2025-01-17 01:36:16 +01:00 |
|
Saifeddine ALOUI
|
c91b57196d
|
Fixed docker access to ollama and lollms
|
2025-01-17 01:18:28 +01:00 |
|
Saifeddine ALOUI
|
84f7f15046
|
Added optional Azure configuration
|
2025-01-17 00:54:24 +01:00 |
|
Saifeddine ALOUI
|
65a44a4644
|
Added api version and Configuration details at startup as well as more useful information
|
2025-01-17 00:53:49 +01:00 |
|
Saifeddine ALOUI
|
b8c0631e99
|
Enhanced documentation
|
2025-01-17 00:49:17 +01:00 |
|
Saifeddine ALOUI
|
c5e027aa9a
|
Added documentation about used environment variables
|
2025-01-17 00:42:22 +01:00 |
|
Saifeddine ALOUI
|
d8309c81d5
|
Fixed typing error
|
2025-01-16 23:22:57 +01:00 |
|
Saifeddine ALOUI
|
ea566d815d
|
Added environment variables control of all lightrag server parameters preparing for the usage in docker
|
2025-01-16 23:21:50 +01:00 |
|
Saifeddine ALOUI
|
b2e7c75f5a
|
Added Docker container setup
|
2025-01-16 22:28:28 +01:00 |
|
Saifeddine ALOUI
|
cbd02bbbab
|
Added link to documentation from main README.md
|
2025-01-16 22:16:34 +01:00 |
|
Saifeddine ALOUI
|
2c3ff234e9
|
Moving extended api documentation to new doc folder
|
2025-01-16 22:14:16 +01:00 |
|
yangdx
|
847963d19a
|
修复 /query 和 /query/stream 端点处理stream模式是的错误
|
2025-01-17 03:35:03 +08:00 |
|
yangdx
|
34d6b85adb
|
修复清理查询前缀时未能正确清理空格的问题
|
2025-01-17 01:50:07 +08:00 |
|
luohuanhuan2019
|
98f5d7c596
|
Prompt words to keep the pronunciation consistent
|
2025-01-16 21:50:43 +08:00 |
|
luohuanhuan2019
|
36c7abf358
|
Remove garbled characters from system prompt words
|
2025-01-16 21:35:37 +08:00 |
|
yangdx
|
ac11a7192e
|
revert changeds make by mistake
|
2025-01-16 21:04:45 +08:00 |
|
luohuanhuan2019
|
6fa955c567
|
add readme_zh
|
2025-01-16 20:53:18 +08:00 |
|
yangdx
|
b38a98a514
|
默认不输出测试结果到文件
|
2025-01-16 20:22:53 +08:00 |
|
yangdx
|
d15753d51a
|
Merge branch 'main' into yangdx
|
2025-01-16 20:20:09 +08:00 |
|
yangdx
|
68de8f6d04
|
delete private test file
|
2025-01-16 20:14:43 +08:00 |
|
yangdx
|
95ff048a9e
|
为Ollama API添加性能统计功能
- 新增token估算函数
- 记录流式响应时间
- 计算输入输出token数
- 统计响应生成时间
- 返回详细的性能指标
|
2025-01-16 19:42:34 +08:00 |
|
yangdx
|
9c69438c3e
|
完善服务启动脚本:激活虚拟环境
|
2025-01-16 17:50:28 +08:00 |
|
zrguo
|
d7cfe029eb
|
Update __init__.py
|
2025-01-16 14:24:29 +08:00 |
|
zrguo
|
b84aab5cd0
|
Merge pull request #590 from jin38324/main
Enhance Robustness of insert Method with Pipeline Processing and Caching Mechanisms
|
2025-01-16 14:20:08 +08:00 |
|
zrguo
|
2044a4cae9
|
Merge pull request #585 from gurjot-05/feature-implementation
Add custom function with separate keyword extraction for user's query and a separate prompt
|
2025-01-16 14:13:20 +08:00 |
|
Gurjot Singh
|
2ea104d738
|
Fix linting errors
|
2025-01-16 11:31:22 +05:30 |
|
Gurjot Singh
|
e64805c9e2
|
Add example usage for separate keyword extraction of user's query
|
2025-01-16 11:26:19 +05:30 |
|
Gurjot Singh
|
dd105d47fa
|
Update README.md to include a detailed explanation of the new query_with_separate_keyword_extraction function.
|
2025-01-16 11:15:21 +05:30 |
|
Gurjot Singh
|
0265c2359c
|
Merge branch 'HKUDS:main' into feature-implementation
|
2025-01-16 10:53:01 +05:30 |
|
jin
|
6ae8647285
|
support pipeline mode
|
2025-01-16 12:58:15 +08:00 |
|
jin
|
d5ae6669ea
|
support pipeline mode
|
2025-01-16 12:52:37 +08:00 |
|
zrguo
|
80c26a0f1f
|
Merge pull request #589 from ShanGor/main
Enrich README.md for postgres usage, fix the issue for running postgres on python version<12
|
2025-01-16 10:37:24 +08:00 |
|
jin
|
17a2ec2bc4
|
Merge branch 'HKUDS:main' into main
|
2025-01-16 09:59:27 +08:00 |
|
Samuel Chan
|
0663919181
|
Merge remote-tracking branch 'origin/main'
|
2025-01-16 07:58:54 +08:00 |
|
Samuel Chan
|
d1ba8c5db5
|
Add some script in examples to copy llm cache from one solution to another
|
2025-01-16 07:56:13 +08:00 |
|