AgentSea.Embedder.Hashing (agentsea_embeddings v0.1.0)

Copy Markdown

A deterministic, dependency-free embedder using the hashing trick: tokens are hashed into fixed-dimension buckets (bag-of-words), then the vector is L2 normalized. Texts that share words land closer together — enough for tests, local dev, and demos without pulling in an ML runtime.