Uses of Class
ai.vectros.types.DocumentRequestIndexMode
Packages that use DocumentRequestIndexMode
-
Uses of DocumentRequestIndexMode in ai.vectros.types
Fields in ai.vectros.types declared as DocumentRequestIndexModeModifier and TypeFieldDescriptionstatic final DocumentRequestIndexModeDocumentRequestIndexMode.HYBRIDstatic final DocumentRequestIndexModeDocumentRequestIndexMode.NONEstatic final DocumentRequestIndexModeDocumentRequestIndexMode.SEMANTICstatic final DocumentRequestIndexModeDocumentRequestIndexMode.TEXTMethods in ai.vectros.types that return DocumentRequestIndexModeMethods in ai.vectros.types that return types with arguments of type DocumentRequestIndexModeMethods in ai.vectros.types with parameters of type DocumentRequestIndexModeModifier and TypeMethodDescriptionDocumentRequest._FinalStage.indexMode(DocumentRequestIndexMode indexMode) DocumentRequest.Builder.indexMode(DocumentRequestIndexMode indexMode) Indexing strategy for this document.Method parameters in ai.vectros.types with type arguments of type DocumentRequestIndexModeModifier and TypeMethodDescriptionDocumentRequest._FinalStage.indexMode(Optional<DocumentRequestIndexMode> indexMode) Indexing strategy for this document.DocumentRequest.Builder.indexMode(Optional<DocumentRequestIndexMode> indexMode) Indexing strategy for this document.