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)