Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.DocumentRetrieveRequest.DocumentRetrieveModelConfig
Packages that use DashScopeApiSpec.DocumentRetrieveRequest.DocumentRetrieveModelConfig
-
Uses of DashScopeApiSpec.DocumentRetrieveRequest.DocumentRetrieveModelConfig in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return types with arguments of type DashScopeApiSpec.DocumentRetrieveRequest.DocumentRetrieveModelConfigModifier and TypeMethodDescriptionDashScopeApiSpec.DocumentRetrieveRequest.rerank()Returns the value of thererankrecord component.DashScopeApiSpec.DocumentRetrieveRequest.rewrite()Returns the value of therewriterecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.spec with type arguments of type DashScopeApiSpec.DocumentRetrieveRequest.DocumentRetrieveModelConfigModifierConstructorDescriptionDocumentRetrieveRequest(String query, int denseSimilarityTopK, int sparseSimilarityTopK, boolean enableRewrite, List<DashScopeApiSpec.DocumentRetrieveRequest.DocumentRetrieveModelConfig> rewrite, boolean enableReranking, List<DashScopeApiSpec.DocumentRetrieveRequest.DocumentRetrieveModelConfig> rerank, float rerankMinScore, int rerankTopN, List<Map<String, Object>> searchFilters) Creates an instance of aDocumentRetrieveRequestrecord class.