Commit Graph

16 Commits

Author SHA1 Message Date
coredevorg
bc5ccc5f19 Update Dockerfile and API requirements for improved build and dependencies
- Add Rust installation to Dockerfile for potential performance improvements
- Set explicit Docker data directories
- Add graspologic library to API requirements
- Optimize Docker build stages and environment setup
2025-03-11 10:39:55 +00:00
Milin
c015296081 refactor(api): Fix issues reported by pre-commit
- Modified code layout and formatting in multiple files, improving code readability.
  - Updated import statements, removing unused libraries.
  - Simplified the writing of some functions and exception handling.
2025-03-06 14:23:52 +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
Yannick Stephan
e0ecb4777e fixed missing install 2025-02-18 22:24:59 +01:00
Yannick Stephan
011227e426 cleanup no required install 2025-02-18 20:27:59 +01:00
Yannick Stephan
ea41d08b9f removed torch from requirement lightrag server 2025-02-18 20:05:51 +01:00
Yannick Stephan
2524e02428 remove tqdm and cleaned readme and ollama 2025-02-18 19:58:03 +01:00
yangdx
8ab369c2af Remove unused package 2025-02-18 16:08:20 +08:00
Saifeddine ALOUI
09c55032bd Update requirements.txt 2025-01-27 09:34:43 +01:00
Saifeddine ALOUI
34018cb1e0 Separated llms from the main llm.py file and fixed some deprication bugs 2025-01-25 00:11:00 +01:00
yangdx
5e4c9dd4d7 移除api server 对 lightrag-hku 的依赖(解决非编辑调试方式安装无法启动api服务的问题) 2025-01-16 03:26:47 +08:00
Saifeddine ALOUI
29661c92da fixed linting 2025-01-14 23:11:23 +01:00
Saifeddine ALOUI
c3aba5423f Added more file types support 2025-01-14 23:08:39 +01:00
Saifeddine ALOUI
9921223281 Merge remote-tracking branch 'upstream/main' 2024-12-25 18:04:02 +01:00
Saifeddine ALOUI
9951f8584a Added API as an option to the installation, reorganized the API and fused all documentations in README.md 2024-12-24 10:31:12 +01:00