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 fd7b7be commit 5d70267Copy full SHA for 5d70267
tests/unitary/with_extras/langchain/embeddings/test_oci_model_deployment_endpoint.py
@@ -9,11 +9,12 @@
9
import pytest
10
import sys
11
from unittest.mock import MagicMock, patch
12
-from ads.llm import OCIDataScienceEmbedding
13
14
if sys.version_info < (3, 9):
15
pytest.skip(allow_module_level=True)
16
+from ads.llm import OCIDataScienceEmbedding
17
+
18
19
@patch("ads.llm.OCIDataScienceEmbedding._embed_with_retry")
20
def test_embed_documents(mock_embed_with_retry) -> None:
0 commit comments