Partager via


PineconeMemoryStore.ClearNamespaceAsync Method

Definition

Clears all vectors in the given namespace.

public System.Threading.Tasks.Task ClearNamespaceAsync (string indexName, string indexNamespace, System.Threading.CancellationToken cancellationToken = default);
abstract member ClearNamespaceAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ClearNamespaceAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ClearNamespaceAsync (indexName As String, indexNamespace As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

indexName
String

The name of the index.

indexNamespace
String

The namespace to clear.

cancellationToken
CancellationToken

Returns

Implements

Applies to