Microsoft.Extensions.AI.Evaluation.Reporting.Storage 네임스페이스

LLM(큰 언어 모델) 평가 결과를 저장하고 이러한 평가 중에 생성된 LLM 응답을 캐싱하기 위한 클래스를 포함합니다.

클래스

Name Description
AzureStorageReportingConfiguration

Azure Storage ReportingConfiguration 유지하며 스토리지를 사용하여 AI 응답을 캐시하는 ScenarioRunResult 만드는 팩터리 메서드를 포함합니다.

AzureStorageResponseCacheProvider

Azure Storage 컨테이너에서 특정 IEvaluationResponseCacheProvider 대한 AI 응답을 캐시할 수 있는 IDistributedCache 반환하는 ScenarioRun.

AzureStorageResultStore

Azure Storage 컨테이너 아래에 IEvaluationResultStore 저장하는 ScenarioRunResult 구현입니다.

DiskBasedReportingConfiguration

디스크에 S를 유지하는 ReportingConfiguration팩터리 ScenarioRunResult 메서드를 만들고 디스크를 사용하여 AI 응답을 캐시하는 팩터리 메서드를 포함합니다.

DiskBasedResponseCacheProvider

IEvaluationResponseCacheProvider 디스크에 IDistributedCache 지정된 아래에 있는 특정 ScenarioRun 항목에 대한 AI 응답을 캐시할 수 있는 값을 반환하는 storageRootPath 값입니다.

DiskBasedResultStore

IEvaluationResultStore 디스크에 저장ScenarioRunResult되는 구현입니다.