Scoped Create Index Options
data class ScopedCreateIndexOptions(val mode: String = "vid_file", val insertMode: String = "append", val createIndex: Boolean = true, val version: String = "new_version", val startDate: String? = null, val endDate: String? = null, val embeddingModel: String? = null, val reProcess: Boolean = false, val dryRun: Boolean = false)
Scoped index creation behavior without organization fields.