Skip to content

Commit b5c937a

Browse files
committed
Update the ML Stack extensions (#1126)
Including PostgresML v2.10.0, which now supports Postgres 17, so add a config for 17 and update the image to a tag that includes the updated Python libraries it depends on.
1 parent 30de605 commit b5c937a

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

tembo-stacks/src/stacks/specs/machine_learning.yaml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ description: A Postgres instance equipped with machine learning extensions and o
33
repository: "quay.io/tembo"
44
organization: tembo
55
images:
6-
15: "ml-cnpg:15-5120dd1"
7-
16: "ml-cnpg:16-5120dd1"
8-
stack_version: 0.3.0
6+
15: "ml-cnpg:15-8eb6833"
7+
16: "ml-cnpg:16-8eb6833"
8+
17: "ml-cnpg:17-8eb6833"
9+
stack_version: 0.4.0
910
compute_constraints:
1011
min:
1112
cpu: 2
@@ -26,39 +27,39 @@ postgres_config:
2627
value: postgresql:///postgres?host=/controller/run
2728
trunk_installs:
2829
- name: pgvector
29-
version: 0.7.4
30+
version: 0.8.0
3031
- name: postgresml
31-
version: 2.7.1
32+
version: 2.10.0
3233
- name: pg_cron
33-
version: 1.6.2
34+
version: 1.6.4
3435
- name: pgmq
3536
version: 1.5.0
3637
- name: vectorize
37-
version: 0.18.2
38+
version: 0.20.0
3839
- name: pg_later
39-
version: 0.1.0
40+
version: 0.3.0
4041
- name: plpython3u
4142
version: 1.0.0
4243
- name: vectorscale
43-
version: 0.3.0
44+
version: 0.5.1
4445
extensions:
4546
# trunk project pg_vector
4647
- name: vector
4748
locations:
4849
- database: postgres
4950
enabled: true
50-
version: 0.7.4
51+
version: 0.8.0
5152
# trunk project postgresml
5253
- name: pgml
5354
locations:
5455
- database: postgres
5556
enabled: true
56-
version: 2.7.1
57+
version: 2.10.0
5758
- name: pg_cron
5859
locations:
5960
- database: postgres
6061
enabled: true
61-
version: 1.6.2
62+
version: 1.6.4
6263
- name: pgmq
6364
locations:
6465
- database: postgres
@@ -68,12 +69,12 @@ extensions:
6869
locations:
6970
- database: postgres
7071
enabled: true
71-
version: 0.18.2
72+
version: 0.20.0
7273
- name: pg_later
7374
locations:
7475
- database: postgres
7576
enabled: true
76-
version: 0.1.1
77+
version: 0.3.0
7778
- name: plpython3u
7879
locations:
7980
- database: postgres
@@ -83,4 +84,4 @@ extensions:
8384
locations:
8485
- database: postgres
8586
enabled: true
86-
version: 0.3.0
87+
version: 0.5.1

0 commit comments

Comments
 (0)