llamaindex / requirements.txt
Wayne0102's picture
Update requirements.txt
9689d27 verified
raw
history blame contribute delete
419 Bytes
# Core Frameworks
llama-index-core
llama-index-agent-openai
llama-index-llms-huggingface-api
huggingface_hub
# UI and Utilities
gradio
pytz
python-dotenv
# Data & Vector Storage (Unit 3)
chromadb>=0.4.0
sentence-transformers
# Optional: Only keep these if you plan to run models LOCALLY on the space.
# If using the Inference API, these just make the build slower.
# torch>=2.0.0
# transformers>=4.35.0
# accelerate