- Move from OpenAI to Mistral Embeddings
- Move embedding model settings from tenant to catalog - BUG: error processing configuration for chunking patterns in HTML_PROCESSOR - Removed eveai_chat from docker-files and nginx configuration, as it is now obsolete - BUG: error in Library Operations when creating a new default RAG library - BUG: Added public type in migration scripts - Removed SocketIO from all code and requirements.txt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
alembic~=1.13.2
|
||||
alembic~=1.14.1
|
||||
annotated-types~=0.7.0
|
||||
bcrypt~=4.1.3
|
||||
beautifulsoup4~=4.12.3
|
||||
@@ -6,18 +6,17 @@ celery~=5.4.0
|
||||
certifi~=2024.7.4
|
||||
chardet~=5.2.0
|
||||
cors~=1.0.1
|
||||
Flask~=3.0.3
|
||||
Flask~=3.1.0
|
||||
Flask-BabelEx~=0.9.4
|
||||
Flask-Bootstrap~=3.3.7.1
|
||||
Flask-Cors~=5.0.0
|
||||
Flask-JWT-Extended~=4.6.0
|
||||
Flask-JWT-Extended~=4.7.1
|
||||
Flask-Login~=0.6.3
|
||||
flask-mailman~=1.1.1
|
||||
Flask-Migrate~=4.0.7
|
||||
Flask-Migrate~=4.1.0
|
||||
Flask-Principal~=0.4.0
|
||||
Flask-Security-Too~=5.5.2
|
||||
Flask-Security-Too~=5.6.0
|
||||
Flask-Session~=0.8.0
|
||||
Flask-SocketIO~=5.3.6
|
||||
Flask-SQLAlchemy~=3.1.1
|
||||
Flask-WTF~=1.2.1
|
||||
gevent~=24.2.1
|
||||
@@ -43,12 +42,10 @@ pgvector~=0.2.5
|
||||
pycryptodome~=3.20.0
|
||||
pydantic~=2.9.1
|
||||
PyJWT~=2.8.0
|
||||
PySocks~=1.7.1
|
||||
python-dateutil~=2.9.0.post0
|
||||
python-engineio~=4.9.1
|
||||
python-iso639~=2024.4.27
|
||||
python-magic~=0.4.27
|
||||
python-socketio~=5.11.3
|
||||
pytz~=2024.1
|
||||
PyYAML~=6.0.2
|
||||
redis~=5.0.4
|
||||
@@ -64,7 +61,7 @@ groq~=0.9.0
|
||||
pydub~=0.25.1
|
||||
argparse~=1.4.0
|
||||
minio~=7.2.7
|
||||
Werkzeug~=3.0.3
|
||||
Werkzeug~=3.1.3
|
||||
itsdangerous~=2.2.0
|
||||
cryptography~=43.0.0
|
||||
graypy~=2.1.0
|
||||
@@ -91,4 +88,6 @@ dogpile.cache~=1.3.3
|
||||
python-docx~=1.1.2
|
||||
crewai~=0.102.0
|
||||
sseclient~=0.0.27
|
||||
termcolor~=2.5.0
|
||||
termcolor~=2.5.0
|
||||
mistral-common~=1.5.3
|
||||
mistralai~=1.5.0
|
||||
Reference in New Issue
Block a user