cancel
Showing results for 
Search instead for 
Did you mean: 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results for 
Search instead for 
Did you mean: 

Vector Index format.

skrishnaprasad
New Contributor III

On of the key benefits of a delta table format is that it's open.  Is this also the case for vector indexes as well? If so where could I find it's specification?

In Databricks today, we see that we can create and manage a vector index using API's. (https://docs.databricks.com/api/azure/workspace/vectorsearchindexes/createindex). Is this also possible using spark data frame operations as well?

thanks

Krishna

2 REPLIES 2

Alberto_Umana
Databricks Employee
Databricks Employee

The Delta table format is indeed open, which is one of its key benefits. However, the same cannot be said for vector indexes. The specifications for vector indexes are not openly available in the same way as Delta tables.

 

Regarding the creation and management of vector indexes, it is currently possible to do so using the Databricks UI, the Python SDK, and the REST API. The documentation does not mention the ability to create and manage vector indexes directly using Spark DataFrame operations.

 

For more detailed information on creating and managing vector indexes, you can refer to the following resources:

These resources provide comprehensive guidance on using the UI, Python SDK, and REST API for vector index operations.

Thank you for your response. Is there a view on making these as open as the delta format? 

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group