Exception: Woods::MCP::DimensionMismatch

Inherits:
BootstrapError show all
Defined in:
lib/woods/mcp/errors.rb

Overview

Raised when the dimension recorded in the config snapshot or vector dump does not match the dimension reported by the active embedding provider.

Examples:

raise Woods::MCP::DimensionMismatch.new(
  "Provider dimension 1536 does not match stored dimension 768",
  details: { expected: 768, actual: 1536 }
)

Instance Attribute Summary

Attributes inherited from BootstrapError

#details

Method Summary

Methods inherited from BootstrapError

#initialize

Constructor Details

This class inherits a constructor from Woods::MCP::BootstrapError