deepset-ai / haystack

:mag: AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
16.93k stars 1.85k forks source link

fix: fix Pipeline rendering by replacing `*` with `*` #8349

Closed anakin87 closed 2 weeks ago

anakin87 commented 2 weeks ago

Related Issues

Proposed Changes:

Simply replace the not allowed * character with * in Pipeline drawing.

How did you test it?

Manual tests.

With this fix, the Pipeline visualization is working properly again.

image

Notes for the reviewer

See the original issue for details.

Checklist

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 10784025401

Details


Totals Coverage Status
Change from base Build 10774951533: 0.0%
Covered Lines: 7092
Relevant Lines: 7853

💛 - Coveralls