Creates an HNSW vector index on a specified table and vector column with optional build and search configurations. If no configurations are provided, default parameters from the database are used. If provided values exceed the valid ranges, an error will be raised. The index is always created in ONLINE mode.
createHnswIndex(options: __type = {}): Promise<void>| Name | Type | Description |
|---|---|---|
options | __type | Default: {}Object containing configuration options for the index |