Skip to main content

DROP NON LINEAR ALGORITHM INDEX

Remove a non-linear index. Similarity search still works, falling back to a linear scan.

Syntax

DROP NON LINEAR ALGORITHM INDEX <algorithm> IN <store_name>DROP NON LINEAR ALGORITHM INDEX <algorithm> IN <store_name> SCHEMA analytics

Example

DROP NON LINEAR ALGORITHM INDEX hnsw IN my_store

See SDK examples for Python, Node, Go, and Rust.