yangdx
06673b6fb2
Add logging for high and low-level keywords
2025-01-25 20:11:52 +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
zrguo
c4638ae264
Merge pull request #639 from magicyuan876/main
...
支持多轮对话
2025-01-25 01:48:05 +08:00
zrguo
925dc5b611
Merge pull request #637 from RayWang1991/main
...
fix completion_delimiter with record_delimiter,
2025-01-25 01:46:16 +08:00
zrguo
cdf967cedd
Merge pull request #631 from 18277486571HYB/redis_impl
...
feat: 新增ini文件读取数据库配置方式,方便生产环境,修改Lightrag ainsert方法_add_doc_keys获取方式,原…
2025-01-25 01:44:46 +08:00
Saifeddine ALOUI
1266fe263a
Fixed addcopybuttons
2025-01-24 17:29:06 +01:00
Saifeddine ALOUI
cc3cd0b6dd
Moved splash screen to the end
2025-01-24 17:22:41 +01:00
Saifeddine ALOUI
c52dd6a8ec
Add copy buttons to code tags
2025-01-24 17:19:18 +01:00
Saifeddine ALOUI
7b42601ab8
Update lightrag_server.py
2025-01-24 17:14:15 +01:00
Saifeddine ALOUI
6e58d0bf1d
Update index.html
2025-01-24 17:08:33 +01:00
Saifeddine ALOUI
f30831dc9d
Update lightrag_server.py
2025-01-24 17:04:02 +01:00
Saifeddine ALOUI
70423a72ac
Update index.html
2025-01-24 17:00:09 +01:00
yangdx
f30a69e201
Fix linting, remove redundant commentsr and clean up code for better readability
2025-01-24 23:50:47 +08:00
Saifeddine ALOUI
fb7f853125
Update index.html
2025-01-24 16:43:43 +01:00
yangdx
11873625a3
Fix regex pattern for chat history detection
...
- Updated regex to match newline characters
- Added re.MULTILINE flag for multiline matching
- Improved logging for regex match results
- Enhanced query content cleaning process
- Ensured consistent chat history detection
2025-01-24 23:39:33 +08:00
Saifeddine ALOUI
8a154038cb
Update index.html
2025-01-24 16:35:04 +01:00
yangdx
930b6cf006
Directly pass the session title or keyword generation request from Open WebUI to the underlying LLM
2025-01-24 23:33:12 +08:00
Saifeddine ALOUI
a9e69f5613
Update index.html
2025-01-24 16:30:49 +01:00
Saifeddine ALOUI
8461ab6ad9
Update index.html
2025-01-24 16:27:01 +01:00
Saifeddine ALOUI
2b8c05e7ea
Update index.html
2025-01-24 16:17:20 +01:00
Dmytro Til
f7b66d2c22
asyncio optimizations
2025-01-24 16:06:04 +01:00
Saifeddine ALOUI
6e4668cec8
Update index.html
2025-01-24 16:05:20 +01:00
Lukas Selch
c75ef82b66
Fixed workspace matching in oracle_impl.py
...
In the query for "node_degree", there was a typo that did not match the workspace of the edges, but only of the nodes.
2025-01-24 15:57:31 +01:00
Saifeddine ALOUI
1f97745b93
Add files via upload
2025-01-24 15:56:35 +01:00
yangdx
24a460f84b
Update README with Open WebUI task model config
2025-01-24 22:24:56 +08:00