UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

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 */