Skip to content

DOC: Incorrect type for tags parameter in MLflow callback #6472

@ArchimedesFTW

Description

@ArchimedesFTW

Issue with current documentation:

In the documentation the tag type is string, but in the code it's a dictionary.

The proposed fix is to change the following two lines "tags (str):" to "tags (dict):".

https://github.com/hwchase17/langchain/blob/7414e9d19603c962063dd337cdcf3c3168d4b8be/langchain/callbacks/mlflow_callback.py#L120

https://github.com/hwchase17/langchain/blob/7414e9d19603c962063dd337cdcf3c3168d4b8be/langchain/callbacks/mlflow_callback.py#L225

Idea or request for content:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions