haystack-core-integrations
haystack-core-integrations copied to clipboard
Additional packages (components, document stores and the likes) to extend the capabilities of Haystack version 2.0 and onwards
```python def delete_by_filter(self, filters: Dict[str, Any]) -> int ``` ```python def update_by_filter(self, filters: Dict[str, Any], meta: Dict[str, Any]) -> int ```
```python def delete_by_filter(self, filters: Dict[str, Any]) -> int ``` ```python def update_by_filter(self, filters: Dict[str, Any], meta: Dict[str, Any]) -> int ```
```python def delete_by_filter(self, filters: Dict[str, Any]) -> int ``` ```python def update_by_filter(self, filters: Dict[str, Any], meta: Dict[str, Any]) -> int ```
```python def delete_by_filter(self, filters: Dict[str, Any]) -> int ``` ```python def update_by_filter(self, filters: Dict[str, Any], meta: Dict[str, Any]) -> int ```
```python def delete_by_filter(self, filters: Dict[str, Any]) -> int ``` ```python def update_by_filter(self, filters: Dict[str, Any], meta: Dict[str, Any]) -> int ```
```python def delete_by_filter(self, filters: Dict[str, Any]) -> int ``` ```python def update_by_filter(self, filters: Dict[str, Any], meta: Dict[str, Any]) -> int ```
Title: RFC: MariaDB Vector DocumentStore Integration for Haystack ##Summary I'm participating in the MariaDB Python Hackathon and planning to build a MariaDB Vector DocumentStore integration for Haystack 2.x. I'd appreciate...
## Summary and motivation To give Haystack users a simple option to use Haystack pipelines with [Vespa](https://vespa.ai/) for data storage and retrieval as an alternative to [Haystack's other DocumentStore integrations](https://haystack.deepset.ai/integrations?type=Document+Store),...
## Summary and motivation Currently Haystack has a [RemoteWhisperTranscriber](https://github.com/deepset-ai/haystack/blob/main/haystack/components/audio/whisper_remote.py#L20), [LocalWhisperTranscriber](https://github.com/deepset-ai/haystack/blob/main/haystack/components/audio/whisper_local.py#L34) and an integration with [Elevenlabs](https://haystack.deepset.ai/integrations/elevenlabs). This issue is about adding a new integration with Gladia for real-time audio transcription: https://www.gladia.io/product/real-time...
I noticed that differently from other integrations, we don't have integration tests with the Jina API. We should introduce some (one for each component) to make sure everything works correctly....