Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.RetrieverConfiguredTransformations.CommonModelComponent
Packages that use DashScopeApiSpec.RetrieverConfiguredTransformations.CommonModelComponent
-
Uses of DashScopeApiSpec.RetrieverConfiguredTransformations.CommonModelComponent in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return types with arguments of type DashScopeApiSpec.RetrieverConfiguredTransformations.CommonModelComponentModifier and TypeMethodDescriptionDashScopeApiSpec.RetrieverConfiguredTransformations.RetrieverComponent.rerankComponents()Returns the value of thererankComponentsrecord component.DashScopeApiSpec.RetrieverConfiguredTransformations.RetrieverComponent.rewriteComponents()Returns the value of therewriteComponentsrecord component.Constructor parameters in com.alibaba.cloud.ai.dashscope.spec with type arguments of type DashScopeApiSpec.RetrieverConfiguredTransformations.CommonModelComponentModifierConstructorDescriptionRetrieverComponent(boolean enableRewrite, List<DashScopeApiSpec.RetrieverConfiguredTransformations.CommonModelComponent> rewriteComponents, int sparseSimilarityTopK, int denseSimilarityTopK, boolean enableRerank, List<DashScopeApiSpec.RetrieverConfiguredTransformations.CommonModelComponent> rerankComponents, float rerankMinScore, int rerankTopN, List<Map<String, Object>> searchFilters) Creates an instance of aRetrieverComponentrecord class.