mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 04:27:11 +00:00
* fix(postgres-cli): Update Docker image to ruvnet/ruvector-postgres Use the correct Docker Hub image name (ruvnet/ruvector-postgres) instead of the incorrect ruvector/postgres fallback. Simplifies the pull logic since the image is now available on Docker Hub. * fix(postgres-cli): Improve native installation for pgrx - Clone repository instead of wrapper crate (pgrx needs .control file) - Add postgresql-server-dev package to build dependencies - Run apt-get update before installing packages - Support PostgreSQL 14, 15, 16, and 17 for native builds * docs(postgres-cli): Add Docker Hub badge and direct usage instructions - Add Docker Hub badge linking to ruvnet/ruvector-postgres - Add direct Docker Hub usage example for users who prefer Docker directly - Maintain consistency with crate README * docs(postgres): Add comprehensive SQL Functions Reference table 53+ functions organized by category with descriptions and usage examples: - Distance Functions (5) - Vector Operations (5) - Hyperbolic Geometry (8) - Sparse Vectors & BM25 (14) - Attention Mechanisms (39) - Graph Neural Networks (5) - Agent Routing - Tiny Dancer (11) - Self-Learning / ReasoningBank (7) - Graph Storage & Cypher (8) - Quantization (4) - Index Management (3) --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| examples | ||
| guides | ||
| implementation | ||
| integration-plans | ||
| learning | ||
| API.md | ||
| ARCHITECTURE.md | ||
| BUILD.md | ||
| BUILD_QUICK_START.md | ||
| GNN_IMPLEMENTATION_SUMMARY.md | ||
| GNN_INDEX.md | ||
| GNN_QUICK_REFERENCE.md | ||
| GNN_USAGE_EXAMPLES.md | ||
| GRAPH_IMPLEMENTATION.md | ||
| GRAPH_QUICK_REFERENCE.md | ||
| IMPLEMENTATION_SUMMARY.md | ||
| INSTALLATION.md | ||
| ivfflat_access_method.md | ||
| LEARNING_MODULE_README.md | ||
| MIGRATION.md | ||
| NATIVE_TYPE_IO.md | ||
| NEON_COMPATIBILITY.md | ||
| QUANTIZED_TYPES.md | ||
| QUICK_REFERENCE_IVFFLAT.md | ||
| ROUTING_QUICK_REFERENCE.md | ||
| SIMD_OPTIMIZATION.md | ||
| SQL_FUNCTIONS_REFERENCE.md | ||
| TEST_SUMMARY.md | ||
| TESTING.md | ||
| TINY_DANCER_ROUTING.md | ||
| TYPE_IO_IMPLEMENTATION_SUMMARY.md | ||