|
Couchbase Lite C++
Couchbase Lite C++ API
|
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. | |
Manages Couchbase Lite extensions, such as the Vector Search extension.
|
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.
| path | The file system path of the directory that contains the Vector Search extension library. |