Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
langchain
|
3 |
+
langchain_community
|
4 |
+
faiss-cpu
|
5 |
+
sentence-transformers
|
6 |
+
google-generativeai==0.5.2
|
7 |
+
langchain-google-genai
|
8 |
+
langchain-huggingface
|
9 |
+
ctransformers
|
10 |
+
PyPDF2
|