ruslanmv commited on
Commit
f8f269c
·
1 Parent(s): 11eaf27

Update requirements.txt

Browse files
Files changed (1) hide show
  1. app/requirements.txt +11 -6
app/requirements.txt CHANGED
@@ -1,8 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  fastapi
2
  uvicorn
3
- pypdf
4
- python-multipart
5
- langchain
6
- sentence-transformers
7
- torch
8
- pymilvu
 
1
+ pymilvus==2.4.5
2
+ sentence-transformers==3.0.1
3
+ huggingface-hub==0.24.5
4
+ langchain_community==0.2.12
5
+ langchain-text-splitters==0.2.2
6
+ langchain==0.2.14
7
+ pypdf==4.3.1
8
+ tqdm==4.66.5
9
+ flask
10
+ flask_cors
11
  fastapi
12
  uvicorn
13
+ python-multipart