Sachin

Results 11 comments of Sachin

@bbelderbos Correct me if I am wrong, but does this require updating event keys and event listener? I think that is written in JS.

Hey @manthanguptaa, I am currently looking into the issue. There seems to be an issue with the type definition in GraphQL. I will experiment with it, and if it works,...

@manthanguptaa I have made the required changes. Please test it again and let me know if you face any issues. I tested it from my end, and it is working.

Thanks a lot, @manthanguptaa I will work on the UUIDs, but I need some context. By UUIDs, do you mean the different IDs like team ID, state ID, and user...

Hey @merelcht and @noklam , I would like to work on this issue. Let me know if that is okay with you.

@noklam I am thinking of some approaches to solve this issue. Let me know if I am making any mistakes. Approach: Since pipelines are made of nodes, I am planning...

Hey @manthanguptaa, if no one is working on this issue, could you please assign this to me?

Hey @DimedS , let us wait for @BielStela response. If they are unable to raise it, I would like to work on this issue if it is okay with both...

@dchevenement You are correct but the rag_storage.py code has been changed now. Current code is something like this ``` def __init__(self, type, allow_reset=True, embedder_config=None, crew=None, path=None): super().__init__(type, allow_reset, embedder_config, crew)...