"TextModel": "phi-4-q4",
"TextModelMaxTokenTotal": 16384,
"TextModelTokenizer": "",
"TextGenerationType": "Chat",
"EmbeddingModel": "e5-large",
"EmbeddingModelMaxTokenTotal": 500,
"EmbeddingModelTokenizer": "",
"APIKey": "sk-EA-xxx你的 apikey",
"OrgId": "",
"Endpoint": "https://地端的 URL/v1",
//...
Console.WriteLine("Document ingestion is complete.");
Console.WriteLine("Document is not ready yet.");
options: new SearchOptions { Stream = true }, index: tenantId);
Console.Write(answer.Result);
sources.AddRange(answer.RelevantSources);
await Task.Delay(5);
Console.WriteLine(x.SourceUrl != null
? $" - {x.SourceUrl} [{x.Partitions.First().LastUpdate:D}]"
: $" - {x.SourceName} - {x.Link} [{x.Partitions.First().LastUpdate:D}]");


InProcess 比較方便,如果是大檔或是正式機,請使用 DistributedWhen you subscribe to the blog, we will send you an e-mail when there are new updates on the site so you wouldn't miss them.
評論