Commit Graph

1289 Commits

Author SHA1 Message Date
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
Saifeddine ALOUI
0170bf1252 Update index.html 2025-01-24 14:38:31 +01:00
Saifeddine ALOUI
eddd1c23bd Update index.html 2025-01-24 14:35:41 +01:00
Saifeddine ALOUI
8653e0d410 Update index.html 2025-01-24 14:03:57 +01:00
Saifeddine ALOUI
49a039765c Update index.html 2025-01-24 14:02:12 +01:00
Saifeddine ALOUI
a20d065285 Update index.html 2025-01-24 14:01:06 +01:00
Saifeddine ALOUI
153ea4023e Update and rename keep.txt to README.md 2025-01-24 13:57:54 +01:00
Saifeddine ALOUI
6e1f9ff00a Update lightrag_server.py 2025-01-24 13:55:50 +01:00
Saifeddine ALOUI
a0c91d41b9 Fixed serving the webui 2025-01-24 13:54:49 +01:00
Saifeddine ALOUI
d9140a65e9 Merge pull request #1 from ParisNeo/patch-1
Patch 1
2025-01-24 13:52:54 +01:00
Saifeddine ALOUI
ecc3ab1697 Create index.html 2025-01-24 13:52:26 +01:00
Saifeddine ALOUI
811574e6e3 Create keep.txt 2025-01-24 13:52:03 +01:00
Saifeddine ALOUI
dfd7f74921 Added serving a web ui
Serving webui
2025-01-24 13:50:06 +01:00
Saifeddine ALOUI
c22e35f5d9 Merge branch 'HKUDS:main' into main 2025-01-24 13:38:20 +01:00
Saifeddine ALOUI
8171235f35 Added docstrings to lightrag_server.py
Added docstrings to lightrag_server.py
2025-01-24 13:37:43 +01:00
yangdx
032af348b0 Remove performance stats test from generate endpoint
- Deleted performance stats test function
- Updated test cases dictionary
- Removed test from main execution block
- Simplified test suite
- Focused on core functionality
2025-01-24 19:38:35 +08:00
yangdx
5967dd8da7 Remove long input test case from error handling
- Deleted very long input test
- Simplified error handling test
- Improved code readability
- Reduced unnecessary test cases
- Streamlined test function
2025-01-24 19:30:14 +08:00
yangdx
385661b10e Removed query mode parsing and related tests
- Removed query mode parsing logic
- Removed test_generate_query_modes
- Simplified generate endpoint
- Updated test cases list
- Cleaned up unused code
2025-01-24 19:25:45 +08:00
Magic_yuan
8c121f50e9 支持多轮对话 2025-01-24 19:21:03 +08:00
yangdx
c26d799bb6 Add generate API tests and enhance chat API tests
- Add non-streaming generate API test
- Add streaming generate API test
- Add generate error handling tests
- Add generate performance stats test
- Add generate concurrent request test
2025-01-24 19:09:31 +08:00
Magic_yuan
5719aa8882 支持多轮对话 2025-01-24 19:03:36 +08:00
yangdx
2c8885792c Refactor /api/generate:use llm_model_func directly 2025-01-24 18:39:43 +08:00
yangdx
b94cae9990 draft implementation of /api/generate endpoint 2025-01-24 18:18:14 +08:00
hyb
7b02fac7b9 feat: New ini file reading database configuration method for production environment convenience, modified Lightrag ainsert method - add.doc_keys retrieval method to only filter existing ones, but this will prevent failed documents from being stored again. Added -- chunk_Size and -- chunkoverlapped size for production environment convenience, and added llm_binding: openai-ollama for easy use of openai while also using ollama embedding 2025-01-24 17:10:19 +08:00
ruirui
d5a6d08877 fix completion_delimiter with record_delimiter 2025-01-24 16:34:24 +08:00