Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.7
|
2 |
+
langchain_community==0.2.7
|
3 |
+
langchain_core==0.2.18
|
4 |
+
langchain_groq==0.1.6
|
5 |
+
langchain_huggingface==0.0.3
|
6 |
+
python-dotenv==1.0.1
|
7 |
+
streamlit==1.12.0
|
8 |
+
pypdf==4.2.0
|
9 |
+
faiss-cpu==1.8.0.post1
|