embedding-strategies

Select and tune embedding models for semantic search retrieval.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Typeless-Git/skills --skill embedding-strategies-typeless-git
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: embedding-strategies
Source: https://github.com/Typeless-Git/skills/tree/main/embedding-strategies
Command: npx skills add https://github.com/Typeless-Git/skills --skill embedding-strategies-typeless-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Improve semantic search quality by selecting and tuning embedding models.

Core Features & Use Cases

  • Model comparison across multiple embedding families to identify best-fit for a given domain (e.g., legal, finance, code).
  • Flexible embedding pipelines with chunking strategies, preprocessing, and vector storage guidance.
  • Domain- and multilingual-aware embedding workflows, templates, and benchmarking guidance for reproducible results.
  • Use cases include building RAG systems, document search, and code search with domain-specific models.

Quick Start

Start by selecting a base embedding model (e.g., voyage-3-large), prepare a representative text corpus, and run a quick embedding-and-indexing pass to evaluate retrieval performance.

Frequently Asked Questions about embedding-strategies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve semantic search quality for domain-specific RAG systems?▼

Compare embedding models for domain-specific content by running benchmarking templates across multiple embedding families. This Skill evaluates retrieval performance against a representative text corpus to identify the best-fit model for legal, finance, or code domains.

What chunking strategies work best for semantic search and vector retrieval?▼

Apply domain-aware embedding workflows by selecting a base model like voyage-3-large, preparing a representative text corpus, and running an embedding-and-indexing pass. This Skill offers templates and benchmarking guidance to ensure reproducible retrieval results for your specific domain.

Can I use this embedding pipeline for multilingual semantic search?▼

Yes, you can use this pipeline for multilingual semantic search. It includes domain- and multilingual-aware embedding workflows that adapt retrieval performance across different languages while maintaining reproducible benchmarking results for diverse text corpora.

What's the best way to benchmark embedding models for document search?▼

Benchmark embedding models for document search by comparing multiple embedding families against a representative text corpus. This Skill provides benchmarking templates and a configurable pipeline to measure retrieval performance, enabling reproducible workflows before deploying to production.