This commit is contained in:
Timothy J. Baek
2024-10-01 09:18:15 -07:00
4 changed files with 795 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
fastapi==0.111.0
uvicorn[standard]==0.30.6
pydantic==2.8.2
pydantic==2.9.2
python-multipart==0.0.9
Flask==3.0.3
@@ -11,7 +11,7 @@ python-jose==3.3.0
passlib[bcrypt]==1.7.4
requests==2.32.3
aiohttp==3.10.5
aiohttp==3.10.8
sqlalchemy==2.0.32
alembic==1.13.2
@@ -36,7 +36,7 @@ tiktoken
langchain==0.2.15
langchain-community==0.2.12
langchain-chroma==0.1.2
langchain-chroma==0.1.4
fake-useragent==1.5.1
chromadb==0.5.9
@@ -55,7 +55,7 @@ unstructured==0.15.9
nltk==3.9.1
Markdown==3.7
pypandoc==1.13
pandas==2.2.2
pandas==2.2.3
openpyxl==3.1.5
pyxlsb==1.0.10
xlrd==2.0.1
@@ -80,7 +80,7 @@ pytube==15.0.0
extract_msg
pydub
duckduckgo-search~=6.2.11
duckduckgo-search~=6.2.13
## Tests
docker~=7.1.0