SetAsync Method
SetAsync(TKey, IVectorDocument<TValue>)
Sets the specified vector document into the collection with the specified key.
Declaration
Task SetAsync(TKey key, IVectorDocument<TValue> vectorDocument)
Parameters
| TKey | key | The key of the vector document to set. |
| IVectorDocument<TValue> | vectorDocument | The vector document to set into the collection. |
Returns
| Task | A task that represents the asynchronous operation. |