Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +24 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,24 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Document processing
|
| 2 |
+
pypdf
|
| 3 |
+
docx2txt
|
| 4 |
+
pandas
|
| 5 |
+
|
| 6 |
+
# Embeddings & Vector store
|
| 7 |
+
sentence-transformers
|
| 8 |
+
faiss-cpu
|
| 9 |
+
|
| 10 |
+
# LangChain (compatible versions)
|
| 11 |
+
langchain==0.3.0
|
| 12 |
+
langchain-community==0.3.0
|
| 13 |
+
langchain-huggingface==0.1.0
|
| 14 |
+
|
| 15 |
+
# LLM API
|
| 16 |
+
groq
|
| 17 |
+
|
| 18 |
+
# Hugging Face
|
| 19 |
+
huggingface_hub>=0.30
|
| 20 |
+
|
| 21 |
+
# Evaluation (optional)
|
| 22 |
+
evaluate
|
| 23 |
+
nltk
|
| 24 |
+
rouge-score
|