haystack/releasenotes/notes/compress-mermaid-graph-bf23918c3da6e018.yaml
Ulises M d939321505
fix: compress pipeline graphs before sending to mermaid (#8767)
* compress graph data to support pako endpoint

* Update haystack/core/pipeline/draw.py

Co-authored-by: David S. Batista <dsbatista@gmail.com>

* Update haystack/core/pipeline/draw.py

Co-authored-by: David S. Batista <dsbatista@gmail.com>

---------

Co-authored-by: David S. Batista <dsbatista@gmail.com>
2025-01-28 12:18:54 +01:00

5 lines
175 B
YAML

---
fixes:
- |
Haystack pipelines with Mermaid graphs are now compressed to reduce the size of the encoded base64 and avoid HTTP 400 errors when the graph is too large.