We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DC prints error message for each process which ruins user experience.
From quick start:
chain = ( DataChain.from_storage("gs://datachain-demo/chatbot-KiT/", object_name="file", type="text") .settings(parallel=8, cache=True) .map(is_positive=is_positive_dialogue_ending) .save("file_response") )
I think, it's ok to show only one message even in cases when the messages might not match (different errors). User can fix the errors one by one.
The text was updated successfully, but these errors were encountered:
Hello, I'd like to work on the project by fixing this issue. Can you assign this to me? Thanks
Sorry, something went wrong.
No branches or pull requests
Description
DC prints error message for each process which ruins user experience.
From quick start:
I think, it's ok to show only one message even in cases when the messages might not match (different errors). User can fix the errors one by one.
Version Info
The text was updated successfully, but these errors were encountered: