Embeddings

Turning text, images, and audio into vectors — the substrate for search, RAG, and classification.

Sign in to track your progress across sections.

14 articles

Anomaly Detection

Listed inAnomaly DetectionEmbeddingson

An anomaly score is a distance read backwards. Plus the unnormalized-vector bug that makes a detector flag your longest documents.

Intermediate6 min
#use-cases

Embedding Models on Hugging Face

Listed inEmbedding Models on Hugging FaceEmbeddingson

Changing embedding models means re-embedding the whole corpus, so the choice is harder to reverse than a generation model. What to check on a model card: vector dimensions, maximum sequence length, licensing, and whether the model expects a prompt prefix that fails silently when omitted.

Intermediate6 min
#ecosystem

Recommendation Systems

Listed inRecommendation SystemsEmbeddingson

Nearest neighbours of an item are a recommender you already have. It measures whether two things are about the same subject, which is not the same as predicting what a person will engage with.

Intermediate4 min
#use-cases

Jina Embeddings

Listed inJina EmbeddingsEmbeddingson

A 32,768-token context means the encoder stops dictating your chunk size. Task types move the query-versus-passage distinction into a parameter a reviewer can see, and truncatable vectors have one way to cut them safely.

Intermediate3 min
#providers