Leftover from merge, updated readme

This commit is contained in:
Carlos-Mesquita
2024-11-06 02:07:46 +00:00
parent f02a34fda2
commit e51cd891d2
8 changed files with 52 additions and 1316 deletions

View File

@@ -12,11 +12,11 @@ python-dotenv = "^1.0.1"
aioboto3 = "^13.1.1"
httpx = "^0.27.0"
fastapi = "^0.111.1"
nltk = "^3.8.1"
nltk = "3.9.1"
firebase-admin = "^6.5.0"
wonderwords = "^2.2.0"
dependency-injector = "^4.41.0"
openai = "^1.37.0"
openai = "1.50.2"
python-multipart = "0.0.9"
faiss-cpu = "1.8.0.post1"
pypandoc = "1.13"
@@ -24,10 +24,11 @@ pdfplumber = "0.11.3"
numpy = "1.26.4"
pillow = "10.4.0"
sentence-transformers = "3.0.1"
openai-whisper = "20231117"
openai-whisper = "20240930"
motor = "3.6.0"
shortuuid = "1.0.13"
pandas = "2.2.3"
tiktoken = "0.7.0"
[build-system]