We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198eac5 commit 5fb44e7Copy full SHA for 5fb44e7
ads/model/framework/embedding_onnx_model.py
@@ -3,7 +3,7 @@
3
# Copyright (c) 2024 Oracle and/or its affiliates.
4
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
5
6
-from typing import Dict, Self
+from typing import Dict
7
8
from ads.model.extractor.embedding_onnx_extractor import EmbeddingONNXExtractor
9
from ads.model.generic_model import FrameworkSpecificModel
@@ -161,7 +161,7 @@ def __init__(
161
auth: Dict | None = None,
162
serialize: bool = False,
163
**kwargs: dict,
164
- ) -> Self:
+ ):
165
"""
166
Initiates a EmbeddingONNXModel instance.
167
0 commit comments