tdecae commited on
Commit
5597e83
·
verified ·
1 Parent(s): 9faf935

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain==0.0.310
2
+ chromadb==0.4.13
3
+ chroma-hnswlib==0.7.3
4
+ sentence-transformers==2.2.2
5
+ transformers==4.34.1
6
+ torch==2.0.1
7
+ pypdf
8
+ docx2txt
9
+ pysqlite3-binary==0.5.2.post1
10
+ requests==2.31.0
11
+ openai==0.28.1
12
+ tiktoken==0.5.1
13
+ unstructured==0.10.19
14
+ numpy==1.26.0
15
+ pandas==2.1.1
16
+ protobuf==3.20.3
17
+ click==8.0.4