scrimba
AI Engineering
Embeddings and Vector Databases
Create an embedding
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Create an embedding
Expand for more info
index.js
run
preview
console
import openai from './config.js';

/** Create embeddings representing the input text */
Console
/index.html
-5:46