Skip to content

Commit

Permalink
[Docs] Fix docstring in MLRunLoader (mlrun#7205)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxtkr77 authored Feb 2, 2025
1 parent aeac161 commit 0e6fcd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mlrun/artifacts/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ class MLRunLoader:
A factory class for creating instances of a dynamically defined document loader.
Args:
artifact_key (str, optional): The key for the artifact to be logged. Special characters and symbols
not valid in artifact names will be encoded as their hexadecimal representation. The '%%' pattern
in the key will be replaced by the hex-encoded version of the source path. Defaults to "%%".
artifact_key (str, optional): The key for the artifact to be logged.
The '%%' pattern in the key will be replaced by the source path
with any unsupported characters converted to '_'. Defaults to "%%".
local_path (str): The source path of the document to be loaded.
loader_spec (DocumentLoaderSpec): Specification for the document loader.
producer (Optional[Union[MlrunProject, str, MLClientCtx]], optional): The producer of the document.
Expand Down

0 comments on commit 0e6fcd7

Please sign in to comment.