index_query
Operations on a index_query
resource.
Overview
Name | index_query |
Type | Resource |
Id | databricks_workspace.vectorsearch.index_query |
Fields
Name | Datatype |
---|---|
manifest | object |
next_page_token | string |
result | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
queryindex | SELECT | index_name, deployment_name | Query the specified vector index. |
SELECT
examples
SELECT
manifest,
next_page_token,
result
FROM databricks_workspace.vectorsearch.index_query
WHERE index_name = '{{ index_name }}' AND
deployment_name = '{{ deployment_name }}';