Rag Admin Search Diagnostics Response
data class RagAdminSearchDiagnosticsResponse(val tenantId: String, val query: String, val tenantDocs: Int, val lexicalMatchesWithoutAcl: Int, val vectorMatchesWithoutAcl: Int, val lexicalMatchesWithAcl: Int, val vectorMatchesWithAcl: Int, val lexicalSampleDocIdsWithoutAcl: List<String>, val vectorSampleDocIdsWithoutAcl: List<String>, val lexicalSampleDocIdsWithAcl: List<String>, val vectorSampleDocIdsWithAcl: List<String>, val telemetry: RagAdminSearchTelemetryResponse, val providerTelemetry: ProviderTelemetryResponse, val recentProviderWindowMillis: Long? = null, val recentProviderTelemetry: ProviderTelemetryResponse? = null)
Constructors
Link copied to clipboard
constructor(tenantId: String, query: String, tenantDocs: Int, lexicalMatchesWithoutAcl: Int, vectorMatchesWithoutAcl: Int, lexicalMatchesWithAcl: Int, vectorMatchesWithAcl: Int, lexicalSampleDocIdsWithoutAcl: List<String>, vectorSampleDocIdsWithoutAcl: List<String>, lexicalSampleDocIdsWithAcl: List<String>, vectorSampleDocIdsWithAcl: List<String>, telemetry: RagAdminSearchTelemetryResponse, providerTelemetry: ProviderTelemetryResponse, recentProviderWindowMillis: Long? = null, recentProviderTelemetry: ProviderTelemetryResponse? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard