docs: Add Databricks Vector Search example notebook (#14158)

This PR adds an example notebook for the Databricks Vector Search vector
store. It also adds an introduction to the Databricks Vector Search
product on the Databricks's provider page.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Chengzu Ou
2023-12-12 17:40:29 -08:00
committed by GitHub
parent 414bddd5f0
commit df95abb7e7
3 changed files with 392 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ class DatabricksVectorSearch(VectorStore):
)
For more information on Databricks Vector Search, see `Databricks Vector Search
documentation <TODO: pending-link-to-documentation-page>`.
documentation: https://docs.databricks.com/en/generative-ai/vector-search.html.
"""