Partager via


PineconeDocument.SourceId Property

Definition

The source ID, used to identify the source text this document was created from.

[System.Text.Json.Serialization.JsonIgnore]
public string? SourceId { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.SourceId : string
Public ReadOnly Property SourceId As String

Property Value

Attributes

Remarks

An important distinction between the source ID and the source of the document is that the source may be Medium, Twitter, etc. while the source ID would be the ID of the Medium post, Twitter tweet, etc.

Applies to