Skip to content

Commit

Permalink
Revert "Revert model renames (Azure#25991)"
Browse files Browse the repository at this point in the history
This reverts commit a791189.
  • Loading branch information
rakshith91 committed Sep 8, 2022
1 parent 180f86f commit 2fb9a17
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,6 @@

SearchFieldDataType = _edm

class BM25SimilarityAlgorithm(BM25Similarity):
pass

class ClassicSimilarityAlgorithm(ClassicSimilarity):
pass

class KeywordTokenizer(KeywordTokenizerV2):
pass

Expand All @@ -216,10 +210,10 @@ class SearchSuggester(Suggester):
"AnalyzeResult",
"AnalyzedTokenInfo",
"AsciiFoldingTokenFilter",
"BM25SimilarityAlgorithm",
"BM25Similarity",
"CharFilter",
"CjkBigramTokenFilter",
"ClassicSimilarityAlgorithm",
"ClassicSimilarity",
"ClassicTokenizer",
"CognitiveServicesAccount",
"CognitiveServicesAccountKey",
Expand Down

0 comments on commit 2fb9a17

Please sign in to comment.