Scoped Search Options
data class ScopedSearchOptions(val queryMetadata: Map<String, Any?>? = null, val imageQuery: String? = null, val mode: String = "vid_file", val startDate: String? = null, val endDate: String? = null, val offset: Int = 0, val limit: Int = 50, val textEmbScoreMin: Double = 0.9, val imageEmbScoreMin: Double = 1.5, val versionLancedb: Int? = null)
Scoped search behavior without organization fields.