Interface: EmbeddingPrompts
Defined in: types/textEmbeddings.ts:49
Asymmetric prompts a model is trained with. When a model config carries
these, forward requires a role so the matching prompt is always applied.
Properties
document
document:
string
Defined in: types/textEmbeddings.ts:51
query
query:
string
Defined in: types/textEmbeddings.ts:50