I am building a RAG architecture for an AI Agent and want to store my
data in the form of vectors in a relational database. I am confused with
which database should I opt for (BigQuery, CloudSQL or AlloyDB). I see
that most of the tutorials in the Go...