Itay Braunpostgres.hashnode.dev路Apr 23, 2024Co-Pilot for DB-Ops: Using Vanna.ai (text2sql)This is part of the blog series about building a Co-Pilot for DB Ops. The journey starts here. Thesis Fetching data from the system tables (performance schema) is basically a text2sql task. A good text2sql solution should be able to generate high qua...71 readsdb-ops
Itay Braunpostgres.hashnode.dev路Apr 13, 2024Co-Pilot for DB-Ops: Testing pg_vectorize and RAGThis is part of the blog series about building a Co-Pilot for DB Ops. The journey starts here. Thesis: The backed of the system can be Postgres. Extensions, such as pg_vectorize, can simplify adding new documents for the tests. Everything is done usi...copilot
Itay Braunpostgres.hashnode.dev路Apr 12, 2024Co-Pilot for DB Ops - First tests using ChatBaseThis is part of the blog series about building a Co-Pilot for DB Ops. The journey starts here. Thesis: Sending detailed documentation of every column will ensure high quality SQL. Sending a long context, with detailed information about the schema of ...copilot
Itay Braunpostgres.hashnode.dev路Apr 8, 2024Co-Pilot for DB Ops - User Stories and PersonasTLDR 馃椇 In this series of posts I'll write about a long journey to build a Co-Pilot for DB Operations. In the first post I wrote about what is a Co-Pilot for DB Ops, the main motivation and the guidelines for building the tool. In this post I want...copilot
Itay Braunpostgres.hashnode.dev路Apr 4, 2024Co-Pilot for DB Ops - Building in Public馃椇 In this series of posts I'll write about a long journey to build a Co-Pilot for DB Operations. TLDR: What is a Co-Pilot for DB Ops Some examples Product guidelines Building a new AI tool: Co-Pilot of DB Ops Think of a co-pilot as your every...db-ops