Query.InNamespace(String) 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.
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.