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 9d7cce5 commit 0c6d6acCopy full SHA for 0c6d6ac
ads/llm/__init__.py
@@ -12,9 +12,6 @@
12
ChatOCIModelDeploymentTGI,
13
ChatOCIModelDeploymentVLLM,
14
)
15
- from ads.llm.langchain.plugins.embeddings.oci_data_science_model_deployment_endpoint import (
16
- OCIModelDeploymentEndpointEmbeddings,
17
- )
18
from ads.llm.langchain.plugins.llms.oci_data_science_model_deployment_endpoint import (
19
OCIModelDeploymentTGI,
20
OCIModelDeploymentVLLM,
0 commit comments