awindbrake commited on
Commit
08a23b8
·
1 Parent(s): 801028d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- langchain
2
- os
3
- gradio
4
- time
5
- fuzzywussy
6
- pinecone
7
- getpass
 
 
1
+ langchain==0.0.164
2
+ openai==0.27.6
3
+ faiss-cpu==1.7.3
4
+ gradio==3.31.0
5
+ fuzzywuzzy==0.18.0
6
+ pinecone-client==2.2.1
7
+ tiktoken==0.3.3
8
+ python-Levenshtein==0.21.0