Carlos Fernández
Carlos Fernández
### Related Issues - fixes #6705 ### Proposed Changes: I updated the `DocumentSplitter` methods so that it adds the "page_number" field to the metadata of output documents. This field contains...
### Related Issues - fixes #7557 ### Proposed Changes: The `DocumentCleaner` has now an optional property called `keep_id` that keeps the original id of all the input documents. ### How...
### Related Issues - fixes #4720 ### Proposed Changes: ### How did you test it? ### Notes for the reviewer ### Checklist - I have read the [contributors guidelines](https://github.com/deepset-ai/haystack/blob/main/CONTRIBUTING.md) and...
**Is your feature request related to a problem? Please describe.** I was working on issue #7868 using alternative ways for storing messages, one based on `ChatMessageStack` that is simply a...
### Related Issues - fixes #7848 ### Proposed Changes: As suggested, I added the capability for `ChatMessage` to store `str`, `ByteStream` and a list of both, this way you can...
**Is your feature request related to a problem? Please describe.** When trying to store objects into document stores (for example, to make some kind of agent memory) you have to...
## Motivation Over the past few months of working with Haystack, I've found pipeline design using Excalidraw to be incredibly useful (add image as an example). It's become a crucial...
Thanks in advance for your help :) **Describe the bug** I was building a huge pipeline, 30 components and 35 connections, and for debugging proposes I wanted to display the...