PineconeDocument.DocumentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.