Multi Vector Index
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 02:38 PM
Can we create multi vector indexes on multiple embedding columns in delta table as part of databricks vector search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 03:18 AM
Hi SaiVihAI
Databricks Vector Search currently does not support creating multi-vector indexes that are directly based on multiple embedding columns in a Delta table. Creating separate vector indexes for each embedding column is an option.
Ref How to create and query a vector search index | Databricks Documentation Mosaic AI Vector Search | Databricks Documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Is this still the case? Both the rest api (https://docs.databricks.com/api/workspace/vectorsearchindexes/createindex) and the python sdk (https://databricks-sdk-py.readthedocs.io/en/latest/dbdataclasses/vectorsearch.html#databricks.sdk.se...) appear to suggest we should be able to pass multiple embedding_source_columns.