ruvector/crates
rUv 2d068879cd
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
..
micro-hnsw-wasm docs: Update Micro HNSW README for version 2.2, correcting size and removing v2.3 features 2025-12-02 18:26:46 +00:00
profiling Reorganize repository structure 2025-11-19 20:53:37 +00:00
ruvector-attention feat: Add attention mechanisms documentation and fix CLI bugs 2025-12-01 15:41:17 +00:00
ruvector-attention-cli fix: Fix PQ integration test failures and add v0.1.18 release 2025-11-30 20:45:43 +00:00
ruvector-attention-node feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvector-attention-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-bench chore: Update workspace version to 0.1.2 and simplify CI workflow 2025-11-26 17:43:34 +00:00
ruvector-cli Test and validate core functionality (#54) 2025-12-06 09:36:47 -05:00
ruvector-cluster feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-collections docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-core Test and validate core functionality (#54) 2025-12-06 09:36:47 -05:00
ruvector-filter docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-gnn chore: Bump version to 0.1.15 with security fixes and GNN forgetting mitigation 2025-11-27 00:52:24 +00:00
ruvector-gnn-node feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvector-gnn-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-graph feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvector-graph-node feat: Add persistence support and Cypher queries to @ruvector/graph-node 2025-11-27 04:26:50 +00:00
ruvector-graph-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-metrics docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-node fix: Fix PQ integration test failures and add v0.1.18 release 2025-11-30 20:45:43 +00:00
ruvector-postgres fix(postgres-cli): Update Docker image to ruvnet/ruvector-postgres (#59) 2025-12-08 11:11:42 -05:00
ruvector-raft docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-replication docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-router-cli chore: Update workspace version to 0.1.2 and simplify CI workflow 2025-11-26 17:43:34 +00:00
ruvector-router-core feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvector-router-ffi chore: Bump version to 0.1.16 for npm package release 2025-11-27 21:48:12 +00:00
ruvector-router-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-server feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-snapshot docs: Add README files for all crates and update root README with crates table 2025-11-26 18:15:05 +00:00
ruvector-tiny-dancer-core chore: Bump version to 0.1.15 with security fixes and GNN forgetting mitigation 2025-11-27 00:52:24 +00:00
ruvector-tiny-dancer-node chore: Bump version to 0.1.16 for npm package release 2025-11-27 21:48:12 +00:00
ruvector-tiny-dancer-wasm feat: Publish 8 new npm packages 2025-12-02 18:44:00 +00:00
ruvector-wasm chore: Bump version to 0.1.16 for npm package release 2025-11-27 21:48:12 +00:00
sona feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00