Aussie AI

Table-Augmented Generation (TAG)

  • Last Updated 5 January, 2025
  • by David Spuler, Ph.D.

Table-Augmented Generation (TAG) is the use of a database query to extract rows of data from a table, which is used as input to a RAG system. This is similar to the return of database chunks from a vector database in a classic RAG system, but offers the advantages of greater personalization and immediacy via up-to-date databases. This architecture is similar to the use of data source plugins for an LLM application, but with a RAG spin on it.

See also more research on related areas: