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

**Is your feature request related to a problem? Please describe.** Similar to this ticket, the VertexAIGeminiChatGenerator does have streaming_callback implementation, even though the underlying `GenerativeModel` does support `stream=True` https://github.com/deepset-ai/haystack/issues/7836 The...

feature request
P2
integration:google-vertex

Is there a Hybrid Retriever Implementation of Chroma within Haystack2.0? Or a ChromaB25Retriever that could be then used to construct a hybrid retriever with Chroma? Thanks!

integration:chroma
feature request
community-triage

**Is your feature request related to a problem? Please describe.** In our application, we use `PgvectorDocumentStore` to store a lot of documents. Our documents can be in english, french, etc....

feature request
P3
integration:pgvector

Hi there, It seems like there is not a possibility to send out user_id to the trace while using HaystackLangfuse connector. It would be lovely if you could add this...

feature request
integration:langfuse

**Is your feature request related to a problem? Please describe.** Yes, i'm currently using haystack pipeline & pgvector with FastAPI to serve embedding search but seems the current implementation of...

contributions wanted!
feature request
P3
integration:pgvector

**Is your feature request related to a problem? Please describe.** Currently the **Fastembed....** embedders are not utilizing the _GPUs_ which makes it so that i.e. _SPLADE_ takes a substantial amount...

feature request
P3
integration:fastembed

**Is your feature request related to a problem? Please describe.** At the moment, users need to run 2 pipelines to get evaluation metrics: the pipeline that iterates over the documents...

feature request

Hello! Thank you for your work on the Haystack integrations, they rock 🤘 **Is your feature request related to a problem? Please describe.** For the moment there is only a...

feature request
integration:mongodb-atlas

Currently, FC is not supported when streaming is enabled. This limitation affects all generators using streaming capabilities. #### Proposed Solutions: 1. **Enable streaming for FC across all generators**: - Implement...

feature request
P3
topic:streaming