Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-core
|
3 |
+
langchain-google-genai
|
4 |
+
langchain-community
|
5 |
+
langgraph
|
6 |
+
unstructured
|
7 |
+
google-genai
|
8 |
+
langchain-chroma
|
9 |
+
unstructured[md]
|
10 |
+
fastapi[all]
|