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.** We extend OpenAIChatGenerator for MistralChatGenerator. This works for chat completion but not for function calling. Mistral's function calling API is...
## Checklist If the request is accepted, ensure the following checklist is complete before closing this issue. ```[tasklist] ### Tasks - [x] The code is documented with docstrings and was...
Hi, I'm new to haystack and I think it's a very pleasant tool. I've been searching for a while now (mainly here: https://docs.haystack.deepset.ai/v2.0/reference/integrations-ragas) but I didn't find an answer to...
**Is your feature request related to a problem? Please describe.** We are currently working on a project that needs a NoSQL DocumentStore , and we cannot afford to depend on...
As of now there's no way to see the documentation for an older integration version as we always overwrite with the latest changes. We should give the possibility to users...
**Is your feature request related to a problem? Please describe.** Provide a component that can extract and generate sql from dialogue questions and answers like langchain sql agent, obtain data...
Sagemaker integration tests are not being run as of now. Keeping models deployed just for testing purposes is way too expensive. We should start them on demand when the workflow...
**Is your feature request related to a problem? Please describe.** Weaviate supports adding multi tenancy which is useful in certain use cases e.g. large scale deployments, e-commerce **Describe the solution...
[Two tests](https://github.com/deepset-ai/haystack-core-integrations/actions/runs/8303728438/job/22728343963) have recently started to fail. It is all related to a new handling of null values by Pinecone. `{field: {"$ne": value}}` now returns only documents where the field...