Carlos Fernández

Results 42 comments of Carlos Fernández

I've been working on this implementation and I have two possible approaches regarding metadata management. ### Approach 1: Metadata List For indexing, we could easily add all metadata through a...

I am theorizing an Agent that I plan to implement using Haystack. This Agent is designed to interact with the outside world via a chat interface (not in the traditional...

Hi @mrm1001, thanks for your response. I am trying to generalize the concept of an indexable object. This would allow us to index more complex objects than just plain text...

@sjrl In my experience, basic arithmetic has been a challenge for all LLMs I've worked with. Even though some LLMs, like code models, might perform slightly better at these tasks,...

@mrm1001 If you want to add state of the art tabular QA to haystack, we should start to read papers on the matter and discuss how to implement the discussed...

@alez007 Could you add more context, eg. code example or something.

hey @vblagoje I believe it is a truncation issue. I am not really experienced with Mermaid, but I believe that is the case.

@vblagoje I am currently involved in a project that takes on a lot of my time, if you do not mind assing your self to this issue.

I find this really helpful, I will try to implement it. @mrm1001 how do you think we should manage it at call site, we add the else inside the routers,...

@tradicio Thank you for your feature request and the detailed description. I understand that you are looking to implement a CSVToDocument component that converts each row of a CSV file...