Skip to content

omprakash0702/LangGraph-AgenticAI-RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangGraph Agentic AI System (RAG + Tools + Web Search)



A stateful, multi-usecase Agentic AI system built using LangGraph, integrating chat, tool-use, web search, AI news summarization, and document-grounded RAG (Retrieval-Augmented Generation).

The project focuses on workflow orchestration, state management, and grounded generation, rather than just LLM prompting.


Key Capabilities

  • Basic Chatbot
    LLM-powered conversational assistant.

  • Chatbot with Web Search
    Tool-augmented agent using Tavily search, orchestrated via LangGraph tool nodes.

  • AI News Summarizer
    Fetches latest AI news and generates structured markdown summaries.

  • Retrieval-Augmented Generation (RAG)
    Upload documents (.txt, .pdf) and ask questions grounded strictly in document content using FAISS vector search.


Architecture Overview

The system is built as explicit LangGraph workflows:

User Input
↓
LangGraph Router
↓
| Chatbot | Web Agent | AI News | RAG |

Features

  • Basic Chatbot using Groq LLM
  • Tool-augmented chatbot with Tavily web search
  • AI news summarizer pipeline
  • RAG with FAISS for document-grounded Q&A

Tech Stack

LangGraph • LangChain • FAISS • Groq • Tavily • Streamlit • Python

LangGraph Agentic AI System (RAG + Tools + Web Search)

A stateful, multi-usecase Agentic AI system built using LangGraph, integrating chat, tool-use, web search, AI news summarization, and document-grounded RAG (Retrieval-Augmented Generation).

The project focuses on workflow orchestration, state management, and grounded generation, rather than just LLM prompting.


Key Capabilities

  • Basic Chatbot
    LLM-powered conversational assistant.

  • Chatbot with Web Search
    Tool-augmented agent using Tavily search, orchestrated via LangGraph tool nodes.

  • AI News Summarizer
    Fetches latest AI news and generates structured markdown summaries.

  • Retrieval-Augmented Generation (RAG)
    Upload documents (.txt, .pdf) and ask questions grounded strictly in document content using FAISS vector search.


Architecture Overview

The system is built as explicit LangGraph workflows:

User Input
↓
LangGraph Router
↓
| Chatbot | Web Agent | AI News | RAG |

Features

  • Basic Chatbot using Groq LLM
  • Tool-augmented chatbot with Tavily web search
  • AI news summarizer pipeline
  • RAG with FAISS for document-grounded Q&A

Tech Stack

LangGraph • LangChain • FAISS • Groq • Tavily • Streamlit • Python

LangGraph Agentic AI System (RAG + Tools + Web Search)

A stateful, multi-usecase Agentic AI system built using LangGraph, integrating chat, tool-use, web search, AI news summarization, and document-grounded RAG (Retrieval-Augmented Generation).

The project focuses on workflow orchestration, state management, and grounded generation, rather than just LLM prompting.


Key Capabilities

  • Basic Chatbot
    LLM-powered conversational assistant.

  • Chatbot with Web Search
    Tool-augmented agent using Tavily search, orchestrated via LangGraph tool nodes.

  • AI News Summarizer
    Fetches latest AI news and generates structured markdown summaries.

  • Retrieval-Augmented Generation (RAG)
    Upload documents (.txt, .pdf) and ask questions grounded strictly in document content using FAISS vector search.


Architecture Overview

The system is built as explicit LangGraph workflows:

User Input
↓
LangGraph Router
↓
| Chatbot | Web Agent | AI News | RAG |

Features

  • Basic Chatbot using Groq LLM
  • Tool-augmented chatbot with Tavily web search
  • AI news summarizer pipeline
  • RAG with FAISS for document-grounded Q&A

Tech Stack

LangGraph • LangChain • FAISS • Groq • Tavily • Streamlit • Python

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages