Package | Description |
---|---|
com.couchbase.client.java.search.vector |
Modifier and Type | Method and Description |
---|---|
VectorSearchOptions |
VectorSearchOptions.vectorQueryCombination(VectorQueryCombination vectorQueryCombination)
Specifies how multiple
VectorQuery s in a VectorSearch are combined. |
static VectorSearchOptions |
VectorSearchOptions.vectorSearchOptions() |
Modifier and Type | Method and Description |
---|---|
static VectorSearch |
VectorSearch.create(List<VectorQuery> vectorQueries,
VectorSearchOptions vectorSearchOptions)
Will execute all of the provided `vectorQueries`, using the specified options.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.