Partager via


PineconeMemoryStore.RemoveFromNamespaceAsync Method

Definition

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.

Returns

Implements

Applies to