Update requirements.txt
Browse files- requirements.txt +9 -19
requirements.txt
CHANGED
@@ -1,19 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
# uncomment to use huggingface llms
|
11 |
-
huggingface-hub==0.14.1
|
12 |
-
llama-cpp-python
|
13 |
-
#==0.1.83
|
14 |
-
fire
|
15 |
-
gigachain
|
16 |
-
|
17 |
-
# uncomment to use instructor embeddings
|
18 |
-
InstructorEmbedding==1.0.1
|
19 |
-
sentence-transformers==2.2.2
|
|
|
1 |
+
streamlit==1.38.0
|
2 |
+
langchain-community==0.2.16
|
3 |
+
langchain-text-splitters==0.2.4
|
4 |
+
langchain-chroma==0.1.3
|
5 |
+
langchain-huggingface==0.0.3
|
6 |
+
langchain-groq==0.1.9
|
7 |
+
unstructured==0.15.0
|
8 |
+
unstructured[pdf]==0.15.0
|
9 |
+
nltk==3.8.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|