Share via


MemoryRecordMetadata.IsReference Property

Definition

Whether the source data used to calculate embeddings are stored in the local storage provider or is available through and external service, such as web site, MS Graph, etc.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("is_reference")]
public bool IsReference { get; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("is_reference")>]
member this.IsReference : bool
Public ReadOnly Property IsReference As Boolean

Property Value

Attributes

Applies to