Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Haystack Documentation Visualizing Pipelines #8805

Open
davidsbatista opened this issue Feb 4, 2025 · 1 comment
Open

Update: Haystack Documentation Visualizing Pipelines #8805

davidsbatista opened this issue Feb 4, 2025 · 1 comment
Assignees
Milestone

Comments

@davidsbatista
Copy link
Contributor

Haystack now supports offline/local Mermaid servers to render Pipelines.

Example:

Start a local mermaid server

docker pull ghcr.io/mermaid-js/mermaid-live-editor:nightly@sha256:6425b6b83d2343e7532603cd4915ebdb5ae047a6bb7b60d3509d38e316ab12fc
docker run --platform linux/amd64 --publish 8000:8080 ghcr.io/mermaid-js/mermaid-live-editor:nightly@sha256:6425b6b83d2343e7532603cd4915ebdb5ae047a6bb7b60d3509d38e316ab12fc

Simply pass the URL endpoint to the show() method

pipeline.show(url="127.0.0.1:8000")
@davidsbatista
Copy link
Contributor Author

@dfokina it will be part of 2.10.0 release - I can then help you writing a more detailed example

@davidsbatista davidsbatista added this to the 2.10.0 milestone Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants