IPineconeMemoryStore.ClearNamespaceAsync 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.
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
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