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>
This commit is contained in:
Utsav Talwar
2025-10-08 00:06:19 +05:30
committed by GitHub
parent 0610d01afa
commit f2854b2e1d

View File

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