Commit graph

1 commit

Author SHA1 Message Date
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