Category: Agentic AI

Articles tagged Agentic AI

Filters

LangChain and Elasticsearch: Building LangGraph retrieval agent template

Elasticsearch and LangChain collaborate on a new retrieval agent template for LangGraph for agentic apps

Joe McElroy

A tutorial on building local agent using LangGraph, LLaMA3 and Elasticsearch vector store from scratch

This article will provide a detailed tutorial on implementing a local, reliable agent using LangGraph, combining concepts from Adaptive RAG, Corrective RAG, and Self-RAG papers, and integrating Langchain, Elasticsearch Vector Store, Tavily AI for web search, and LLaMA3 via Ollama.

Pratik Rana