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

I am wondering whether there is a plan for Redis Document Store integration in Haystack v2.0 which is helpful as a cache data layer. Thanks!

new integration
feature request

LlamaHub has added a function to convert outputs to haystack format, which luckily, seems compatible with 2.0 although it was built for 1.x. The 'verified' data loaders have a standardized...

contributions wanted!
new integration
feature request
P3

It would be wonderful to see support for [LanceDB](https://github.com/lancedb/lancedb)—a fast, serverless vector store that's incredibly easy to use.

feature request

The Gemini integration should support image generation in the future. As of now we can't support it as the API is not public yet. We should add that functionality as...

feature request
P3
integration:google-genai

**Is your feature request related to a problem? Please describe.** Refactor integration to support nested objects without flattening first when weaviate/weaviate#3694 is fixed **Describe the solution you'd like** Store nested...

feature request
integration:weaviate

**Is your feature request related to a problem? Please describe.** It is the responsibility of the user to make sure the client connections are closed. However, the client is created...

feature request
integration:weaviate

**Is your feature request related to a problem? Please describe.** Weaviate supports hybrid search (vector + sparse). However, Haystack doesn't support it currently. **Describe the solution you'd like** To be...

contributions wanted!
P3
integration:weaviate

**Is your feature request related to a problem? Please describe.** Right now the integration tests don't run in CI. This makes the integration tested only by unit tests. **Describe the...

feature request
P3
integration:amazon-sagemaker

- The current logic to understand if the user is using the hosted API is not great ([here](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/unstructured/fileconverter/src/unstructured_fileconverter_haystack/fileconverter.py#L62)) - The Unstructured SaaS API was recently announced. This involves several changes....

contributions wanted!
integration:unstructured-fileconverter
feature request

Currently, Embedding Retrieval in the Elasticsearch Document Store does not allow scaling scores in the range [0, 1]. I have not implemented this feature for two reasons: - I have...

integration:elasticsearch