Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
langchain
|
2 |
-
streamlit==1.28.2
|
3 |
-
python-dotenv
|
4 |
-
pinecone-client
|
5 |
-
chromadb
|
6 |
-
langchain_experimental
|
7 |
-
bitsandbytes==0.40.2
|
8 |
-
accelerate==0.21.0
|
9 |
-
transformers
|
10 |
-
scipy
|
11 |
-
accelerate
|
12 |
-
langchainhub
|
|
|
|
1 |
+
langchain
|
2 |
+
streamlit==1.28.2
|
3 |
+
python-dotenv
|
4 |
+
pinecone-client
|
5 |
+
chromadb
|
6 |
+
langchain_experimental
|
7 |
+
bitsandbytes==0.40.2
|
8 |
+
accelerate==0.21.0
|
9 |
+
transformers
|
10 |
+
scipy
|
11 |
+
accelerate
|
12 |
+
langchainhub
|
13 |
+
langchain_experimental
|