mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
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:
2
docs/examples/rag_mongodb.ipynb
vendored
2
docs/examples/rag_mongodb.ipynb
vendored
@@ -452,8 +452,6 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Part 4: Perform RAG on parsed articles\n",
|
"## Part 4: Perform RAG on parsed articles\n",
|
||||||
"\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."
|
"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."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user