mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 15:03:46 +00:00
Storage Backends: - ApifyBinary: 4x smaller binary Float32Array storage - PostgreSQL/Supabase/Neon: pgvector with IVFFlat indexing - Qdrant: High-throughput cloud vector DB with filtering - Pinecone: Serverless managed infrastructure - Weaviate: GraphQL-based hybrid search - LanceDB: Local embedded vector database - Hyperbolic: Poincaré ball model for hierarchical data Hyperbolic Geometry: - Poincaré ball projection and distance - Möbius addition for vector operations - Exponential/logarithmic maps (tangent ↔ hyperbolic) - Fréchet mean (hyperbolic centroid) - Hyperbolic k-means clustering - Batch distance computation (SIMD-friendly) - Parallel transport and geodesic interpolation Input Schema: - storageBackend selector (8 options) - Connection strings for Postgres/Qdrant/Pinecone/Weaviate - Curvature parameter for hyperbolic embeddings - Hyperbolic clustering toggle 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent-training-factory | ||
| agentic-synth | ||
| ai-memory-engine | ||
| ai-trading-simulator | ||
| financial-stress-test | ||
| market-research-swarm | ||
| neural-trader-system | ||
| rag-knowledge-builder | ||
| ruvector-postgres | ||
| rvlite-ai | ||