Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Embedding Strategies

Skill Verifiziert Aktiv

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.

Zweck

To enable users to effectively choose and optimize embedding models and strategies for robust semantic search and RAG systems.

Funktionen

  • Model selection and comparison for RAG
  • Implementation of chunking strategies
  • Optimization of embedding quality for specific domains
  • Code templates for Voyage AI, OpenAI, and local embeddings
  • Guidance on embedding pipeline and quality evaluation

Anwendungsfälle

  • Choosing the best embedding model for a new RAG application.
  • Implementing and refining chunking strategies for document processing.
  • Fine-tuning or selecting domain-specific embedding models.
  • Evaluating the performance of different embedding models for retrieval tasks.

Nicht-Ziele

  • Providing a managed vector database service.
  • Implementing the full RAG retrieval and generation pipeline (focus is on embeddings).
  • Deploying or managing embedding model infrastructure.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add wshobson/agents
/plugin install llm-application-dev@claude-code-workflows

Qualitätspunktzahl

Verifiziert
100 /100
Analysiert about 16 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne35.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

AgentDB Vector Search

99

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.

Skill
ruvnet

LangChain

99

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.

Skill
Orchestra-Research

Chroma

98

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

Skill
Orchestra-Research

Sentence Transformers

98

Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production embedding generation.

Skill
davila7

Hybrid Search Implementation

98

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

Skill
wshobson

Rag Implementation

98

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

Skill
wshobson