24 Commits

Author SHA1 Message Date
zrguo
2a0c7c0322
Merge pull request #785 from danielaskdd/improve-CORS-handling
improve CORS and streaming response headers
2025-02-16 20:31:33 +08:00
yangdx
0db0419c6d Fix linting 2025-02-15 11:08:54 +08:00
yangdx
ad88ba03bf docs: reorganize Ollama emulation API documentation for better readability 2025-02-15 11:07:38 +08:00
ArnoChen
a600beb619 implement MongoDB support for VectorDB storage. optimize existing MongoDB implementations 2025-02-15 00:38:41 +08:00
yangdx
906a9f6641 docs: improve organization and clarity of API documentation 2025-02-13 15:22:18 +08:00
yangdx
5ad3555f4c docs: add MongoDB storage support and improve storage client comment 2025-02-13 14:31:12 +08:00
yangdx
28b17b327b Fix: top_k param handling error, unify top_k and cosine default value. 2025-02-13 06:05:21 +08:00
yangdx
cddde8053d Add configuration examples for Oracle, TiDB, PostgreSQL and storage backends 2025-02-11 06:31:59 +08:00
yangdx
0890c6ad7e update docs for service isntallation 2025-02-07 11:05:38 +08:00
yangdx
ede4122b63 docs: add documentation for /bypass prefix in LightRAG api 2025-02-03 12:25:59 +08:00
yangdx
46c9c7d95b Update sample env file and documentation
- Change COSINE_THRESHOLD to 0.4
- Adjust TOP_K to 50
- Enhance API README details
2025-01-29 23:45:20 +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
yangdx
24a460f84b Update README with Open WebUI task model config 2025-01-24 22:24:56 +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
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
ea88981146 Update README.md for LightRAG Server 2025-01-19 06:45:32 +08:00
Saifeddine ALOUI
5fe28d31e9 Fixed linting 2025-01-17 01:36:16 +01:00
Saifeddine ALOUI
b8c0631e99 Enhanced documentation 2025-01-17 00:49:17 +01:00
Saifeddine ALOUI
2c3ff234e9 Moving extended api documentation to new doc folder 2025-01-16 22:14:16 +01:00