Skip to content

Commit a04deab

Browse files
claudejumski
authored andcommitted
docs: add use cases tutorials for AI workflows
Add new tutorial section covering common AI patterns: - Automatic embeddings with database triggers - Structured output using Zod schemas - RAG pipeline with query transformation and reranking - Chatbot with parallel history and knowledge retrieval All tutorials demonstrate proper pgflow DSL patterns with factual, working examples using AI SDK and standard libraries.
1 parent 03a3b6a commit a04deab

8 files changed

Lines changed: 1974 additions & 520 deletions

File tree

pkgs/website/astro.config.mjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,12 +434,24 @@ export default defineConfig({
434434
link: '/tutorials/',
435435
id: 'tutorials',
436436
items: [
437+
{
438+
label: 'RAG Pipeline',
439+
autogenerate: {
440+
directory: 'tutorials/rag/',
441+
},
442+
},
437443
{
438444
label: 'AI Web Scraper',
439445
autogenerate: {
440446
directory: 'tutorials/ai-web-scraper/',
441447
},
442448
},
449+
{
450+
label: 'Use Cases',
451+
autogenerate: {
452+
directory: 'tutorials/use-cases/',
453+
},
454+
},
443455
],
444456
},
445457
{

0 commit comments

Comments
 (0)