Scoped Search Options
constructor(queryMetadata: Map<String, Any?>? = null, imageQuery: String? = null, mode: String = "vid_file", searchSources: List<String> = listOf("ocr", "asr", "image"), searchCombineMode: String = "union", startDate: String? = null, endDate: String? = null, offset: Int = 0, limit: Int = 50, textEmbScoreMin: Double = 0.9, imageEmbScoreMin: Double = 1.5, versionLancedb: Int? = null)