Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
langchain
|
2 |
streamlit==1.29.0
|
|
|
3 |
langchain-core
|
4 |
langchain-text-splitters
|
5 |
langchain-groq
|
@@ -9,4 +9,5 @@ langchain-community
|
|
9 |
langchain-chroma
|
10 |
langchain-cohere
|
11 |
pypdf
|
|
|
12 |
tiktoken
|
|
|
|
|
1 |
streamlit==1.29.0
|
2 |
+
langchain
|
3 |
langchain-core
|
4 |
langchain-text-splitters
|
5 |
langchain-groq
|
|
|
9 |
langchain-chroma
|
10 |
langchain-cohere
|
11 |
pypdf
|
12 |
+
PyPDF2
|
13 |
tiktoken
|