public static interface HybridVectorArgs.VectorSearchMethod
Defines how vector similarity search is performed - either by finding K nearest neighbors (KNN) or by finding all vectors within a certain distance range.
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
build(CommandArgs<K,V> args)
Build the method arguments into the command.
|
<K,V> void build(CommandArgs<K,V> args)
K - key typeV - value typeargs - command argumentsCopyright © 2026 lettuce.io. All rights reserved.