Package mindsdb.models.skill
Class RetrievalSkill
java.lang.Object
mindsdb.models.skill.Skill
mindsdb.models.skill.RetrievalSkill
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
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.
-