|
Couchbase Lite C++
Couchbase Lite C++ API
|
Go to the source code of this file.
Classes | |
| class | cbl::VectorEncoding |
| Vector encoding type to use in a VectorIndexConfiguration, for reducing the size of the stored vectors. More... | |
| class | cbl::VectorIndexConfiguration |
| Configuration for creating a vector index, which enables searching documents by vector similarity. More... | |
Namespaces | |
| namespace | cbl |
Typedefs | |
| using | cbl::DistanceMetric = CBLDistanceMetric |
| The distance metric used by a vector index to measure the similarity of vectors. | |