-
Notifications
You must be signed in to change notification settings - Fork 665
Log entry error resolved #994
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, we don't need tasks in logging. Please remove from logging object.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
* Nova models trial. * google.protobuf.json_format.ParseError resolved * removing mistakenly added file * removed tasks from logger struct
* Nova models trial. * google.protobuf.json_format.ParseError resolved * removing mistakenly added file * removed tasks from logger struct
Logger.log_struct() was giving error due to tasks passed as set.
google.protobuf.json_format.ParseError: Value {'enable_communities', 'materialize_entity_similarities', 'enable_hybrid_search_and_fulltext_search_in_bloom', 'materialize_text_chunk_similarities'} has unexpected type <class 'set'> at LogEntry.jsonPayload.message.tasks
resolved this error by changing tasks to list