File size: 324 Bytes
5d4ff05
43f3538
 
 
5d4ff05
 
 
 
ed0fe96
5fbe915
ed0fe96
5fbe915
ed0fe96
5d4ff05
 
 
 
 
ed0fe96
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: latest (with openai+community)
langchain>=0.2.0
langchain-core>=0.2.0
langchain-community>=0.2.0
langchain-openai>=0.1.7

# For SQLite (Python stdlib, but add for safety in HF Spaces)
pysqlite3-binary

# General
tqdm