DatabricksEmbeddings(
self,
**kwargs: Any = {},
)Databricks embeddings.
To use, you should have the mlflow python package installed.
For more information, see https://mlflow.org/docs/latest/llms/deployments.
Example:
.. code-block:: python
from langchain_community.embeddings import DatabricksEmbeddings
embeddings = DatabricksEmbeddings( target_uri="databricks", endpoint="embeddings", )
The target URI to use. Defaults to databricks.