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
5 changed files with 5 additions and 5 deletions

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