Query.WithId(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 unique vector id for Query instance.
public Microsoft.SemanticKernel.Connectors.Pinecone.Query WithId (string id);
member this.WithId : string -> Microsoft.SemanticKernel.Connectors.Pinecone.Query
Public Function WithId (id As String) As Query
Parameters
- id
- String
The unique ID of a vector.