Seth0330's picture
Update requirements.txt
5d4ff05 verified
raw
history blame
275 Bytes
# Core app
streamlit
pandas
numpy
# OpenAI LLM & embeddings (for openai>=1.0)
openai>=1.0.0
# LangChain components
langchain
langchain-core
langchain-community
langchain-openai
# For SQLite (Python stdlib, but add for safety in HF Spaces)
pysqlite3-binary
# General
tqdm