-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Tutorials have the following in the frontmatter:
---
layout: tutorial
colab: https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/01_Basic_QA_Pipeline.ipynb
toc: True
title: "Build Your First QA System"
last_updated: 2022-10-12
level: "beginner"
weight: 10
description: Get Started by creating a Retriever Reader pipeline.
category: "QA"
aliases: ['/tutorials/first-qa-system']
---
We would like to also have a 'download' button at the top too.
@masci - is it worth asking contributors to provide a download field in haystack-tutorials index.toml ? - I would imagine everything should be 'downloadable'? In which case we could just re-use the colab field URL to download the file?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request