diff --git a/README.md b/README.md index dc75901ba..3e3baba1b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Haystack 2.x additional resources -This repository contains additional packages (components, document stores and the likes) to extend the capabilities of -[Haystack][haystack-repo] version 2.0 and onwards. The code in this repo is maintained by [deepset](https://www.deepset.ai), -some of it on a best-effort basis: see each folder's `README` file for details around installation, usage and support. +This repository contains integrations to extend the capabilities of [Haystack][haystack-repo] version 2.0 and +onwards. The code in this repo is maintained by [deepset](https://www.deepset.ai), some of it on a best-effort +basis: see each folder's `README` file for details around installation, usage and support. This is the list of packages currently hosted in this repo. -| Package | Type | PyPi Package | Status | -| --------------------------------- | ---- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | -| [text2speech](nodes/text2speech/) | Node | [![PyPI - Version](https://img.shields.io/pypi/v/farm-haystack-text2speech.svg)][text2speechPypi] | [![Test / text2speech][text2speechbadge]][text2speech] | +| Package | Type | PyPi Package | Status | +| -------------------------------------------------------- | ---- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [instructor-embedders](components/instructor-embedders/) | Node | [![PyPI - Version](https://img.shields.io/pypi/v/instructor-embedders-haystack.svg)](https://pypi.org/project/instructor-embedders-haystack) | [![Test / instructor-embedders](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/components_instructor_embedders.yml/badge.svg)](https://github.com/deepset-ai/haystack-core-integrations/actions/workflows/components_instructor_embedders.yml) | ## Contributing