dav74 commited on
Commit
c9ec054
·
verified ·
1 Parent(s): becae7c

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. 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]