Search for nodes similar to a query using vector similarity with HNSW index
This uses SurrealDB's vector::distance::knn() function with the <|limit,effort|> syntax
to efficiently search using the HNSW index. The effort parameter (second value) MUST be
a number to force index usage.
Search for nodes similar to a query using vector similarity with HNSW index
This uses SurrealDB's vector::distance::knn() function with the <|limit,effort|> syntax to efficiently search using the HNSW index. The effort parameter (second value) MUST be a number to force index usage.