We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
The text was updated successfully, but these errors were encountered:
@dfokina it will be part of 2.10.0 release - I can then help you writing a more detailed example
Sorry, something went wrong.
davidsbatista
dfokina
No branches or pull requests
Haystack now supports offline/local Mermaid servers to render Pipelines.
Example:
Start a local mermaid server
Simply pass the URL endpoint to the show() method
The text was updated successfully, but these errors were encountered: