From 5d4134ba777a13d82e47487362c92a9777c6636c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 13 Nov 2025 19:14:00 -0500 Subject: [PATCH] refac --- backend/requirements.txt | 11 +++++------ pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6708e571fd..5992895a18 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -75,7 +75,6 @@ validators==0.35.0 psutil sentencepiece soundfile==0.13.1 -azure-ai-documentintelligence==1.0.2 pillow==11.3.0 opencv-python-headless==4.11.0.86 @@ -85,7 +84,6 @@ rank-bm25==0.2.2 onnxruntime==1.20.1 faster-whisper==1.1.1 - black==25.9.0 youtube-transcript-api==1.2.2 pytube==15.0.0 @@ -93,6 +91,11 @@ pytube==15.0.0 pydub 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-api-python-client google-auth-httplib2 @@ -101,10 +104,6 @@ google-auth-oauthlib googleapis-common-protos==1.70.0 google-cloud-storage==2.19.0 -azure-identity==1.25.0 -azure-storage-blob==12.24.1 - - pymongo psycopg2-binary==2.9.10 pgvector==0.4.1 diff --git a/pyproject.toml b/pyproject.toml index 1a77461a80..77bc7546df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,6 @@ dependencies = [ "sentencepiece", "soundfile==0.13.1", "azure-ai-documentintelligence==1.0.2", - "azure-search-documents>=11.4.0", "pillow==11.3.0", "opencv-python-headless==4.11.0.86", @@ -150,9 +149,10 @@ all = [ "pymilvus==2.6.2", "pinecone==6.0.2", "oracledb==3.2.0", - "colbert-ai==0.2.21", + "firecrawl-py==4.5.0", + "azure-search-documents==11.6.0", ] [project.scripts]