Glyph - Content intelligence without the baggage

by
Plot twist: there are no transformer models, GPU clusters, or vector embeddings here. We built Glyph because we needed fast content intelligence for some of our own products. Then we made it fast. Glyph converts text into fixed-size signatures using MinHash and uses those signatures for similarity estimation, ranking, search, recommendations, guided token chain autocompletions, and document matching. Glyph runs entirely in memory, with no embedding API or vector database required.

Add a comment

Replies

Best
Maker
📌
The library is open source and written in TypeScript: GitHub: Website: Discord: I'd especially like feedback from people who've built search or recommendation systems and can poke holes in the approach. Our first cloud products will be running Glyph under the hood. We'll share them here as they roll out.