This commit is contained in:
Timothy Jaeryang Baek 2025-11-23 21:24:36 -05:00
parent 9d14bc2a8d
commit 97f5c21485
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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",