From f2854b2e1d790c42b93f2925d42adb53d33fd01e Mon Sep 17 00:00:00 2001 From: Utsav Talwar <114057324+utsavTalwar@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:06:19 +0530 Subject: [PATCH] docs: Add MongoDB + VoyageAI (#2382) Signed-off-by: Utsav Talwar <114057324+utsavMongoDB@users.noreply.github.com> Co-authored-by: Utsav Talwar <114057324+utsavMongoDB@users.noreply.github.com> --- docs/examples/rag_mongodb.ipynb | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/examples/rag_mongodb.ipynb b/docs/examples/rag_mongodb.ipynb index acc1aa14..db7e4ca9 100644 --- a/docs/examples/rag_mongodb.ipynb +++ b/docs/examples/rag_mongodb.ipynb @@ -452,8 +452,6 @@ "source": [ "## Part 4: Perform RAG on parsed articles\n", "\n", - "Weaviate's `generate` module allows you to perform RAG over your embedded data without having to use a separate framework.\n", - "\n", "We specify a prompt that includes the field we want to search through in the database (in this case it's `text`), a query that includes our search term, and the number of retrieved results to use in the generation." ] },