Skip to content

Struct Tryll::TryllClient::EmbeddedStorageInfo

ClassList > Tryll > TryllClient > EmbeddedStorageInfo

Result returned by CreateEmbeddedStringStorage variants.

  • #include <TryllClient.h>

Public Attributes

Type Name
std::uint32_t embeddingDim = 0
Embedding vector dimensionality.
std::string name
Storage name as registered on the server.
std::uint32_t recordCount = 0
Number of records indexed in the storage.

Public Attributes Documentation

variable embeddingDim

Embedding vector dimensionality.

std::uint32_t Tryll::TryllClient::EmbeddedStorageInfo::embeddingDim;


variable name

Storage name as registered on the server.

std::string Tryll::TryllClient::EmbeddedStorageInfo::name;


variable recordCount

Number of records indexed in the storage.

std::uint32_t Tryll::TryllClient::EmbeddedStorageInfo::recordCount;



The documentation for this class was generated from the following file C:/_tryll/_monorepo/server/client-cpp/include/tryll/TryllClient.h