mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-03 03:38:06 +00:00
docs: fix databricks document url (#19096)
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
parent
4468e5bdbe
commit
ebc4a64f9e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user