This is a simple RAG example of how to use the Turso Vector Search API with Drizzle ORM Google AI.
bun icp .env.example .envbun run db:generate
bun run db:migrateCREATE 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
