From 66474b5e8ddc479266151713866e08a9a9921c80 Mon Sep 17 00:00:00 2001 From: MKhalusova Date: Thu, 6 Feb 2025 08:50:02 -0500 Subject: [PATCH] New notebook added: rag over databricks vector search --- examplecode/notebooks.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx index f7eab3e9..d49c3fc3 100644 --- a/examplecode/notebooks.mdx +++ b/examplecode/notebooks.mdx @@ -6,6 +6,14 @@ description: "Notebooks contain complete working sample code for end-to-end solu --- + +
+ Build RAG with Databricks Vector Search with context preprocessed from multiple sources by Unstructured Platform. +
+ ``Unstructured Platform`` ``Databricks`` ``Introductory notebook`` +
+
+
Build Agentic RAG with `smolagents` library and compare the results with Vanilla RAG in pure Python