Kysely
Guides

AI

Basic usage

const embeddings = [...]
 
await db.insertInto('embeddings').values(embeddings).execute()

On this page