Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
groq
|
3 |
+
langchain
|
4 |
+
langchain-core
|
5 |
+
langchain-community
|
6 |
+
python-dotenv
|
7 |
+
faiss-cpu
|
8 |
+
pypdf
|
9 |
+
sentence-transformers
|