Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
@@ -1 +1,13 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
PyPDF2
|
3 |
+
python-dotenv
|
4 |
+
streamlit
|
5 |
+
openai
|
6 |
+
faiss-cpu
|
7 |
+
altair
|
8 |
+
tiktoken
|
9 |
+
huggingface-hub==0.14.1
|
10 |
+
InstructorEmbedding==1.0.1
|
11 |
+
sentence-transformers==2.2.2
|
12 |
+
torch
|
13 |
+
langchain-community
|