How to improve your training using markdown
- How to improve your training using markdown
- Markdown for website sources
- Markdown for Text and Questions and Answers sources
You can provide the training using Markdown - the contents of the training source will preserve its structure - headings, sections, lists and links - this will allow for more effective use of this page by the AI. AI will be able to use the links and understand the sections of the website. This format of storing the pages consumes about 30% more training characters than the plain text
Markdown for website sources
From the main ChatLab administration page, select Chatbots in the main menu, click on selected chatbot, select Training and in the left menu choose Websites and click on Show/Hide advanced training settings, choose Markdown
Markdown for Text and Questions and Answers sources
You can use Markdown syntax when typing Text and Questions and Answers to add a structure & links to your training data:
- Headings: Headings are used to create titles and subtitles in your document. Markdown supports six levels of headings, which correspond to HTML
<h1>
through<h6>
tags. - Lists: Markdown supports both ordered (numbered) and unordered (bulleted) lists.
- Links: In Markdown, links are a way to create clickable text that directs users to a specified URL. This is particularly useful for providing references, additional resources, or navigation within documents.
When you provide the training with the Markdown syntax, the chatbot will most likely use it to provide your user with more structured response, links with labels, headings and lists.
You can find out more about markdown syntax here.