yangdx
|
c1edef7119
|
Increase timeout for LightRAG Ollama chat
|
2025-01-26 23:21:32 +08:00 |
|
yangdx
|
f045fc3d59
|
Update API endpoint documentation
|
2025-01-26 11:36:24 +08:00 |
|
hyb
|
cd5b1dc98f
|
fix: light_server.py fix
|
2025-01-26 09:13:11 +08:00 |
|
hyb
|
275eebe28a
|
fix: webui English fix
|
2025-01-26 09:01:53 +08:00 |
|
yangdx
|
f8d26cb193
|
Update default history turns to 3
|
2025-01-26 05:19:51 +08:00 |
|
yangdx
|
25a58a6545
|
Fix linting
|
2025-01-26 05:10:57 +08:00 |
|
yangdx
|
9f80c1904f
|
Refactoring command line argurements handling logic, add more RAG config to splash screen
|
2025-01-26 05:09:42 +08:00 |
|
yangdx
|
e4e42a8ec4
|
Fetch chunk size and chunk overlap size from .env file
|
2025-01-26 02:31:16 +08:00 |
|
yangdx
|
22742ec9cb
|
fix: remove outdated Ollama model config notes
- Remove legacy configuration instructions for Open WebUI tasks
- Ollama API can properly bypass conversation metadata generation
|
2025-01-25 23:46:29 +08:00 |
|
ARNO
|
300f9564c5
|
fix README
|
2025-01-25 23:41:32 +08:00 |
|
yangdx
|
aa4bccb1bb
|
Remove lightrag_api_open_webui_demo.py file
|
2025-01-25 23:38:45 +08:00 |
|
hyb
|
bd75ef05c6
|
fix: webui English fix
|
2025-01-25 23:14:12 +08:00 |
|
yangdx
|
b6214b865d
|
Merge commit 'e7e9073ef7b8f2fc4d4fec6363f417a31f89d667' into Add-history-support-for-ollama-api
|
2025-01-25 23:11:38 +08:00 |
|
yangdx
|
86282ba434
|
Fix history_context handling error in kg_query
|
2025-01-25 22:54:12 +08:00 |
|
zrguo
|
e7e9073ef7
|
Merge pull request #646 from danielaskdd/Fix-broken-main
Fix broken main
|
2025-01-25 22:38:00 +08:00 |
|
yangdx
|
2719e07107
|
Convert OllamaMessage to dict in conversation history
|
2025-01-25 22:33:09 +08:00 |
|
yangdx
|
fb9df50ada
|
Add conversation history support to chat API
- Added HISTORY_TURNS env variable
- Updated chat request data creation
- Modified server to handle history
- Added history to test cases
|
2025-01-25 22:14:40 +08:00 |
|
soichisumi
|
763b32177d
|
last one request with auth
|
2025-01-25 23:02:45 +09:00 |
|
soichisumi
|
49a632a739
|
add fix
|
2025-01-25 22:51:06 +09:00 |
|
soichisumi
|
9a99f3e3ae
|
fix auth of upload
|
2025-01-25 22:50:41 +09:00 |
|
soichisumi
|
3e44df923f
|
fix auth header
|
2025-01-25 22:50:05 +09:00 |
|
yangdx
|
06673b6fb2
|
Add logging for high and low-level keywords
|
2025-01-25 20:11:52 +08:00 |
|
hyb
|
8e52846a8b
|
fix: webui fix
|
2025-01-25 18:54:40 +08:00 |
|
hyb
|
3dba406644
|
feat: Added webui management, including file upload, text upload, Q&A query, graph database management (can view tags, view knowledge graph based on tags), system status (whether it is good, data storage status, model status, path),request /webui/index.html
|
2025-01-25 18:38:46 +08:00 |
|
yangdx
|
cf2f83377c
|
fix linting
|
2025-01-25 16:57:47 +08:00 |
|
yangdx
|
66dcc551ef
|
Fix LLM binding variable name in create_app function
Corrected variable name from llm_binding_host
Updated conditional checks for LLM bindings
|
2025-01-25 16:29:59 +08:00 |
|
yangdx
|
d1969515d3
|
Add conversation history to naive_query prompt
|
2025-01-25 16:29:18 +08:00 |
|
zrguo
|
207c0e8299
|
Update __init__.py
|
2025-01-25 14:53:37 +08:00 |
|
zrguo
|
8e38164180
|
Update README.md
|
2025-01-25 14:39:09 +08:00 |
|
zrguo
|
2a2329fee0
|
Merge pull request #645 from ParisNeo/main
Major Refactoring: LLM Components, UI Updates, and Dependency Management
|
2025-01-25 14:36:05 +08:00 |
|
Saifeddine ALOUI
|
06c9e4e454
|
Fixed missing imports bug and fixed linting
|
2025-01-25 00:55:07 +01:00 |
|
Saifeddine ALOUI
|
e060fa6abb
|
Now we can show the files in the health
|
2025-01-25 00:49:09 +01:00 |
|
Saifeddine ALOUI
|
0266853cd7
|
Added support for md files
|
2025-01-25 00:17:31 +01:00 |
|
Saifeddine ALOUI
|
c81da5a6d7
|
Fixed startup scan
|
2025-01-25 00:17:22 +01:00 |
|
Saifeddine ALOUI
|
34018cb1e0
|
Separated llms from the main llm.py file and fixed some deprication bugs
|
2025-01-25 00:11:00 +01:00 |
|
Saifeddine ALOUI
|
7e1638525c
|
Removed Flow chart (it was moved to docs)
|
2025-01-24 21:19:28 +01:00 |
|
Saifeddine ALOUI
|
6e04df5fab
|
Create Algorithm.md
|
2025-01-24 21:19:04 +01:00 |
|
Saifeddine ALOUI
|
4056d3eb73
|
Update README.md
|
2025-01-24 21:16:04 +01:00 |
|
Saifeddine ALOUI
|
a160c77dbd
|
Update README.md
|
2025-01-24 21:15:47 +01:00 |
|
Saifeddine ALOUI
|
1547d19617
|
Update README.md
|
2025-01-24 21:15:21 +01:00 |
|
Saifeddine ALOUI
|
92d45ffedc
|
Update README.md
|
2025-01-24 21:14:31 +01:00 |
|
Saifeddine ALOUI
|
223439c648
|
Update README.md
|
2025-01-24 21:12:58 +01:00 |
|
Saifeddine ALOUI
|
c44ccde09a
|
Update README.md
|
2025-01-24 21:08:46 +01:00 |
|
Saifeddine ALOUI
|
cbbde7d1ce
|
Update README.md
|
2025-01-24 21:06:57 +01:00 |
|
Saifeddine ALOUI
|
d7cb57a50f
|
New Logo
|
2025-01-24 21:05:11 +01:00 |
|
Saifeddine ALOUI
|
1776c1afcd
|
fixed linting
|
2025-01-24 21:01:34 +01:00 |
|
zrguo
|
91422b0eb6
|
Merge pull request #644 from danielaskdd/Add-Ollama-generate-API-support
Add ollama generate api support
|
2025-01-25 01:52:59 +08:00 |
|
zrguo
|
13cc0e662f
|
Merge pull request #642 from dimatill/main
asyncio optimizations
|
2025-01-25 01:52:24 +08:00 |
|
zrguo
|
4f7556d796
|
Merge pull request #641 from da-luggas/main
Fixed workspace matching in oracle_impl.py
|
2025-01-25 01:50:01 +08:00 |
|
zrguo
|
13e4fa2e4a
|
Merge pull request #640 from ParisNeo/main
Upgraded docstrings for lightrag-server.py And added a simple front end to interact with the AI
|
2025-01-25 01:49:18 +08:00 |
|