Skip to main content

Vector Embed

Skill Verified Active

Generate embeddings via npx ruvector@0.2.25 embed text (ONNX all-MiniLM-L6-v2, 384-dim), normalize, and store in HNSW index

Purpose

To efficiently generate and prepare text data for semantic search, similarity comparison, and clustering by creating normalized vector embeddings.

Features

  • Generate text embeddings using ruvector
  • Utilize ONNX all-MiniLM-L6-v2 model
  • Output 384-dimensional vectors
  • Handle potential ONNX WASM issues
  • Support adaptive (LoRA) embedding variants

Use Cases

  • Enriching text data for semantic search systems
  • Enabling similarity comparisons between documents or text snippets
  • Preparing data for clustering algorithms
  • Integrating vector embeddings into RAG pipelines

Non-Goals

  • Managing the full lifecycle of a vector database
  • Performing complex natural language processing beyond embedding generation
  • Providing a direct interface to LLM providers

Workflow

  1. Ensure ruvector@0.2.25 is available and install ONNX WASM if needed.
  2. Embed input text or file content using `npx ruvector@0.2.25 embed text`.
  3. Optionally use adaptive embedding variants.
  4. Confirm vector dimension and metadata.
  5. Optionally store metadata using `mcp__claude-flow__memory_store`.

Prerequisites

  • Node.js and npm installed
  • Access to the internet for `npm install`

Installation

First, add the marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-ruvector@ruflo

Quality Score

Verified
96 /100
Analyzed about 14 hours ago

Trust Signals

Last commitabout 16 hours ago
Stars50.2k
LicenseMIT
Status
View Source

Similar Extensions

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

Embedding Strategies

100

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.

Skill
wshobson

Embeddings

99

Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.

Skill
ruvnet

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

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

Qdrant Vector Search

95

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

Skill
Orchestra-Research

© 2025 SkillRepo · Find the right skill, skip the noise.