@@ -27,6 +27,7 @@ Please check out our [Contribution Guidelines](CONTRIBUTING.md) for all the deta
2727| ----------------------------------------------------------------------------------------------------------------| -----------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2828| [ amazon-bedrock-haystack] ( integrations/amazon_bedrock/ ) | Embedder, Generator, Ranker, Downloader | [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/amazon-bedrock-haystack.svg )] ( https://pypi.org/project/amazon-bedrock-haystack ) | [ ![ Test / amazon_bedrock] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/amazon_bedrock.yml/badge.svg )] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/amazon_bedrock.yml ) |
2929| [ amazon-sagemaker-haystack] ( integrations/amazon_sagemaker/ ) | Generator | [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/amazon-sagemaker-haystack.svg )] ( https://pypi.org/project/amazon-sagemaker-haystack ) | [ ![ Test / amazon_sagemaker] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/amazon_sagemaker.yml/badge.svg )] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/amazon_sagemaker.yml ) |
30+ | [ aimlapi-haystack] ( integrations/aimlapi/ ) | Generator | [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/aimlapi-haystack.svg )] ( https://pypi.org/project/aimlapi-haystack ) | [ ![ Test / aimlapi] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/aimlapi.yml/badge.svg )] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/aimlapi.yml ) |
3031| [ anthropic-haystack] ( integrations/anthropic/ ) | Generator | [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/anthropic-haystack.svg )] ( https://pypi.org/project/anthropic-haystack ) | [ ![ Test / anthropic] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/anthropic.yml/badge.svg )] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/anthropic.yml ) |
3132| [ astra-haystack] ( integrations/astra/ ) | Document Store | [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/astra-haystack.svg )] ( https://pypi.org/project/astra-haystack ) | [ ![ Test / astra] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/astra.yml/badge.svg )] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/astra.yml ) |
3233| [ azure-ai-search-haystack] ( integrations/azure_ai_search/ ) | Document Store | [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/azure-ai-search-haystack.svg )] ( https://pypi.org/project/azure-ai-search-haystack ) | [ ![ Test / azure-ai-search] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/azure_ai_search.yml/badge.svg )] ( https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/azure_ai_search.yml ) |
@@ -74,7 +75,7 @@ Please check out our [Contribution Guidelines](CONTRIBUTING.md) for all the deta
7475> If you're a community contributor and want to release a new version of an integration,
7576> reach out to a maintainer.
7677
77- To release a new version of an integration to PyPI tag the commit with the right version number and push the tag to
78+ To release a new version of an integration to PyPI tag the commit with the right version number and push the tag to
7879GitHub. The GitHub Actions workflow will take care of the rest.
7980
80811 . Tag the commit with the right version number
@@ -98,10 +99,10 @@ GitHub. The GitHub Actions workflow will take care of the rest.
98993. Wait for the CI to do its magic
991004. Review the changelog PR
100101
101- If the release is successful, the HaystackBot will open a pull request to generate the changelog.
102+ If the release is successful, the HaystackBot will open a pull request to generate the changelog.
102103 Add yourself as the reviewer. If there are any issues, edit the changelog manually.
103104
104- > [!IMPORTANT]
105- > To ensure the changelog is accurate, it's recommended to tag a commit that includes the actual changes for the
106- > integration (usually the PR merge commit). Tagging a commit that doesn't contain those changes can lead to an
105+ > [!IMPORTANT]
106+ > To ensure the changelog is accurate, it's recommended to tag a commit that includes the actual changes for the
107+ > integration (usually the PR merge commit). Tagging a commit that doesn't contain those changes can lead to an
107108> incorrect changelog.
0 commit comments