LightRAG/lightrag/api/routers
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
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Merge branch 'main' into feat_login-jwt 2025-03-05 12:42:40 +08:00
graph_routes.py feat(api): Add user authentication functionality 2025-03-05 11:09:31 +08:00
ollama_api.py refactor(api): Code optimization based on review comments. 2025-03-05 20:38:05 +08:00
query_routes.py feat(api): Add user authentication functionality 2025-03-05 11:09:31 +08:00