Partager via


PineconeDocument.DocumentId Property

Definition

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

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

Property Value

Attributes

Remarks

An important distinction between the document ID and ID / Key is that the document ID is used to identify the source text this document was created from, while the ID / Key is used to identify the document itself.

Applies to