Namespace FoundationaLLM.Vectorization.Services.VectorizationStates
Classes
- BlobStorageVectorizationStateService
Provides vectorization state persistence services using Azure blob storage.
- MemoryVectorizationStateService
Provides in-memory vectorization state persistence.
- VectorizationStateItem
Properties that are serialized in the Parquet file associated with the vectorization state. Combines properties from the TextPartition and the TextEmbeddingVector artifacts.
- VectorizationStateServiceBase
Provides base services for the vectorization state services.