类 QueryKnowledgeBaseRequest.VectorDBRetrieveConfig

    • 构造器详细资料

      • VectorDBRetrieveConfig

        public VectorDBRetrieveConfig()
    • 方法详细资料

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getThreshold

        public Double getThreshold()
      • setThreshold

        public void setThreshold​(Double threshold)
      • setTop

        public void setTop​(Integer top)