Skip to main content

Module hash_provider

Module hash_provider 

Source
Expand description

Deterministic hash based embedding provider for testing. A deterministic, zero-dependency embedding provider for testing and development.

Generates embeddings by hashing text content. Same text always produces the same embedding vector. NOT suitable for production similarity search.

Structsยง

HashEmbeddingProvider
Deterministic hash-based embedding provider.