Property Name
Name
Gets the name of the indexed document.
public string Name { get; }
Property Value
Examples
var result = await chat.LoadDocumentAsync("report.pdf");
Console.WriteLine($"Loaded document: {result.Name}");
Gets the name of the indexed document.
public string Name { get; }
var result = await chat.LoadDocumentAsync("report.pdf");
Console.WriteLine($"Loaded document: {result.Name}");