Building a RAG for tabular data in Go with PostgreSQL & Gemini

from blog P. Galeone's blog, | ↗ original
Large Language Models (LLMs) are well-suited for working with non-structured data. So far, their usage with structured data hasn’t been explored in depth although structured data is everywhere relational databases are. Making an LLM able to interact with a relational database can be an interesting idea since it will unlock the possibility of...