Forum Discussion
JBB
22 days agoCommunity Member
AI Tutor and source content
Hi, Does AI Tutor use the source content that I upload in the AI assistant ? If true, it would turn AI Tutor in a sort of RAG. If not, is it something the developpers will implemente in the futur ...
JericoBartolome
16 days agoCommunity Member
Hi JBB, the AI Tutor only scans text that is entered directly into the platform. It cannot use videos or attached documents as a knowledge source.
However, I tested a workaround that worked for me.
You can add a Code Block from the library and paste the following code:
<div style="position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;padding:0;margin:0" aria-hidden="true">
Enter all the text from your documents here, or any information you want the AI Assistant to access. This can include video scripts, PDF content, or other reference material.
</div>
You can use ChatGPT to convert your documents into text before adding them to this block which can be used by the AI Tutor as knowledge.
The content will remain hidden from learners and will only take up a very small amount of space. If you place it at the bottom of any lesson, it will not be noticeable.