Module noop

Module noop 

Source
Expand description

No-op embedder for testing without Candle.

This module provides a NoopEmbedder that returns zero-vectors for all embeddings. It’s useful for:

  • Testing without the Candle ML stack
  • Development builds with faster compilation
  • Stubbing embeddings in unit tests

Structs§

NoopEmbedder
No-op embedder that returns zero-vectors.