. ├─ .devcontainer/ │ ├─ devcontainer.json # VS Code Dev Container config │ └─ servers.json # Pre-configured connection to PostgreSQL ├─ Data/ # CSV and Excel sample datasets │ ├─ ...
This project is a command-line interface (CLI) application that demonstrates the power of Retrieval-Augmented Generation (RAG) using Google's Gemini AI, PostgreSQL with the pgvector extension, and ...