Table of Contents

Method GetMetadataAsync

Namespace
LMKit.Data.Storage
Assembly
LM-Kit.NET.dll

GetMetadataAsync(string, string, CancellationToken)

Asynchronously retrieves the metadata associated with a specific vector entry in a collection.

Task<MetadataCollection> GetMetadataAsync(string collectionIdentifier, string id, CancellationToken cancellationToken = default)

Parameters

collectionIdentifier string

The name of the collection from which to retrieve metadata.

id string

The unique identifier of the vector entry whose metadata is requested.

cancellationToken CancellationToken

An optional token to cancel the asynchronous retrieval operation.

Returns

Task<MetadataCollection>

A task representing the asynchronous operation. The task result contains the MetadataCollection associated with the specified vector entry.