Skip to content

Latest commit

 

History

History

multi-document-agentic-rag

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Multidocument Agentic RAG

alt text

This example provides a comprehensive guide on creating a Multi-Document Agentic RAG leveraging the power of Embeddings and VectorDB. We'll explore how we can use Reasoning + Acting (ReAct) strategy to harness our RAG setup and make it more intelligent using different tools.

Colab walkthrough - Open In Colab

Read the Blog Post

Python

Run the script

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
cd examples/multi-document-agentic-rag
python3 main.py