Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -6,4 +6,8 @@ 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
|
|
|
|
|
|
|
|
|
|
6 |
langchain-groq==0.1.9
|
7 |
unstructured==0.15.0
|
8 |
unstructured[pdf]==0.15.0
|
9 |
+
nltk==3.8.1
|
10 |
+
#langchain
|
11 |
+
pandas
|
12 |
+
langchain-text-splitters
|
13 |
+
tiktoken
|