dosubot[bot]
dosubot[bot]
Hey there, @jiacheo! 👋 I'm [Dosu](https://dosu.dev), your friendly neighborhood bot here to lend a hand with bugs, answer your questions, and guide you on your way to becoming a stellar...
The erratic behavior of the enable toggle when clicked quickly is likely due to asynchronous operations and potential race conditions in the `OperationAction` component. When the toggle is rapidly clicked,...
It appears the issue you're encountering with the `MILVUS_DATABASE` environment variable not being respected is likely due to how the database name is handled during the connection setup with Milvus....
To address the error `{azure_openai} Error: 'NoneType' object has no attribute 'content'` you're encountering, it's crucial to implement checks for `None` before accessing the `content` attribute in your streaming response...
It sounds like you've pinpointed the source of the error and are planning to address it with a pull request. That's great to hear! If you need any further assistance...
To address the issue of segmented tasks not completing after the platform has been idle, it seems the problem might be related to session timeouts or expired authentication tokens. Implementing...
Hey there, @puleiC! 🚀 I'm Dosu, your friendly bot here to help you squash bugs, answer questions, and jump into the world of contributing! While we're waiting for a human...
The error you're encountering, `TypeError: Expected a string value`, during the login process is likely due to the `self.sk` (secret key) not being a string when the `jwt.encode()` function is...
It looks like the issue you're encountering with the Variable Assigner not retrieving data from "Knowledge Retrieval 2" might be related to how datasets are selected and assigned in your...
Hey @Semonxue, nice to see you back in the digital trenches with us! Hope you're ready to debug this together. It looks like the issue you're encountering with exporting multi-value...