MLflow LLM service.
To use, you should have the mlflow[genai] python package installed.
For more information, see https://mlflow.org/docs/latest/llms/deployments.
Example:
.. code-block:: python
from langchain_community.llms import Mlflow
completions = Mlflow( target_uri="http://localhost:5000", endpoint="test", temperature=0.1, )