PineconeMemoryStore.RemoveFromNamespaceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a memory record from the data store in the given namespace.
public System.Threading.Tasks.Task RemoveFromNamespaceAsync (string indexName, string indexNamespace, string key, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveFromNamespaceAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RemoveFromNamespaceAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoveFromNamespaceAsync (indexName As String, indexNamespace As String, key As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- indexName
- String
The name associated with a collection of embeddings.
- indexNamespace
- String
The namespace associated with a collection of embeddings.
- key
- String
The unique id associated with the memory record to remove.
- cancellationToken
- CancellationToken
Cancellation token.