VectorizedSearch<Record> Interface
Type Parameters
- Record
The record type.
public interface VectorizedSearch<Record>
A vectorized search.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
reactor.core.publisher.Mono<Vector |
searchAsync(List<Float> vector, VectorSearchOptions options)
Vectorized search. |
Method Details
searchAsync
public abstract Mono
Vectorized search. This method searches for records that are similar to the given vector.
Parameters:
Returns: