A vector_search allows one or more vector_query to be executed.
More...
#include <couchbase/vector_search.hxx>
A vector_search allows one or more vector_query to be executed.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ vector_search() [1/2]
Will execute all of the provided vector_queries, using the specified options.
- Parameters
-
vector_queries | vector queries to be run |
options | options to use on the vector queries |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ vector_search() [2/2]
Will execute a single vector_query, using default options.
- Parameters
-
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ encode()
auto encode |
( |
| ) |
const -> encoded_search_query |
|
nodiscard |
◆ options()
The documentation for this class was generated from the following file: