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." ] },