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

ci: Remove unused Slack notification on PyPi release #8351

Closed silvanocerza closed 2 weeks ago

silvanocerza commented 2 weeks ago

We already receive a notification when a new release is created on Github, having an extra notification for PyPi release is unecessary.

When we rework the release process to fully automate it we'll rework the notification process too.