GetAsync Method
GetAsync(TKey)
Gets the vector document associated with the specified key.
Declaration
Task<IVectorDocument<TValue>> GetAsync(TKey key)
Parameters
| TKey | key | The key of the vector document to retrieve. |
Returns
| Task<IVectorDocument<TValue>> | A task that represents the asynchronous operation. The task result contains the vector document associated with the specified key. |