Skip to content

Commit b515af1

Browse files
chore: low-priority docs and metadata cleanup (#29)
1 parent bf8a2fe commit b515af1

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ bash scripts/run_unit_tests.sh spec/user_api_unit_spec.rb
5959

6060
### Linting and Formatting
6161

62-
This repo currently enforces markdown/style checks via `prek`.
63-
This repository uses `.pre-commit-config.yaml`, which `prek` supports directly.
62+
This repository enforces markdown/style checks via `prek` and
63+
`.pre-commit-config.yaml`.
6464
Common commands:
6565

6666
```bash

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The release workflow validates that the requested version matches this value.
2020
## Compatibility Targets
2121

2222
- Ruby: 3.2+
23-
- ActiveRecord: 8.1+
23+
- ActiveRecord: 7.2+
2424
- PostgreSQL: ParadeDB-supported versions
2525
- ParadeDB: latest tested minor (and previous minor when feasible)
2626

examples/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ Each example folder uses a Rails-like layout:
1818
BUNDLE_GEMFILE=examples/Gemfile bundle install
1919
```
2020

21-
The hybrid RRF example uses pgvector via `neighbor`, which is included in `examples/Gemfile`:
22-
23-
```bash
24-
BUNDLE_GEMFILE=examples/Gemfile bundle install
25-
```
21+
The hybrid RRF example uses pgvector via `neighbor`, which is already included
22+
in `examples/Gemfile`.
2623

2724
### 2. Start ParadeDB
2825

0 commit comments

Comments
 (0)