RAGoLLAMA / requirements.txt
K00B404's picture
Update requirements.txt
2f508cb verified
raw
history blame
1.05 kB
# Web Frameworks and APIs
Flask==3.0.3
FastAPI==0.111.0
# Data Science and Machine Learning
numpy==1.22.0
pandas==1.5.3
scikit-learn==1.5.1
matplotlib==3.8.4
torch --index-url https://download.pytorch.org/whl/cpu
torchvision --index-url https://download.pytorch.org/whl/cpu
torchaudio --index-url https://download.pytorch.org/whl/cpu
# Natural Language Processing and AI
spacy==3.7.5
transformers==4.42.3
huggingface-hub==0.23.4
hugchat==0.4.9
# Langchain Ecosystem
langchain==0.2.7
langchain-community==0.2.7
langchain-core==0.2.12
langchain-experimental==0.0.62
langchain-huggingface==0.0.3
langchain-text-splitters==0.2.2
langchainhub==0.1.20
# Other AI and Language Models
openai==1.35.13
# Utilities and Tools
requests==2.32.3
beautifulsoup4==4.12.3
Pillow==10.4.0
tqdm==4.66.4
# Data Serialization and Parsing
pyyaml==6.0.1
jsonschema==4.23.0
# Async Programming
aiohttp==3.9.5
asyncio # Built-in, no version needed
# Testing
pytest==8.2.2
# Web Scraping
playwright==1.45.0
# Data Visualization
plotly==5.22.0
gradio
streamlit==1.36.0