Ben Terhechte — journal
--rss
TERHECH.DE #rust

CrateMate: Search Rust crates via embeddings.

I released a new project that allows searching crates.io via a embedding search

Mar 20, 2024 642 1 min read 120 words

CrateMate: Search Rust crates via embeddings.

I released a new project, https://cratemate.info

Cratemate offers a RAG (retrieval augmented generation) search over all crates.io crates. This means it has embeddings for all crates and your search term will then be expanded with a LLM to provide the best crate for a particular problem. You can just phrase what you want to do with Rust and Cratemate will provide a response how to achieve this with.

Cratemate crates.io is currently only updated every couple of days. Hence the newest crates will not always be visible here.

This is currently in alpha state and I plan to make a couple of changes before I’m going to open source it.