Parent
#1129 — build spec 9 of the Prisma 8 architecture spec. Lands on the prisma-8 integration branch, not main.
What to build
rag-ollama-demo and rag-openai-chatbot run on the Dev database with pgvector installed by Prisma from the seeded space, embedding() on the native column with its index, embeddings regenerated on seed from source text, and search through nearest().
Acceptance criteria
Blocked by
Generated by Claude Code
Parent
#1129 — build spec 9 of the Prisma 8 architecture spec. Lands on the
prisma-8integration branch, notmain.What to build
rag-ollama-demoandrag-openai-chatbotrun on the Dev database with pgvector installed by Prisma from the seeded space,embedding()on the native column with its index, embeddings regenerated on seed from source text, and search throughnearest().Acceptance criteria
pnpm devinstalls pgvector without a hand step and seeds embeddingsBlocked by
Generated by Claude Code