Couchbase Lite C++
Couchbase Lite C++ API
Loading...
Searching...
No Matches
cbl::Extension Class Reference

Manages Couchbase Lite extensions, such as the Vector Search extension. More...

#include <cbl++/Database.hh>

Static Public Member Functions

static void enableVectorSearch (std::string_view path)
 Enables Vector Search extension by specifying the extension path to search for the Vector Search extension library.

Detailed Description

Manages Couchbase Lite extensions, such as the Vector Search extension.

Note
ENTERPRISE EDITION ONLY

Member Function Documentation

◆ enableVectorSearch()

void cbl::Extension::enableVectorSearch ( std::string_view path)
inlinestatic

Enables Vector Search extension by specifying the extension path to search for the Vector Search extension library.

This function must be called before opening a database that intends to use the vector search extension.

Parameters
pathThe file system path of the directory that contains the Vector Search extension library.
Note
Must be called before opening a database that intends to use the vector search extension.

The documentation for this class was generated from the following file: