Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
faiss-cpu==1.9.0
|
| 2 |
+
tiktoken==0.8.0
|
| 3 |
+
fastembed==0.4.1
|
| 4 |
+
groq==0.11.0
|
| 5 |
+
langchain==0.3.7
|
| 6 |
+
langchain-community==0.3.5
|
| 7 |
+
langchain-groq==0.2.1
|
| 8 |
+
PyPDF2==3.0.1
|
| 9 |
+
scikit-learn==1.5.2
|
| 10 |
+
sentence-transformers==3.2.1
|
| 11 |
+
streamlit==1.40.0
|