Share via


PineconeVectorStore Class

Definition

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

public class PineconeVectorStore : Microsoft.Extensions.VectorData.IVectorStore
type PineconeVectorStore = class
    interface IVectorStore
Public Class PineconeVectorStore
Implements IVectorStore
Inheritance
PineconeVectorStore
Implements
Microsoft.Extensions.VectorData.IVectorStore

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) Microsoft.Extensions.VectorData.IVectorStore.GetCollection``2(System.String,Microsoft.Extensions.VectorData.VectorStoreRecordDefinition)
ListCollectionNamesAsync(CancellationToken) Microsoft.Extensions.VectorData.IVectorStore.ListCollectionNamesAsync(System.Threading.CancellationToken)

Applies to