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

Vector Embed

Skill Verifiziert Aktiv

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

Zweck

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

Funktionen

  • 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

Anwendungsfälle

  • 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

Nicht-Ziele

  • 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`.

Voraussetzungen

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

Installation

Zuerst Marketplace hinzufügen

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

Qualitätspunktzahl

Verifiziert
96 /100
Analysiert about 17 hours ago

Vertrauenssignale

Letzter Commitabout 19 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

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