What problem does it solve?
This Skill helps you select, implement, and optimize embedding models, which are crucial for semantic search and Retrieval Augmented Generation (RAG) applications, ensuring your AI can understand and retrieve information effectively.
Core Features & Use Cases
- Model Selection: Compares various embedding models (Voyage AI, OpenAI, Sentence Transformers) based on dimensions, cost, and best use cases.
- Embedding Pipelines: Provides templates for generating embeddings using different models and preprocessing steps.
- Chunking Strategies: Offers methods to divide text into meaningful segments for better embedding.
- Quality Evaluation: Includes tools to assess the performance of embedding models for retrieval tasks.
- Use Case: When building a RAG system for a legal document database, you can use this Skill to compare models like
voyage-law-2 and text-embedding-3-large, choose an appropriate chunking strategy, and evaluate which model yields the best search results.
Quick Start
Use the embedding-strategies skill to get embeddings for the text 'This is a sample document.' using the 'voyage-3-large' model.