embedding search

Vector-based semantic search using simulated embeddings. Provides hybrid search combining keyword matching with semantic similarity.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "embedding search" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-embedding-search

Embedding Search

Vector-based semantic search using simulated embeddings. Provides hybrid search combining keyword matching with semantic similarity.

Capabilities

  • Semantic document search

  • Vector similarity matching

  • Document chunking and indexing

  • Hybrid keyword + vector search

  • Relevance scoring and ranking

  • Full-text search fallback

  • Document categorization

  • Configurable similarity thresholds

When to Use

Use the embedding-search skill when:

  • Searching through large document collections

  • Need semantic similarity matching

  • Building a knowledge base

  • Finding related documents

  • Implementing RAG (Retrieval Augmented Generation)

Usage Examples

Index documents

node /job/.pi/skills/embedding-search/embed.js index /path/to/documents --output index.json

Search documents

node /job/.pi/skills/embedding-search/embed.js search "machine learning concepts" --index index.json

Interactive mode

node /job/.pi/skills/embedding-search/embed.js --interactive --index index.json

Add documents to existing index

node /job/.pi/skills/embedding-search/embed.js add new-doc.md --index index.json

Hybrid search with weights

node /job/.pi/skills/embedding-search/embed.js search "cloud deployment" --hybrid --keyword-weight 0.3 --semantic-weight 0.7

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vector-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

model-router

No summary provided by upstream source.

Repository SourceNeeds Review
General

rss-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-frames

No summary provided by upstream source.

Repository SourceNeeds Review