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