You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pgml-cms/docs/resources/developer-docs/installation.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ brew bundle
36
36
PostgresML is written in Rust, so you'll need to install the latest compiler from[rust-lang.org](https://rust-lang.org). Additionally, we use the Rust PostgreSQL extension framework`pgrx`, which requires some initialization steps:
37
37
38
38
```bash
39
-
cargo install cargo-pgrx --version 0.9.8&& \
39
+
cargo install cargo-pgrx --version 0.11.2&& \
40
40
cargo pgrx init
41
41
```
42
42
@@ -63,8 +63,7 @@ To install the necessary Python packages into a virtual environment, use the `vi
We like and use pgvector a lot, as documented in our blog posts and examples, to store and search embeddings. You can install pgvector from source pretty easily: