turso vector search
1.0.0
This is a simple RAG example of how to use the Turso Vector Search API with Drizzle ORM and Mistral AI | 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