IndexDetails#

class langchain_databricks.vectorstores.IndexDetails(index: Any)[source]#

An utility class to store the configuration details of an index.

Attributes

embedding_source_column

embedding_vector_column

index_spec

name

primary_key

schema

Methods

Parameters:

index (Any)

__init__(index: Any)[source]#
Parameters:

index (Any)

is_databricks_managed_embeddings() bool[source]#
Return type:

bool

is_delta_sync_index() bool[source]#
Return type:

bool

is_direct_access_index() bool[source]#
Return type:

bool