You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
536 B

1 month ago
# Web Framework
flask>=2.0.0
flask-restx>=1.0.0
flask-socketio>=5.3.0
eventlet>=0.33.0
gevent>=22.10.2
fastapi>=0.104.0
uvicorn>=0.24.0
# LangChain
langchain>=0.0.350
langchain-ollama>=0.0.1
langchain-community>=0.0.10
langchain-core>=0.1.0
langchain-chroma>=0.0.1
# Vector Store
chromadb>=0.4.22
# Environment Variables
python-dotenv>=1.0.0
# Logging
python-json-logger>=2.0.0
# Ollama
ollama>=0.1.0
# Document Processing
unstructured>=0.10.30
python-magic>=0.4.27
python-magic-bin>=0.4.14; sys_platform == 'win32'
pypdf>=3.17.0