Using the ai_service as backend for openwebui
This commit is contained in:
+5
-16
@@ -1,22 +1,11 @@
|
||||
# Flask and FastAPI integration
|
||||
flask==2.3.3
|
||||
# Core dependencies
|
||||
fastapi==0.103.1
|
||||
uvicorn==0.23.2
|
||||
pydantic>=2.5.2,<3.0.0 # Updated to resolve dependency conflicts
|
||||
python-dotenv==1.0.0
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.20
|
||||
flask-sqlalchemy==3.0.5
|
||||
pymysql==1.1.0
|
||||
cryptography==41.0.3 # Required for PyMySQL
|
||||
alembic==1.12.0
|
||||
|
||||
# Document Processing
|
||||
# Document processing
|
||||
langchain-text-splitters==0.3.8
|
||||
sentence-transformers==2.2.2
|
||||
|
||||
# Utilities
|
||||
python-dotenv==1.0.0
|
||||
pydantic==2.3.0
|
||||
|
||||
# Testing
|
||||
pytest==7.4.0
|
||||
requests==2.32.3
|
||||
|
||||
Reference in New Issue
Block a user