Class RetrievalSkill

java.lang.Object
mindsdb.models.skill.Skill
mindsdb.models.skill.RetrievalSkill

public class RetrievalSkill extends Skill
The RetrievalSkill class represents a specific type of skill that focuses on retrieval tasks. It extends the Skill class and is initialized with a name, knowledge base, and description.
  • Constructor Details

    • RetrievalSkill

      public RetrievalSkill(String name, String knoweldgeBase, String description)
      Constructs a new RetrievalSkill instance.
      Parameters:
      name - The name of the skill.
      knoweldgeBase - The knowledge base associated with the skill.
      description - A description of the skill.