17 lines
255 B
Plaintext
17 lines
255 B
Plaintext
# Core dependencies
|
|
pandas>=2.0.0
|
|
sqlalchemy>=2.0.0
|
|
pydantic>=2.0.0
|
|
|
|
# Vector database
|
|
chromadb>=0.4.0
|
|
|
|
# LLM integration
|
|
openai>=1.0.0
|
|
|
|
# Environment management
|
|
python-dotenv>=1.0.0
|
|
|
|
# Additional dependencies for data processing
|
|
typing-extensions>=4.0.0
|