Partager via


PineconeVectorStore Class

Definition

Class for accessing the list of collections in a Pinecone vector store.

public sealed class PineconeVectorStore : Microsoft.SemanticKernel.Data.IVectorStore
type PineconeVectorStore = class
    interface IVectorStore
Public NotInheritable Class PineconeVectorStore
Implements IVectorStore
Inheritance
PineconeVectorStore
Implements

Remarks

This class can be used with collections of any schema type, but requires you to provide schema information when getting a collection.

Constructors

PineconeVectorStore(PineconeClient, PineconeVectorStoreOptions)

Initializes a new instance of the PineconeVectorStore class.

Methods

GetCollection<TKey,TRecord>(String, VectorStoreRecordDefinition)

Get a collection from the vector store.

ListCollectionNamesAsync(CancellationToken)

Retrieve the names of all the collections in the vector store.

Applies to