Files
lightrag/requirements.txt
Roy 92ae895713 Refactor requirements and code formatting
- Simplified requirements.txt by removing specific version constraints
- Added comment about extra library installation using pipmaster
- Improved code formatting in base.py, operate.py, and postgres_impl.py
- Cleaned up SQL templates and query method signatures with consistent formatting
2025-03-10 15:39:18 +00:00

18 lines
192 B
Plaintext

aiohttp
configparser
future
# Basic modules
gensim
pipmaster
pydantic
python-dotenv
setuptools
tenacity
# LLM packages
tiktoken
# Extra libraries are installed when needed using pipmaster