Commit Graph

1490 Commits

Author SHA1 Message Date
yangdx
db9b4dc841 Added environment variable loading with dotenv in Ollama API 2025-02-06 01:00:49 +08:00
ArnoChen
1b37c3be4e format 2025-02-06 00:23:41 +08:00
ArnoChen
81da351d08 Merge branch 'main' into fix-lightrag-viewer 2025-02-06 00:22:51 +08:00
ArnoChen
88173e2b34 fix graph viewer crash on macos when show file dialog 2025-02-06 00:18:27 +08:00
zrguo
a927545b4b Merge pull request #717 from danielaskdd/split-ollama-api-to-separated-file
Split ollama api to separated file
2025-02-05 23:26:53 +08:00
yangdx
1a61d9ee7f Fix linting 2025-02-05 22:29:07 +08:00
yangdx
f703334ce4 Split the Ollama API implementation to a separated file 2025-02-05 22:15:14 +08:00
zrguo
2bbf451fa0 Merge pull request #712 from danielaskdd/handle-stream-cancel-error
Improve LLM Error Handling for API Server
2025-02-05 13:47:17 +08:00
yangdx
f77faf8023 Fix linting 2025-02-05 12:36:52 +08:00
yangdx
4663dcfbab Merge branch 'main' into handle-stream-cancel-error 2025-02-05 12:27:05 +08:00
yangdx
f1ea7f7415 update error response format in streaming API to a normal message. So user can get what's going on. 2025-02-05 11:07:31 +08:00
yangdx
24effb127d Improve error handling and response consistency in streaming endpoints
• Add error message forwarding to client
• Handle stream cancellations gracefully
• Add logging for stream errors
• Ensure clean stream termination
• Add try-catch in OpenAI streaming
2025-02-05 10:44:48 +08:00
yangdx
ff40e61fad Fix linting 2025-02-05 09:47:39 +08:00
yangdx
69f200faf2 feat: improve error handling for streaming responses
• Add CancelledError handling for streams
• Send error details to client in JSON
• Add error status codes and messages
• Always send final completion marker
• Refactor stream generator error handling
2025-02-05 09:46:56 +08:00
zrguo
e2d164e8c8 Update README.md 2025-02-05 03:52:59 +08:00
zrguo
294291b7e0 Merge pull request #711 from ArnoChenFx/fix-issue-#706
fix doc_key filtering logic to handle dict status
2025-02-05 03:48:18 +08:00
ArnoChen
57b015bee1 fix doc_key filtering logic to handle dict status 2025-02-05 03:22:22 +08:00
zrguo
5694bf78ed Merge pull request #710 from ArnoChenFx/visualizer-module-reorg
split lightrag_visualizer into separate module and update entry point
2025-02-05 03:01:43 +08:00
zrguo
8b2a6d1ae5 modify README-zh.md 2025-02-05 02:59:51 +08:00
ArnoChen
c8a45daf02 split lightrag_visualizer into separate module and update entry point 2025-02-05 02:56:14 +08:00
zrguo
3211816da8 Reapply "fix mongo impl" 2025-02-05 02:48:12 +08:00
zrguo
7a5ccdfe01 Merge pull request #709 from ArnoChenFx/reintroduce-pr-703
Reapply "Integrated the GraphML Visualizer as an optional component of LightRAG"
2025-02-05 02:38:16 +08:00
ArnoChen
a59bb7d4ba update LightRAG repository URL in README 2025-02-05 02:36:43 +08:00
zrguo
1c2545b38a Revert "Merge pull request #708 from ArnoChenFx/fix-mongo-impl"
This reverts commit ad2a82e5e4, reversing
changes made to 7b238dbc3e.
2025-02-05 02:36:38 +08:00
ArnoChen
23f153f690 fix path for visualization tool dependencies file 2025-02-05 02:35:51 +08:00
ArnoChen
eb77af8e7d Reapply "Integrated the GraphML Visualizer as an optional component of LightRAG"
This reverts commit b2bc7770fd.
2025-02-05 02:33:26 +08:00
zrguo
ad2a82e5e4 Merge pull request #708 from ArnoChenFx/fix-mongo-impl
fix mongo impl
2025-02-05 01:55:31 +08:00
zrguo
7b238dbc3e Merge pull request #707 from HKUDS/dev
fix merge errors
2025-02-05 01:53:03 +08:00
ArnoChen
c1ff66db98 fix mongo impl 2025-02-05 01:52:33 +08:00
zrguo
58faf48468 Merge 2025-02-05 01:51:26 +08:00
zrguo
ab3f340b30 Merge pull request #705 from HKUDS/revert-703-main
Revert "Integrated the GraphML Visualizer as an optional component of…
2025-02-05 01:32:42 +08:00
zrguo
b2bc7770fd Revert "Integrated the GraphML Visualizer as an optional component of LightRAG" 2025-02-05 01:30:57 +08:00
zrguo
0e162b25aa Merge branch 'pr/703' 2025-02-05 01:30:29 +08:00
zrguo
f30b8c64c5 Merge pull request #704 from wo10378931/main
Fix get_by_id DB query ressult is empty array
2025-02-05 01:21:54 +08:00
zrguo
e0ea0d3130 Merge pull request #702 from ArnoChenFx/graph-viewer-improvements
Improve graph viewer UI and rendering
2025-02-05 01:20:47 +08:00
ArnoChen
b8574ae099 better font handling
f
2025-02-04 17:32:51 +08:00
chenjingyang
6e79bef321 Fix get_by_id DB query ressult is empty array 2025-02-04 17:09:34 +08:00
ArnoChen
3ae2719bfb improve graph viewer UI and rendering
clear data before loading new file in graph viewer

improve font load

fix

format
2025-02-04 14:59:57 +08:00
Saifeddine ALOUI
6a4e1b1401 fixed pipmaster install 2025-02-04 00:28:33 +01:00
Saifeddine ALOUI
14b5adc15c minor fix 2025-02-04 00:26:22 +01:00
Saifeddine ALOUI
61b06a3d1a linting 2025-02-03 23:17:43 +01:00
Saifeddine ALOUI
57af1d1815 Update README.md 2025-02-03 22:54:26 +01:00
Saifeddine ALOUI
a55cf5d1ee Update README.md 2025-02-03 22:52:34 +01:00
Saifeddine ALOUI
9a30dc7b04 Integrated the graphml visualizer as part of lightrag and made it a component that can be installed using [tools] option 2025-02-03 22:51:46 +01:00
Saifeddine ALOUI
797b5fa463 Merge branch 'HKUDS:main' into main 2025-02-03 22:05:59 +01:00
zrguo
0c8a2bface Merge pull request #701 from RayWang1991/main
fix DocStatus issue
2025-02-04 00:16:34 +08:00
zrguo
d97ccbf298 Merge pull request #699 from ArnoChenFx/new-graph-visualizer
refactoring the graph visualizer tool
2025-02-04 00:14:28 +08:00
zrguo
4a7dc3af8f Merge pull request #698 from danielaskdd/add-bypass-support-ollama
Add query prefix "/bypass" for ollama api
2025-02-04 00:13:32 +08:00
zrguo
dca31df1e7 Merge pull request #697 from danielaskdd/improve-unit-test
Add http status check in unit tests.
2025-02-04 00:13:14 +08:00
zrguo
9659b98809 Merge pull request #696 from ultrageopro/main
Add the ability to specify a path for saving lightrag.log
2025-02-04 00:12:48 +08:00