Kalyanbrata Maity commited on
Commit
1fa996d
·
0 Parent(s):

first commit

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. README.md +1 -0
  3. requirements.txt +8 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv/
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # langgraph-agentic-e2e
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ langgraph
3
+ langchain_community
4
+ langchain_core
5
+ langchain_groq
6
+ langchain_openai
7
+ faiss-cpu
8
+ streamlit