Events / Atlanta

Building a Retrieval-Augmented Generation System with DuckDB & OpenAI

An Atlanta meetup session on building a retrieval-augmented generation pipeline using DuckDB as the vector store and OpenAI for embeddings and generation, with runnable code for ingestion, chunking, and search.

Mon, Aug 10, 10:30 PMImproving Atlanta · Alpharetta · GA

Why it matters

RAG cost lives in the embedding and chunking choices, not just the model call. DuckDB as an embedded vector store cuts infra overhead versus running a separate vector DB, which changes the cost math for smaller agent deployments.

The tokenmaxxing angle

Chunk size and retrieval-k directly set how many tokens get stuffed into the context window per query. A DuckDB-based pipeline is a concrete case study in trimming retrieval overhead before it ever reaches the LLM call.

From the organizers

Hosted by the Atlanta Azure Data User Group at Improving Atlanta's Alpharetta office, led by host Rob V., Monday Aug 10, 6:30-8:00pm, in-person.