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
Refer to the parent issue for details. Relevant docs: https://docs.cohere.com/reference/chat
**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...
### 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`...
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)....
**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...
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,...
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...
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...
```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 ```