Skip to content

Commit

Permalink
fix missing spec definitions (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Jul 29, 2024
1 parent fb5d88d commit d4768e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.11.3"
version = "0.11.4"
authors = ["tembo.io"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tembo-stacks/src/stacks/specs/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.16.0
version: 0.17.0
- 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 @@ -65,7 +65,7 @@ trunk_installs:
- name: pgmq
version: 1.3.3
- name: vectorize
version: 0.16.0
version: 0.17.0
- name: pgvector
version: 0.7.3
- name: pg_stat_statements
Expand All @@ -92,7 +92,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.16.0
version: 0.17.0
- name: pg_stat_statements
locations:
- database: postgres
Expand Down

0 comments on commit d4768e9

Please sign in to comment.