Skip to content

Commit

Permalink
nit - force type checker no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Jan 30, 2025
1 parent f495364 commit 872a2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haystack/core/pipeline/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def show(self, server_url: str = "https://mermaid.ink", params: Optional[dict] =
:param server_url:
The base URL of the Mermaid server used for rendering (default: 'https://mermaid.ink').
See https://github.com/jihchi/mermaid.ink and https://github.com/mermaid-js/mermaid-live-editor for more
See https://github.com/jihchi/mermaid.ink or https://github.com/mermaid-js/mermaid-live-editor for more
info on how to set up your own Mermaid server.
:param params:
Expand Down Expand Up @@ -667,7 +667,7 @@ def draw(self, path: Path, server_url: str = "https://mermaid.ink", params: Opti
The file path where the generated image will be saved.
:param server_url:
The base URL of the Mermaid server used for rendering (default: 'https://mermaid.ink').
See https://github.com/jihchi/mermaid.ink and https://github.com/mermaid-js/mermaid-live-editor for more
See https://github.com/jihchi/mermaid.ink or https://github.com/mermaid-js/mermaid-live-editor for more
info on how to set up your own Mermaid server.
:param params:
Dictionary of customization parameters to modify the output. Refer to Mermaid documentation for more details
Expand Down

0 comments on commit 872a2a1

Please sign in to comment.