haystack-core-integrations icon indicating copy to clipboard operation
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

Results 229 haystack-core-integrations issues
Sort by recently updated
recently updated
newest added

```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 ```

P3

```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 ```

P3

```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 ```

P3

```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 ```

P3

```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 ```

P3

```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 ```

P2

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...

contributions wanted!
P3

## 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),...

new integration
P3

## 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...

new integration
P3

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....

contributions wanted!
P2
integration:jina