Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Agentic RAG notebook #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

taradepan
Copy link

Agentic RAG

Normally, when we use RAG (Retrieval-Augmented Generation), we provide it with a single collection containing embeddings, and we perform a vector search on that collection. However, what if we have multiple collections covering different domains and need to perform vector searches across them based on the user's query?

In such scenarios, Agentic RAG becomes invaluable. It can intelligently search across multiple collections, perform internet searches when required, or even generate answers from its own knowledge base. This makes it an integral solution for handling diverse queries in a seamless and efficient manner.

I have added a notebook that uses MongoDB as the vector database with multiple collection.

@taradepan taradepan requested a review from a team as a code owner January 16, 2025 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant