Skip to content

Commit f2854b2

Browse files
authored
docs: Add MongoDB + VoyageAI (#2382)
Signed-off-by: Utsav Talwar <[email protected]> Co-authored-by: Utsav Talwar <[email protected]>
1 parent 0610d01 commit f2854b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/examples/rag_mongodb.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,6 @@
452452
"source": [
453453
"## Part 4: Perform RAG on parsed articles\n",
454454
"\n",
455-
"Weaviate's `generate` module allows you to perform RAG over your embedded data without having to use a separate framework.\n",
456-
"\n",
457455
"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."
458456
]
459457
},

0 commit comments

Comments
 (0)