-
Notifications
You must be signed in to change notification settings - Fork 108
Remove 1.x tutorials #392
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
Remove 1.x tutorials #392
Conversation
* Remove 1.x related codes from the workflows * remove haystack_v2 tag
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Looks good to me! 👍 I only have one question about haystack_2
. If it's really not needed anymore, we can also remove it from all tutorials in the index.toml I believe. I am not 100% sure whether we need haystack_2
somewhere else though.
@@ -26,7 +28,6 @@ def generate_frontmatter(config, tutorial): | |||
featured_image: /images/tutorial_walkthrough_thumbnail.png | |||
images: ["/images/tutorial_walkthrough_thumbnail.png"] | |||
haystack_version: "{tutorial.get("haystack_version", "latest")}" | |||
haystack_2: {tutorial.get("haystack_2", False)} |
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.
is it really not needed anymore?
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.
If so, we could also remove from every tutorial in the index.toml the haystack_2 = true
?
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.
Continues the work in deepset-ai/haystack-home#437