-
Notifications
You must be signed in to change notification settings - Fork 113
Add SuperComponent tutorial #396
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
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
* remove the `haystack_2` field from index.toml
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.
@julian-risch I have updated the tutorial (extended the conclusion, changed some explanation etc.), I think it's good to go as is.
Let's resolve the serde issue, but it's completely fine if we remove that section from the tutorial.
serde issue is a bug in DocumentPreprocessor. I discussed with Sebastian and he opened a Haystack PR: deepset-ai/haystack#9277 |
The bug is fixed now and the tutorial runs without issues. |
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.
LGTM! ✅
We need to update the created_at
date and the pip install line before publishing
fixes #394
@bilgeyucel There seems to be an issue with the Serialization/Deserialization that I couldn't investigate further.