Table of Contents

Property ConfigureCollection

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

ConfigureCollection

Shapes the collection exactly as SP2's AddVectorCollectionMigration does. MUST carry the same values passed to AddVectorStore, because SP2's store-level options are NOT reachable from DI. A mismatch is IngestionCollectionSchemaMismatch (6011) at startup.

public Action<EdgeVectorStoreCollectionOptions>? ConfigureCollection { get; set; }

Property Value

Action<EdgeVectorStoreCollectionOptions>