yangdx
17ccab8db2
Updated README with LLM cache configuration details
2025-03-07 15:22:20 +08:00
yangdx
c2f861fba9
Settign LLM cache option for entity extraction from env
2025-03-07 15:03:33 +08:00
Milin
59e3b2eec1
refactor(api): Code optimization based on review comments.
...
- Removed authentication dependency for the health check endpoint in lightrag_server.py
- Removed the authentication dependency for the entire router in ollama_api.py
- Updated the parameter list and example usage in README.md, removing authentication-related parts
- Removed neo4j and tqdm dependencies from requirements.txt
- Deleted command-line argument parsing code related to authentication from utils_api.py
2025-03-05 20:38:05 +08:00
Milin
63aa4f9dfc
feat(api): Add user authentication functionality
...
- Implement JWT-based user authentication logic
- Add login endpoint and token validation middleware
- Update API routes with authentication dependencies
- Add authentication-related environment variables
- Optimize requirements.txt with necessary dependencies
2025-03-05 11:09:31 +08:00
yangdx
fca6969b0b
Update Gunicorn startup instructions in API documentation
2025-03-02 18:33:18 +08:00
yangdx
e20aeada92
docs: add gunicorn deployment guide and update server
2025-03-02 02:43:11 +08:00
yangdx
e8d0d065f3
fix: Improve async handling and FAISS storage reliability
...
- Add async context manager support
- Fix embedding data type conversion
- Improve error handling in FAISS ops
- Add multiprocess storage sync
2025-03-01 23:35:09 +08:00
yangdx
78e0ca7835
Change defautl timeout for LLM to 150s
2025-02-23 17:03:35 +08:00
yangdx
57884f2fb8
Refine LLM settings in env sample file
2025-02-23 16:52:41 +08:00
yangdx
460bc3a6aa
update README.md and .env.example
2025-02-23 13:26:38 +08:00
yangdx
4fd1f214c1
Add verbose debug output option to API configuration
...
- Introduced `--verbose` flag
- Defaults to `False`
2025-02-17 03:57:58 +08:00
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