Microsoft.SemanticKernel.Connectors.Weaviate Namespace
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.
Classes
WeaviateMemoryBuilderExtensions |
Provides extension methods for the MemoryBuilder class to configure Weaviate connector. |
WeaviateMemoryStore |
An implementation of IMemoryStore for Weaviate. |
WeaviateVectorStore |
Class for accessing the list of collections in a Weaviate vector store. |
WeaviateVectorStoreOptions |
Options when creating a WeaviateVectorStore. |
WeaviateVectorStoreRecordCollection<TRecord> |
Service for storing and retrieving vector records, that uses Weaviate as the underlying storage. |
WeaviateVectorStoreRecordCollectionOptions<TRecord> |
Options when creating a WeaviateVectorStoreRecordCollection<TRecord>. |
Interfaces
IWeaviateVectorStoreRecordCollectionFactory |
Interface for constructing IVectorStoreRecordCollection<TKey,TRecord> Weaviate instances when using IVectorStore to retrieve these. |