-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: DIA-1323: Pass NER tasks from Adala server to Adala's Entity Ex…
…traction during Inference Run (#181) Co-authored-by: nik <[email protected]>
- Loading branch information
Showing
4 changed files
with
115 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
from .skillset import SkillSet, LinearSkillSet, ParallelSkillSet | ||
from .collection.classification import ClassificationSkill | ||
from .collection.entity_extraction import EntityExtraction | ||
from .collection.rag import RAGSkill | ||
from .collection.ontology_creation import OntologyCreator, OntologyMerger | ||
from ._base import Skill, TransformSkill, AnalysisSkill, SynthesisSkill |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters