Using the ai_service as backend for openwebui

This commit is contained in:
Iyeoluwa Akinrinola
2025-05-09 17:38:58 +01:00
parent 9535052645
commit 4c0cff7cca
15 changed files with 466 additions and 748 deletions
+5 -16
View File
@@ -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