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