backend_chatbot / requirements_old.txt
helal94hb1's picture
feat: Initial commit for Hugging Face deployment
58de15f
raw
history blame contribute delete
287 Bytes
# requirements.txt
fastapi[all]
uvicorn[standard]
sqlalchemy
psycopg2-binary # For PostgreSQL
python-dotenv
pydantic-settings
numpy
openai
sentence-transformers # <--- Add this
scikit-learn # <--- Add this (for cosine_similarity)
# Add neo4j driver if needed for content loading
# neo4j