Skip to main content

queryVectorItem

codebolt.vectordb.queryVectorItem(key: string): Promise<QueryVectorItemResponse>
Queries a vector item from the vector database based on the provided key.

Parameters

NameTypeDescription
keystringThe key of the vector to query the item from.

Returns:

 Promise<QueryVectorItemResponse>
A promise that resolves with the queried vector item.

Status

Working Progress...