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

Vector Hyperbolic

Skill Verifiziert Aktiv

Embed hierarchical data via npx ruvector@0.2.25 embed text and project into the Poincare ball in user code (no --model poincare flag in 0.2.25)

Zweck

To enable users to embed hierarchical data effectively by leveraging the Poincare ball model for more accurate representation of hierarchical relationships.

Funktionen

  • Embed text data using ruvector@0.2.25
  • Project embeddings into the Poincare ball space
  • Calculate geodesic distance for hierarchical data
  • Store hyperbolic embeddings for retrieval

Anwendungsfälle

  • Analyzing dependency trees and module structures
  • Mapping class hierarchies in codebases
  • Discovering relationships in taxonomies and ontologies
  • Navigating codebases by finding specific or general modules

Nicht-Ziele

  • Providing a first-class CLI flag for Poincare ball projection in ruvector@0.2.25
  • Managing a full-fledged hyperbolic search index directly
  • Automating the projection and distance calculation without user code

Workflow

  1. Ensure ruvector@0.2.25 is available
  2. Generate a base ONNX embedding
  3. Project the embedding into the Poincare ball (manual step)
  4. Calculate geodesic distance
  5. Store the projected coordinates

Voraussetzungen

  • npm and Node.js installed
  • ruvector@0.2.25 installed or installable via npm

Practical Utility

  • info:Edge casesThe SKILL.md mentions the lack of a direct Poincare flag and the need for post-processing, which covers a limitation but not specific failure modes with recovery.

Installation

Zuerst Marketplace hinzufügen

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

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 22 hours ago

Vertrauenssignale

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

Ähnliche Erweiterungen

Geniml

99

Part of the AlterLab Academic Skills suite. This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.

Skill
AlterLab-IEU

OraClaw Forecast

100

Zeitreihenprognose für KI-Agenten. ARIMA- und Holt-Winters-Vorhersagen mit Konfidenzintervallen. Prognostizieren Sie Umsatz, Traffic, Preise oder beliebige sequentielle Daten. Inferenz unter 5 ms.

Skill
Whatsonyourmind

SHAP Model Interpretability

100

Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.

Skill
K-Dense-AI

Arize Evaluator

100

Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.

Skill
github

Rag Architect

100

Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems.

Skill
alirezarezvani

Vector Setup

100

First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`

Skill
ruvnet