Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Embedding vector as an array of floats or a base64 string

Supported Types

number[]

const value: number[] = [
  0.0023064255,
  -0.009327292,
  0.015797347,
];

string

const value: string = "<value>";