MoodMate / requirements.txt
MeteKaba's picture
Update requirements.txt
66bfe9e verified
raw
history blame contribute delete
380 Bytes
# Core LangChain v1
langchain==1.0.2
# Community extensions for embeddings and vectorstores
langchain-community>=0.2.10
# Vector similarity & embeddings
sentence-transformers
faiss-cpu
# Chroma vectorstore backend
chromadb
# App framework
streamlit
streamlit-extras
# Google Gemini SDK
google-genai>=0.27.0
# Dataset handling
datasets
# Environment variables
python-dotenv