Skip to content

Commit 9d7cce5

Browse files
committed
Updated pr.
1 parent cf9ca93 commit 9d7cce5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unitary/with_extras/langchain/embeddings/test_oci_model_deployment_endpoint.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"""Test OCI Data Science Model Deployment Endpoint."""
88

99
from unittest.mock import MagicMock, patch
10-
from ads.llm import OCIModelDeploymentEndpointEmbeddings
10+
from ads.llm.langchain.plugins.embeddings.oci_data_science_model_deployment_endpoint import (
11+
OCIModelDeploymentEndpointEmbeddings,
12+
)
1113

1214

1315
@patch("ads.llm.OCIModelDeploymentEndpointEmbeddings._embed_with_retry")

0 commit comments

Comments
 (0)