Spaces:
Sleeping
Sleeping
jeremierostan
commited on
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
pdfminer.six==20231228
|
3 |
+
langchain-groq==0.0.5
|
4 |
+
langchain-google-genai==0.0.9
|
5 |
+
langchain==0.1.9
|
6 |
+
faiss-cpu==1.7.4
|
7 |
+
langchain-openai==0.0.5
|
8 |
+
openai==1.12.0
|
9 |
+
markdown2==2.4.12
|