RAG & Search
12 articles

Hybrid Search RAG: Unifying Symbolic and Connectionist AI
Combine symbolic and connectionist AI with Hybrid Search RAG for more efficient and effective search capabilities, including vector search and knowledge graph querying

Building Conversational AI with LLMs and RAG
Learn to build conversational AI systems using LLMs and RAG, with practical tips and production-ready code examples

Model-Based Reinforcement Learning for AI Agents with RAG
Master model-based reinforcement learning for AI agents using RAG, enhancing decision-making and task execution.

Reasoning and Acting with ReAct Agent Pattern and LLMs
Learn ReAct Agent Pattern for LLMs and RAG, enabling reasoning and acting in AI systems, with a focus on production-grade implementation

RAG-Based Text Generation with LLaMA and LangChain
Learn RAG-based text generation with LLaMA and LangChain. Discover how to build powerful AI models for text generation.

Efficient Indexing for Vector Search with HNSW and Annoy
Learn how to use HNSW and Annoy for efficient vector search and improve your retrieval-augmented generation pipelines

Multi-Agent Task Decomposition with RAG and Tool Calling
Learn how to decompose tasks with RAG and tool calling for efficient AI workflows, boosting productivity

Building Self-Correcting RAG Pipelines with Automated Feedback
Learn to build self-correcting RAG pipelines with automated feedback for efficient similarity search and evaluation metrics.

Efficient Similarity Search in RAG with Embeddings
Learn how to use embeddings for efficient similarity search in RAG, improving your AI model's performance and accuracy.

Vector Database Comparison for RAG and Search
Compare vector databases pgvector, Qdrant, and Chroma for RAG and search applications, and learn how to choose the best one for your project

LangGraph-Based Agentic RAG for Autonomous Agents
LangGraph-Based Agentic RAG enables autonomous agents to reason and act effectively, learn how to implement it

Practical Guide to RAG Pipelines Evaluation Metrics
Learn to evaluate RAG pipelines with key metrics, including retrieval and generation performance. Improve your model's accuracy and efficiency.