Родитель
2c04f449ee
Коммит
e7568fd7fd
|
@ -4,6 +4,8 @@
|
|||
|
||||
### Features Added
|
||||
|
||||
- Added new skills: `SentimentSkillV3`, `EntityLinkingSkill`, `EntityRecognitionSkillV3`
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
|
|
@ -56,8 +56,10 @@ from .._generated.models import (
|
|||
EdgeNGramTokenFilterSide,
|
||||
ElisionTokenFilter,
|
||||
EntityCategory,
|
||||
EntityLinkingSkill,
|
||||
EntityRecognitionSkill,
|
||||
EntityRecognitionSkillLanguage,
|
||||
EntityRecognitionSkillV3,
|
||||
FieldMapping,
|
||||
FieldMappingFunction,
|
||||
FreshnessScoringFunction,
|
||||
|
@ -122,6 +124,7 @@ from .._generated.models import (
|
|||
ScoringProfile,
|
||||
SentimentSkill,
|
||||
SentimentSkillLanguage,
|
||||
SentimentSkillV3,
|
||||
ShaperSkill,
|
||||
ShingleTokenFilter,
|
||||
Similarity as SimilarityAlgorithm,
|
||||
|
@ -192,8 +195,10 @@ __all__ = (
|
|||
"ElisionTokenFilter",
|
||||
"EdgeNGramTokenFilterSide",
|
||||
"EntityCategory",
|
||||
"EntityLinkingSkill",
|
||||
"EntityRecognitionSkill",
|
||||
"EntityRecognitionSkillLanguage",
|
||||
"EntityRecognitionSkillV3",
|
||||
"FieldMapping",
|
||||
"FieldMappingFunction",
|
||||
"FreshnessScoringFunction",
|
||||
|
@ -265,6 +270,7 @@ __all__ = (
|
|||
"SearchableField",
|
||||
"SentimentSkill",
|
||||
"SentimentSkillLanguage",
|
||||
"SentimentSkillV3",
|
||||
"ShaperSkill",
|
||||
"ShingleTokenFilter",
|
||||
"SimpleField",
|
||||
|
|
Загрузка…
Ссылка в новой задаче