docs: fix databricks document url (#19096)

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
case-k 2024-03-16 07:25:11 +09:00 committed by GitHub
parent 4468e5bdbe
commit ebc4a64f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ class ChatDatabricks(ChatMlflow):
"""`Databricks` chat models API.
To use, you should have the ``mlflow`` python package installed.
For more information, see https://mlflow.org/docs/latest/llms/deployments/databricks.html.
For more information, see https://mlflow.org/docs/latest/llms/deployments.
Example:
.. code-block:: python

View File

@ -27,7 +27,7 @@ class ChatMlflow(BaseChatModel):
"""`MLflow` chat models API.
To use, you should have the `mlflow[genai]` python package installed.
For more information, see https://mlflow.org/docs/latest/llms/deployments/server.html.
For more information, see https://mlflow.org/docs/latest/llms/deployments.
Example:
.. code-block:: python

View File

@ -15,7 +15,7 @@ class DatabricksEmbeddings(MlflowEmbeddings):
"""Wrapper around embeddings LLMs in Databricks.
To use, you should have the ``mlflow`` python package installed.
For more information, see https://mlflow.org/docs/latest/llms/deployments/databricks.html.
For more information, see https://mlflow.org/docs/latest/llms/deployments.
Example:
.. code-block:: python

View File

@ -16,7 +16,7 @@ class MlflowEmbeddings(Embeddings, BaseModel):
"""Embedding LLMs in MLflow.
To use, you should have the `mlflow[genai]` python package installed.
For more information, see https://mlflow.org/docs/latest/llms/deployments/server.html.
For more information, see https://mlflow.org/docs/latest/llms/deployments.
Example:
.. code-block:: python

View File

@ -12,7 +12,7 @@ class Mlflow(LLM):
"""Wrapper around completions LLMs in MLflow.
To use, you should have the `mlflow[genai]` python package installed.
For more information, see https://mlflow.org/docs/latest/llms/deployments/server.html.
For more information, see https://mlflow.org/docs/latest/llms/deployments.
Example:
.. code-block:: python