Settings

Theme

RAG which can take Decisions: Open-Source Colab Notebook for Agentic RAG

github.com

1 points by chris_5f a year ago · 1 comment

Reader

chris_5fOP a year ago

In this example, we’ll build a basic Agentic RAG system using:

VectorStore: Retrieves relevant information from a pre-indexed document database. WebSearch: Fetches up-to-date data from the web when VectorStore lacks the required information. The AI agent dynamically selects the appropriate tool based on the query, showcasing the adaptability and efficiency of agentic RAG.

LLM: gemini-2.0-flash-exp Embedding Model: BAAI/bge-small-en-v1.5

Try it out!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection