Initial commit for deployment
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Core dependencies
|
||||
fastapi==0.103.1
|
||||
uvicorn==0.23.2
|
||||
pydantic==2.3.0
|
||||
python-dotenv==1.0.0
|
||||
|
||||
# AI/ML dependencies
|
||||
pinecone-client==2.2.2
|
||||
langchain==0.0.267
|
||||
sentence-transformers==2.2.2
|
||||
numpy==1.26.4
|
||||
|
||||
# For local storage
|
||||
sqlalchemy==2.0.20
|
||||
sqlite3==0.0.0 # This is a placeholder, sqlite3 is part of Python's standard library
|
||||
|
||||
# Utilities
|
||||
tqdm==4.67.1
|
||||
requests==2.32.3
|
||||
Reference in New Issue
Block a user