ruvector/examples/apify
rUv fbf985dc40 feat(ai-memory-engine): Add 8 vector storage backends + hyperbolic geometry
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>
2025-12-14 04:12:06 +00:00
..
agent-training-factory fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
agentic-synth feat(agentic-synth): Add SONA self-learning + quality improvements 2025-12-14 02:53:06 +00:00
ai-memory-engine feat(ai-memory-engine): Add 8 vector storage backends + hyperbolic geometry 2025-12-14 04:12:06 +00:00
ai-trading-simulator fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
financial-stress-test fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
market-research-swarm fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
neural-trader-system docs(neural-trader): Simplify intro with comparison tables 2025-12-14 02:08:51 +00:00
rag-knowledge-builder fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
ruvector-postgres feat(apify): Add AI Synthetic Data Generator with MCP & Actor Integration 2025-12-13 16:27:54 +00:00
rvlite-ai feat(apify): Add AI Synthetic Data Generator with MCP & Actor Integration 2025-12-13 16:27:54 +00:00