Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
ibm-watsonx-ai==1.1.2
|
3 |
+
langchain==0.2.11
|
4 |
+
langchain-community==0.2.10
|
5 |
+
langchain-ibm==0.1.11
|
6 |
+
chromadb==0.4.24
|
7 |
+
pypdf==4.3.1
|
8 |
+
pydantic==2.9.1
|