Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
langchain
|
| 3 |
+
langchain-core
|
| 4 |
+
langchain-groq
|
| 5 |
+
langchain-huggingface
|
| 6 |
+
langchain-text-splitters
|
| 7 |
+
langchain-community
|
| 8 |
+
langchain-groq
|
| 9 |
+
langchain-google-genai
|
| 10 |
+
langchain-openai
|
| 11 |
+
PyPDF2
|
| 12 |
+
faiss-cpu
|
| 13 |
+
python-dotenv
|
| 14 |
+
google-generativeai
|
| 15 |
+
pandas
|
| 16 |
+
jsonlib-python3
|
| 17 |
+
pypdf
|