101 Commits

Author SHA1 Message Date
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
Saifeddine ALOUI
6e4668cec8
Update index.html 2025-01-24 16:05:20 +01:00
Saifeddine ALOUI
1f97745b93
Add files via upload 2025-01-24 15:56:35 +01: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
Soichi Sumi
a3306c4633
add "azure_openai" in llm_binding and embedding_binding 2025-01-23 21:30:57 +09:00
yangdx
11b618d434 Fix parameters missing in app creation in case openai is selected 2025-01-23 01:15:48 +08:00
yangdx
8a05ff459f Add environment variable for Ollama model tag 2025-01-21 03:13:13 +08:00
yangdx
81a0a7cff0 fixed linting 2025-01-21 01:03:37 +08:00
yangdx
2e62cf1c66 Add document indexing during FastAPI startup, Fix docx package name in requirements
- Initialize DocumentManager earlier
- Add lifespan context manager
- Scan and index documents on startup
- Fix docx package name in requirements
2025-01-21 00:50:11 +08:00
yangdx
9ab719b605 Updated API documentation for LLM bindings and configurations. 2025-01-20 15:35:43 +08:00
yangdx
a76abf23f2 Updated OpenAI configuration and documentation.
- Added OpenAI alike example in .env.example
- Updated README for OpenAI alike server
- Modified API key handling in lightrag_server.py
2025-01-20 14:50:06 +08:00
zrguo
f8ba76f7b8
Merge branch 'main' into main 2025-01-20 12:26:01 +08:00
Saifeddine ALOUI
70425b0357 fixed linting 2025-01-20 00:26:28 +01:00
Saifeddine ALOUI
9cae05e1ff Fixed a bug introduced by a modification by someone else in azure_openai_complete (please make sure you test before commiting code)
Added api_key to lollms, ollama, openai for both llm and embedding bindings allowing to use api key protected services.
2025-01-19 23:24:37 +01:00
Saifeddine ALOUI
34c051b0b9
Merge branch 'HKUDS:main' into main 2025-01-19 10:40:21 +01:00
yangdx
b008c586ea Refactor service and script paths for LightRAG.
- Renamed service file to `lightrag-server.service.example`
- Updated `ExecStart` path in service file
- Corrected README.md service file reference
- Moved `start_lightrag.sh.example` to root
- No functionality is changed
2025-01-19 13:28:29 +08:00
yangdx
ef73ed4291 Install Lightrag as a Linux Service (sample files and installation guide) 2025-01-19 12:53:13 +08:00
yangdx
a7b37652cf Add document scan API notes in API README.md 2025-01-19 12:24:46 +08:00
yangdx
3a227701b2 pre-commit run --all-files 2025-01-19 10:44:46 +08:00
yangdx
fb9a645f5e Update README with Ollama API and Open WebUI details
- Add section on query mode selection
- Separate Ollama API and Open WebUI details
- Clarify query prefix usage
2025-01-19 10:38:01 +08:00
yangdx
a78be2ab17 pre-commit run --all-files 2025-01-19 08:07:26 +08:00
yangdx
ea88981146 Update README.md for LightRAG Server 2025-01-19 06:45:32 +08:00
yangdx
853a9d2064 Updated API version to 1.0.3
- Bumped API version to 1.0.3
- Fixed version reference in server code
2025-01-19 06:06:17 +08:00
yangdx
387be31f09 Refactor embedding function initialization and remove start-server.sh
- Simplified RAG initialization logic by deduplicating embedding function
- Removed start-server.sh script which is not needed
- No functional changes to the application
2025-01-19 05:19:02 +08:00
yangdx
8ea179a98b Migrate Ollama API to lightrag_server.py 2025-01-19 04:44:30 +08:00
Saifeddine ALOUI
35f04b51e6
Update lightrag_server.py 2025-01-17 11:18:45 +01: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
939e399dd4 Translate comment to English 2025-01-17 13:36:31 +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
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