Uses of Class
ai.vectros.types.SchemaResponseIndexMode
Packages that use SchemaResponseIndexMode
-
Uses of SchemaResponseIndexMode in ai.vectros.types
Fields in ai.vectros.types declared as SchemaResponseIndexModeModifier and TypeFieldDescriptionstatic final SchemaResponseIndexModeSchemaResponseIndexMode.HYBRIDstatic final SchemaResponseIndexModeSchemaResponseIndexMode.NONEstatic final SchemaResponseIndexModeSchemaResponseIndexMode.SEMANTICstatic final SchemaResponseIndexModeSchemaResponseIndexMode.TEXTMethods in ai.vectros.types that return SchemaResponseIndexModeMethods in ai.vectros.types that return types with arguments of type SchemaResponseIndexModeMethods in ai.vectros.types with parameters of type SchemaResponseIndexModeModifier and TypeMethodDescriptionSchemaResponse.Builder.indexMode(SchemaResponseIndexMode indexMode) Method parameters in ai.vectros.types with type arguments of type SchemaResponseIndexModeModifier and TypeMethodDescriptionSchemaResponse.Builder.indexMode(Optional<SchemaResponseIndexMode> indexMode) Default search-index mode for this type's records: HYBRID, SEMANTIC, TEXT, or NONE (store-only, not searchable).