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 b6bcb1a commit edf9f0fCopy full SHA for edf9f0f
docs/source/user_guide/langchain/deploy.rst
@@ -64,7 +64,7 @@ In this example, we're using a temporary folder generated by ``tempfile``.
64
.. code-block:: python3
65
66
import tempfile
67
- from ads.llm.chain import ChainDeployment
+ from ads.llm.deploy import ChainDeployment
68
69
artifact_dir = tempfile.mkdtemp()
70
0 commit comments