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 analyticsExample
DROP NON LINEAR ALGORITHM INDEX hnsw IN my_storeSee SDK examples for Python, Node, Go, and Rust.