Class VectorizationStateServiceSettings
- Namespace
- FoundationaLLM.Vectorization.Models.Configuration
- Assembly
- FoundationaLLM.Vectorization.Engine.dll
Provides configuration settings to initialize a vectorization state service.
public class VectorizationStateServiceSettings
- Inheritance
-
VectorizationStateServiceSettings
- Inherited Members
- Extension Methods
Properties
Storage
The settings for connecting to the underlying blob storage.
public required BlobStorageServiceSettings Storage { get; set; }
Property Value
StorageContainerName
The name of the container where the underlying persistence service stores vectorization state.
public required string StorageContainerName { get; set; }