Skip to contents

Handles the upserting of data into a specified vector index.

Usage

upsert_vector_search_index_data(client, index_name, inputs_json)

vectorSearchIndexesUpsertDataVectorIndex(client, index_name, inputs_json)

Arguments

client

Required. Instance of DatabricksClient()

index_name

Required. Name of the vector index where data is to be upserted.

inputs_json

Required. JSON string representing the data to be upserted.