ruvector/crates/ruvector-postgres/docs
rUv 6d311c8c3e fix(postgres-cli): Update Docker image to ruvnet/ruvector-postgres (#59)
* 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>
2025-12-08 11:11:42 -05:00
..
examples feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
guides feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
implementation docs: Reorganize documentation and add postgres README 2025-12-02 16:45:44 +00:00
integration-plans docs(postgres): Add comprehensive integration plans for advanced features 2025-12-02 19:15:20 +00:00
learning feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
API.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
ARCHITECTURE.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
BUILD.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
BUILD_QUICK_START.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
GNN_IMPLEMENTATION_SUMMARY.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
GNN_INDEX.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
GNN_QUICK_REFERENCE.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
GNN_USAGE_EXAMPLES.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
GRAPH_IMPLEMENTATION.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
GRAPH_QUICK_REFERENCE.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
IMPLEMENTATION_SUMMARY.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
INSTALLATION.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
ivfflat_access_method.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
LEARNING_MODULE_README.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
MIGRATION.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
NATIVE_TYPE_IO.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
NEON_COMPATIBILITY.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
QUANTIZED_TYPES.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
QUICK_REFERENCE_IVFFLAT.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
ROUTING_QUICK_REFERENCE.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
SIMD_OPTIMIZATION.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
SQL_FUNCTIONS_REFERENCE.md fix(postgres-cli): Update Docker image to ruvnet/ruvector-postgres (#59) 2025-12-08 11:11:42 -05:00
TEST_SUMMARY.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
TESTING.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
TINY_DANCER_ROUTING.md feat(postgres): Add 53 SQL function definitions for all advanced modules (#46) 2025-12-02 22:49:29 -05:00
TYPE_IO_IMPLEMENTATION_SUMMARY.md feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00