|
71 | 71 | DistanceScoringParameters, |
72 | 72 | DocumentExtractionSkill, |
73 | 73 | DocumentIntelligenceLayoutSkill, |
| 74 | + DocumentIntelligenceLayoutSkillExtractionOptions, |
74 | 75 | DocumentIntelligenceLayoutSkillChunkingProperties, |
| 76 | + DocumentIntelligenceLayoutSkillChunkingUnit, |
| 77 | + DocumentIntelligenceLayoutSkillMarkdownHeaderDepth, |
| 78 | + DocumentIntelligenceLayoutSkillOutputFormat, |
| 79 | + DocumentIntelligenceLayoutSkillOutputMode, |
75 | 80 | EdgeNGramTokenFilter, |
76 | 81 | EdgeNGramTokenizer, |
77 | 82 | EdgeNGramTokenFilterSide, |
|
139 | 144 | PhoneticTokenFilter, |
140 | 145 | PIIDetectionSkill, |
141 | 146 | PIIDetectionSkillMaskingMode, |
| 147 | + RankingOrder, |
142 | 148 | RegexFlags, |
143 | 149 | RescoringOptions, |
144 | 150 | ScalarQuantizationCompression, |
|
211 | 217 | VectorSearchAlgorithmKind, |
212 | 218 | VectorSearchAlgorithmMetric, |
213 | 219 | VectorSearchCompression, |
| 220 | + VectorSearchCompressionRescoreStorageMethod, |
214 | 221 | VectorSearchCompressionTarget, |
215 | 222 | VectorSearchProfile, |
216 | 223 | VectorSearchVectorizer, |
@@ -290,7 +297,12 @@ class PathHierarchyTokenizer(PathHierarchyTokenizerV2): |
290 | 297 | "DistanceScoringParameters", |
291 | 298 | "DocumentExtractionSkill", |
292 | 299 | "DocumentIntelligenceLayoutSkill", |
| 300 | + "DocumentIntelligenceLayoutSkillExtractionOptions", |
293 | 301 | "DocumentIntelligenceLayoutSkillChunkingProperties", |
| 302 | + "DocumentIntelligenceLayoutSkillChunkingUnit", |
| 303 | + "DocumentIntelligenceLayoutSkillMarkdownHeaderDepth", |
| 304 | + "DocumentIntelligenceLayoutSkillOutputFormat", |
| 305 | + "DocumentIntelligenceLayoutSkillOutputMode", |
294 | 306 | "EdgeNGramTokenFilter", |
295 | 307 | "EdgeNGramTokenizer", |
296 | 308 | "ElisionTokenFilter", |
@@ -362,6 +374,7 @@ class PathHierarchyTokenizer(PathHierarchyTokenizerV2): |
362 | 374 | "PIIDetectionSkillMaskingMode", |
363 | 375 | "PhoneticEncoder", |
364 | 376 | "PhoneticTokenFilter", |
| 377 | + "RankingOrder", |
365 | 378 | "RegexFlags", |
366 | 379 | "RescoringOptions", |
367 | 380 | "ScalarQuantizationCompression", |
@@ -446,6 +459,7 @@ class PathHierarchyTokenizer(PathHierarchyTokenizerV2): |
446 | 459 | "VectorSearchAlgorithmKind", |
447 | 460 | "VectorSearchAlgorithmMetric", |
448 | 461 | "VectorSearchCompression", |
| 462 | + "VectorSearchCompressionRescoreStorageMethod", |
449 | 463 | "VectorSearchCompressionTarget", |
450 | 464 | "VectorSearchProfile", |
451 | 465 | "VectorSearchVectorizer", |
|
0 commit comments