Your cart is currently empty!
Queries
Now that you have created the knowledge corpus for the AI to work with, we can start asking the AI questions about your aircraft.
Treat the AI as a machine. It is a machine. There is no reason to be polite, it just wastes resources — Alan Altman
Let’t first qualify that the AI could read your scanned data. My favorite question is to ask:

Tools
How we get AD data to the AI:
This agent goes to the Federal Register and with the user’s input string, fectches a text file with all applicable ADs. That file is then loaded into the RAG-AI corpus:

This is the FAA Dynamic Regulatory System (DRS) agent. Similar in function to the Federal Register agent, the DRS uses user input to get all the AD data that matches the string. This file is loaded into the RAG-AI corpus.

Yes, there is duplication, but the AI will sort it out. We want to make sure we have all the data. Both of these agents produce the search string to use manually, if required.
