File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` .
6464Common commands:
6565
6666``` bash
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,11 +18,8 @@ Each example folder uses a Rails-like layout:
1818BUNDLE_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
You can’t perform that action at this time.
0 commit comments