Couchbase Lite C++
Couchbase Lite C++ API
Loading...
Searching...
No Matches
VectorIndex.hh File Reference
#include "cbl++/Base.hh"
#include "cbl++/Collection.hh"
#include "cbl/CBLQueryIndexTypes.h"

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.