Hacker News new | ask | show | jobs
RAG which can take Decisions: Open-Source Colab Notebook for Agentic RAG (github.com)
1 points by chris_5f 527 days ago
1 comments

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!