This is a simple RAG example of how to use the Turso Vector Search API with Drizzle ORM Google AI.
bun i
cp .env.example .env
bun run db:generate
bun run db:migrate
CREATE INDEX vector_idx ON embeddings (libsql_vector_idx(embedding));
bun run dev
- 0.5.0:
- Change the Embedding model to google text-embedding
- Update the dependencies
- Update the UI for the tool calls
- Update tailwind to v4