Shivi14321 commited on
Commit
5d1246e
·
1 Parent(s): 9f509f0

first commit

Browse files
Files changed (3) hide show
  1. .gitignore +2 -0
  2. README.md +1 -0
  3. requirement.txt +8 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ venv/
2
+ helper_doc_langraph_project.txt
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ ### End to end Agentic AI project using Langgraph ###
requirement.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ langgraph
3
+ langchain_core
4
+ langchain_groq
5
+ langchain_community
6
+ langchain_openai
7
+ faiss-cpu
8
+ streamlit