File size: 464 Bytes
9e1fbac
 
 
 
 
 
 
ff65a8e
 
 
9e1fbac
 
ff65a8e
9e1fbac
ff65a8e
 
9e1fbac
ff65a8e
9e1fbac
 
fd2cf1d
9e1fbac
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Streamlit UI
streamlit>=1.25.0

# Google Gemini API
google-generativeai>=0.5.0

# HTTP and config handling
requests>=2.28.1
PyYAML>=6.0

# Database (provenance, optional for local SQLite)
sqlalchemy>=1.4.0

# Vector store integration (if using Chroma)
chromadb>=0.3.21

# For type checking and validation
pydantic>=1.10.0

# (Optional) For running as API, not required on Spaces but useful locally
uvicorn>=0.18.0

# (Optional) For notebook demo
nbformat>=5.8.0