This commit is contained in:
Timothy Jaeryang Baek 2025-11-13 19:14:00 -05:00
parent 64747f7f79
commit 5d4134ba77
2 changed files with 7 additions and 8 deletions

View file

@ -75,7 +75,6 @@ validators==0.35.0
psutil psutil
sentencepiece sentencepiece
soundfile==0.13.1 soundfile==0.13.1
azure-ai-documentintelligence==1.0.2
pillow==11.3.0 pillow==11.3.0
opencv-python-headless==4.11.0.86 opencv-python-headless==4.11.0.86
@ -85,7 +84,6 @@ rank-bm25==0.2.2
onnxruntime==1.20.1 onnxruntime==1.20.1
faster-whisper==1.1.1 faster-whisper==1.1.1
black==25.9.0 black==25.9.0
youtube-transcript-api==1.2.2 youtube-transcript-api==1.2.2
pytube==15.0.0 pytube==15.0.0
@ -93,6 +91,11 @@ pytube==15.0.0
pydub pydub
ddgs==9.0.0 ddgs==9.0.0
azure-ai-documentintelligence==1.0.2
azure-identity==1.25.0
azure-storage-blob==12.24.1
azure-search-documents==11.6.0
## Google Drive ## Google Drive
google-api-python-client google-api-python-client
google-auth-httplib2 google-auth-httplib2
@ -101,10 +104,6 @@ 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
azure-identity==1.25.0
azure-storage-blob==12.24.1
pymongo pymongo
psycopg2-binary==2.9.10 psycopg2-binary==2.9.10
pgvector==0.4.1 pgvector==0.4.1

View file

@ -86,7 +86,6 @@ dependencies = [
"sentencepiece", "sentencepiece",
"soundfile==0.13.1", "soundfile==0.13.1",
"azure-ai-documentintelligence==1.0.2", "azure-ai-documentintelligence==1.0.2",
"azure-search-documents>=11.4.0",
"pillow==11.3.0", "pillow==11.3.0",
"opencv-python-headless==4.11.0.86", "opencv-python-headless==4.11.0.86",
@ -150,9 +149,10 @@ all = [
"pymilvus==2.6.2", "pymilvus==2.6.2",
"pinecone==6.0.2", "pinecone==6.0.2",
"oracledb==3.2.0", "oracledb==3.2.0",
"colbert-ai==0.2.21", "colbert-ai==0.2.21",
"firecrawl-py==4.5.0", "firecrawl-py==4.5.0",
"azure-search-documents==11.6.0",
] ]
[project.scripts] [project.scripts]