UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

9 lines (8 loc) 240 B
/** * Represents a vector in an latent space of the embedding model */ export type EmbeddingVector = ReadonlyArray<number>; /** * TODO: Figure out how to use NPM package xyzt * Not using IVectorData due to HUGE dimensionality */