Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
langchain
|
| 3 |
+
faiss-cpu
|
| 4 |
+
smolagents
|
| 5 |
+
python-dotenv
|
| 6 |
+
huggingface_hub
|
| 7 |
+
sentence_transformers
|
| 8 |
+
langchain-community
|
| 9 |
+
langchain-groq
|
| 10 |
+
langchain_huggingface
|
| 11 |
+
langchain-text-splitters
|
| 12 |
+
langchain-core==0.3.29
|