Partager via


Query.InNamespace(String) Method

Definition

Sets index namespace for Query instance.

public Microsoft.SemanticKernel.Connectors.Pinecone.Query InNamespace (string? indexNamespace);
member this.InNamespace : string -> Microsoft.SemanticKernel.Connectors.Pinecone.Query
Public Function InNamespace (indexNamespace As String) As Query

Parameters

indexNamespace
String

The namespace of the index to query. If not specified, the default namespace is used.

Returns

Applies to