Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
pdfplumber
|
10 |
-
python-docx
|
11 |
-
nltk
|
12 |
spacy
|
13 |
-
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
huggingface_hub
|
3 |
+
transformers
|
4 |
+
sentence-transformers
|
5 |
+
gradio
|
6 |
+
pdfplumber
|
7 |
+
python-docx
|
8 |
+
nltk
|
|
|
|
|
|
|
9 |
spacy
|
10 |
+
faiss-cpu
|
11 |
+
openai # Optional if you extend with OpenAI models
|
12 |
+
spacy
|
13 |
+
en-core-web-sm
|