RagAdminSearchHitResponse

data class RagAdminSearchHitResponse(val docId: String, val chunkId: String, val score: Double, val text: String?, val contentKind: String, val page: Int?, val sourceUri: String?, val offsetStart: Int?, val offsetEnd: Int?, val metadata: Map<String, String>)

Constructors

Link copied to clipboard
constructor(docId: String, chunkId: String, score: Double, text: String?, contentKind: String, page: Int?, sourceUri: String?, offsetStart: Int?, offsetEnd: Int?, metadata: Map<String, String>)

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
val page: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: String?