ruslanmv commited on
Commit
5e8bd24
·
1 Parent(s): d3bf057

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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