Share via


WeaviateVectorStore Class

Definition

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

public sealed class WeaviateVectorStore : Microsoft.SemanticKernel.Data.IVectorStore
type WeaviateVectorStore = class
    interface IVectorStore
Public NotInheritable Class WeaviateVectorStore
Implements IVectorStore
Inheritance
WeaviateVectorStore
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

WeaviateVectorStore(HttpClient, WeaviateVectorStoreOptions)

Initializes a new instance of the WeaviateVectorStore 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