PineconeDocument.SourceId 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 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.