getVector
codebolt.vectordb.getVector(key: string): Promise<GetVectorResponse>
Retrieves a vector from the vector database based on the provided key.
Parameters
Name | Type | Description |
---|---|---|
key | string | The key of the vector to retrieve. |
Returns:
Promise<GetVectorResponse>
A promise that resolves with the retrieved vector.Status
Comming soon...