4 AI chat - terrytaylorbonn/auxdrone GitHub Wiki
25.0225 (Gdrive)
Use LLM "chat" (on the middle in diagram below) (I've been working on learning-by-demo).
- Use LLM/RAG and the "scraped" text from phase #2.
- Create a "MAQ" (my asked questions, not FAQ) with LLM+RAG to create a Copilot-style chat bot.
That last point shows the immense value of AI that I have discovered while putting together the AI API sandbox. AI helps extract the useful content and give it to me in "MAQ" (my asked question) style: My questions answered specifically (including recommendations for my code). I don't have to spend hours/days sifting through endless verbiage that does not show me how to use the product. I simple ask Copilot. Revolutionary.
NOTE: AI was not so useful when creating AI drones, because my real challenges were with the open-source-SW / Chinese-component drones that had limited useful documentation for the AI to "scrape".