Skip to content
1 min read · 30 words

Variable: E_VECTOR_STORE_ENCODER_REQUIRED

ts
const E_VECTOR_STORE_ENCODER_REQUIRED: CreatedException<[string]>;

Defined in: batteries/vector/exceptions.ts:42

Thrown when the vector store adapter receives text input but has no encoder and no built-in encoding. Fatal: encoding is required for vector operations.