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.** The current Nvidia integration comprises a `NvidiaTextEmbedder`, `NvidiaDocumentEmbedder`, `NvidiaRanker` and`NvidiaGenerator` but no `NvidiaChatGenerator`. We should implement a `NvidiaChatGenerator` component and...
## Summary and motivation Markitdown is a new open source library (MIT license) from Microsoft (https://github.com/microsoft/markitdown). It's a utility tool for converting various files to Markdown (e.g., for indexing, text...
**Is your feature request related to a problem? Please describe.** After adding AsyncPipeline in Haystack 2.10 we should add a run_async method to each ChatGenerator that is IO-bound. **ChatGenerators**
**Is your feature request related to a problem? Please describe.** As we released AsyncPipeline in 2.10, we should add run_async methods for all relevant retrievers. --- By @anakin87: When adding...
If the `generation_kwargs` was set like this: https://github.com/deepset-ai/haystack-core-integrations/blob/00c43748edac70fbcd4efbca1a467138446c7edf/integrations/langfuse/example/basic_rag.py#L42 It would not be logged. ```json { "haystack.component.input_types": { "messages": "list", "generation_kwargs": "NoneType", "tools": "NoneType" }, "haystack.component.input_spec": { "messages": { "type": "typing.List[haystack.dataclasses.chat_message.ChatMessage]",...