queryVectorItem
codebolt.vectordb.queryVectorItem(key: string): Promise<QueryVectorItemResponse>
Queries a vector item from the vector database based on the provided key.
Parameters
Name | Type | Description |
---|---|---|
key | string | The key of the vector to query the item from. |
Returns:
Promise<QueryVectorItemResponse>
A promise that resolves with the queried vector item.Status
Comming soon...