File size: 275 Bytes
5d4ff05
43f3538
 
 
5d4ff05
 
 
 
 
 
d4e8a5e
5d4ff05
d4e8a5e
5d4ff05
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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