A common use case for generative text is retrieving information. However, sometimes the models don’t have information that we want them to “know,” so when we ask it a model the pertinent questions they hallucinate information which is false.
One method for fixing this is “retrieval augmentation,” or combining the generative model with a database of information we know is valid. We can search this valid information and put it in the prompt directly to make sure the language model has what it needs to be effective.
The process below shows you how to use a no-code tool that provides an easy-to-use wrapper around this process. For a specific use case in your organization, you would probably need to build something customized, but the process we will go through here will get you familiar with the basic steps involved and the overall concept.
<aside> ➡️ MyAskAI - A no-code tool for combining your data with ChatGPT
</aside>
First, get familiar with the general functionality of MyAskAI by watching their video tutorial on YouTube. Then follow these steps:
Step 1: Create an account on MyAskAI
Step 2: Upload documents which you want the AI to reflect on
Keep in mind:
Once you're done, click ‘Build my AskAI’.
Step 3: Initial testing