Query.WithSparseVector(SparseVectorData) 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 sparse vector data for Query instance.
public Microsoft.SemanticKernel.Connectors.Pinecone.Query WithSparseVector (Microsoft.SemanticKernel.Connectors.Pinecone.SparseVectorData? sparseVector);
member this.WithSparseVector : Microsoft.SemanticKernel.Connectors.Pinecone.SparseVectorData -> Microsoft.SemanticKernel.Connectors.Pinecone.Query
Public Function WithSparseVector (sparseVector As SparseVectorData) As Query
Parameters
- sparseVector
- SparseVectorData
Vector sparse data. Represented as a list of indices and a list of corresponded values, which must be the same length.