Skip to content

Commit

Permalink
[stacks] bump vectorize ver (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Apr 18, 2024
1 parent b6f267e commit 7dc4c26
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tembo-stacks"
description = "Tembo Stacks for Postgres"
version = "0.5.4"
version = "0.5.5"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions tembo-stacks/src/stacks/specs/machine_learning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ trunk_installs:
- name: pgmq
version: 1.1.1
- name: vectorize
version: 0.14.1
version: 0.14.2
- name: pg_later
version: 0.1.0
- name: plpython3u
Expand Down Expand Up @@ -88,7 +88,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.14.1
version: 0.14.2
- name: pg_later
locations:
- database: postgres
Expand Down
4 changes: 2 additions & 2 deletions tembo-stacks/src/stacks/specs/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trunk_installs:
- name: pgmq
version: 1.1.1
- name: vectorize
version: 0.14.1
version: 0.14.2
- name: pgvector
version: 0.6.0
- name: pg_stat_statements
Expand All @@ -87,7 +87,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.14.1
version: 0.14.2
- name: pg_stat_statements
locations:
- database: postgres
Expand Down
4 changes: 2 additions & 2 deletions tembo-stacks/src/stacks/specs/vectordb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trunk_installs:
- name: pgmq
version: 1.1.1
- name: vectorize
version: 0.14.1
version: 0.14.2
- name: pgvector
version: 0.6.0
- name: pg_stat_statements
Expand All @@ -87,7 +87,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.14.1
version: 0.14.2
- name: pg_stat_statements
locations:
- database: postgres
Expand Down

0 comments on commit 7dc4c26

Please sign in to comment.