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

Refer to the parent issue for details. Relevant docs: https://docs.cohere.com/reference/chat

P3
integration:cohere

**Describe the bug** The LangfuseConnector.run() method accepts an invocation_context parameter that is documented to make "key-value pairs visible in the Langfuse traces" (e.g. user_id, session_id). However, this parameter is completely...

bug
contributions wanted!
P2
integration:langfuse

### Related Issues - fixes https://github.com/deepset-ai/haystack/issues/8245 ### Proposed Changes: **Feature:** Add `FastembedColbertReranker` — a ColBERT late-interaction (MaxSim) reranker inside the FastEmbed integration. - New component: `haystack_integrations.components.rankers.fastembed.FastembedColbertReranker` - Uses FastEmbed’s `LateInteractionTextEmbedding`...

type:documentation
integration:fastembed

In README, we say > To ensure the changelog is accurate, it's recommended to tag a commit that includes the actual changes for the integration (usually the PR merge commit)....

P2

**Is your feature request related to a problem? Please describe.** Currently, the S3FileDownloader component uses hardcoded environment variable names for AWS configuration. This creates limitations when working with multiple S3...

contributions wanted!
feature request
P2

Hi Deepset team, We're n1n API, and we offer a robust API that provides access to 400+ large language models (LLMs), as well as multimodal generation capabilities (text, images, video,...

new integration
feature request
P3

Hi, I was wondering if there is any interest in adding support for AWS textract for extracting text / tables ? I noticed there is already an option for a...

contributions wanted!
new integration
P3

We should standardize how we list deepset as an author across integrations. We should consistently use `{ name = "deepset GmbH", email = "[[email protected]](mailto:[email protected])" }` in addition to any community...

P2

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