Are you an LLM? You can read better optimized documentation at /api/@nhtio/adk/batteries/embeddings/ollama/exceptions/variables/E_INVALID_OLLAMA_EMBEDDINGS_OPTIONS.md for this page in Markdown format
Variable: E_INVALID_OLLAMA_EMBEDDINGS_OPTIONS
ts
const E_INVALID_OLLAMA_EMBEDDINGS_OPTIONS: CreatedException<[string]>;Defined in: src/batteries/embeddings/ollama/exceptions.ts:22
Thrown when the resolved adapter options fail validation against ollamaEmbeddingsOptionsSchema — e.g. a missing/empty model, or an unknown option key. Fatal: config bugs fail loud at construction time, not at embed time.