What problem does it solve?
This Skill helps you select the most effective embedding models and fine-tune their application for tasks like semantic search and Retrieval Augmented Generation (RAG), ensuring your AI can accurately understand and retrieve information.
Core Features & Use Cases
- Model Selection: Compares various embedding models (OpenAI, Sentence Transformers, Voyage) based on dimensions, cost, and performance.
- Chunking Strategies: Provides methods for splitting text into optimal segments for embedding, including token-based, sentence-based, and recursive splitting.
- Domain Adaptation: Offers guidance and templates for preprocessing and embedding documents specific to your domain.
- Quality Evaluation: Includes metrics and methods to assess the performance of your embedding strategies.
- Use Case: When building a RAG system for legal documents, you can use this Skill to choose a model suited for legal text, implement a sentence-based chunking strategy, and evaluate retrieval accuracy.
Quick Start
Use the embedding-strategies skill to get embeddings for the text 'This is a sample document.' using the text-embedding-3-small model.