create_vector_index
Generate a vector index on a specified field within a table to enable efficient vector similarity searches in Baidu Vector Database. Supports HNSW, HNSWPQ, HNSWSQ index types and L2, COSINE, IP metrics.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field_name | Yes | ||
index_name | Yes | ||
index_type | No | HNSW | |
metric_type | No | L2 | |
params | No | ||
table_name | Yes |