OptionalDimensionsDimensionality of vectors stored in this index. Written by the server hook from the embedding model.
OptionalExternalThe provider-assigned identifier for this index (e.g. Pinecone index host URL or Weaviate class name). Written by the server hook after provisioning.
OptionalmetadataPer-record metadata constraints
OptionalMetricDistance metric used for similarity search. Written by the server hook from VectorIndex.DistanceMetric.
OptionalnamespaceNamespace mapping strategy for multi-tenant or multi-entity indexes
OptionalprovisioningProvisioning and capacity settings (provider-specific)
OptionalqueryDefault query parameters applied when not overridden per-call
Index-level provider configuration stored in VectorIndex.ProviderConfig as JSON. Currently populated by the server entity hook when an index is auto-provisioned, and may also be edited manually.
Contains both read-back fields (ExternalID, Dimensions, Metric set by the hook) and tunable settings.