Skip to content

Commit

Permalink
vectorscale v0.3.0 (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Aug 23, 2024
1 parent 1edfbb0 commit 74e0ef0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions contrib/vectorscale/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ RUN apt-get update && apt-get install -y \

# Install Rust
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN $HOME/.cargo/bin/cargo install cargo-pgrx --version=0.11.4 --locked
ARG PG_VERSION=16
RUN $HOME/.cargo/bin/cargo pgrx init --pg$PG_VERSION $(which pg_config)

# Set default Rust version
# # Set default Rust version
RUN /root/.cargo/bin/rustup default stable

# Clone repository
RUN git clone https://github.com/timescale/pgvectorscale.git

ARG EXTENSION_VERSION=v0.2.0
ARG EXTENSION_VERSION=0.2.0
ARG PG_VERSION=16

# Build extension
Expand Down
2 changes: 1 addition & 1 deletion contrib/vectorscale/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "vectorscale"
version = "0.2.0"
version = "0.3.0"
repository = "https://github.com/timescale/pgvectorscale"
license = "PostgreSQL"
description = "A complement to pgvector for high performance, cost efficient vector search on large workloads."
Expand Down

0 comments on commit 74e0ef0

Please sign in to comment.