Scuffed version of RAG (Retrieval-Augmented Generation) Helps the AI to get data from a database


How it works

  1. Create our data base
  2. Build our index of the data base
  3. Search that index for relevant information/keywords with our query

Methods