mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
9d14bc2a8d
commit
97f5c21485
2 changed files with 3 additions and 3 deletions
|
|
@ -106,6 +106,7 @@ google-auth-oauthlib
|
||||||
googleapis-common-protos==1.70.0
|
googleapis-common-protos==1.70.0
|
||||||
google-cloud-storage==2.19.0
|
google-cloud-storage==2.19.0
|
||||||
|
|
||||||
|
## Databases
|
||||||
pymongo
|
pymongo
|
||||||
psycopg2-binary==2.9.10
|
psycopg2-binary==2.9.10
|
||||||
pgvector==0.4.1
|
pgvector==0.4.1
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,6 @@ dependencies = [
|
||||||
"pycrdt==0.12.25",
|
"pycrdt==0.12.25",
|
||||||
"redis",
|
"redis",
|
||||||
|
|
||||||
"PyMySQL==1.1.1",
|
|
||||||
"boto3==1.40.5",
|
|
||||||
|
|
||||||
"APScheduler==3.10.4",
|
"APScheduler==3.10.4",
|
||||||
"RestrictedPython==8.0",
|
"RestrictedPython==8.0",
|
||||||
|
|
||||||
|
|
@ -60,6 +57,8 @@ dependencies = [
|
||||||
"fake-useragent==2.2.0",
|
"fake-useragent==2.2.0",
|
||||||
"chromadb==1.0.20",
|
"chromadb==1.0.20",
|
||||||
"opensearch-py==2.8.0",
|
"opensearch-py==2.8.0",
|
||||||
|
"PyMySQL==1.1.1",
|
||||||
|
"boto3==1.40.5",
|
||||||
|
|
||||||
"transformers",
|
"transformers",
|
||||||
"sentence-transformers==5.1.1",
|
"sentence-transformers==5.1.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue