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