Skip to content

Commit

Permalink
[vec-434]: AVS 1.0.0 version updates in example (#72)
Browse files Browse the repository at this point in the history
*AVS 1.0.0 version updates in example



---------

Co-authored-by: dylan <[email protected]>
Co-authored-by: Joe Martin <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent a170871 commit 5bb43eb
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .internal/docker-compose-prism-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "--config-file"
- "/opt/aerospike/etc/aerospike/aerospike.conf"
avs:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
# ports:
# - "5000:5000"
networks:
Expand Down
2 changes: 1 addition & 1 deletion .internal/docker-compose-quote-search-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "--config-file"
- "/opt/aerospike/etc/aerospike/aerospike.conf"
avs:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
# ports:
# - "5002:5002"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docker run -d \
-p 5000:5000 \
-p 5040:5040 \
-v ./config:/etc/aerospike-vector-search \
aerospike/aerospike-vector-search:0.11.1
aerospike/aerospike-vector-search:1.0.0
```


2 changes: 1 addition & 1 deletion docker/docker-compose-asdb-6.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
networks:
- svc
aerospike-vector-search:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
container_name: "aerospike-vector-search"
depends_on:
aerospike-cluster:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
networks:
- svc
aerospike-vector-search:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
container_name: "aerospike-vector-search"
depends_on:
aerospike-cluster:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/manifests/avs-values-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ image:
repository: "aerospike/aerospike-vector-search"
pullPolicy: "IfNotPresent"
# Overrides the image tag whose default is the chart appVersion.
tag: "0.11.1"
tag: "1.0.0"
extraSecretVolumeMounts:
- name: aerospike-tls
mountPath: "/etc/ssl/certs"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/manifests/avs-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ image:
repository: "aerospike/aerospike-vector-search"
pullPolicy: "IfNotPresent"
# Overrides the image tag whose default is the chart appVersion.
tag: "0.11.1"
tag: "1.0.0"
extraSecretVolumeMounts:
- name: aerospike-tls
mountPath: "/etc/ssl/certs"
Expand Down
2 changes: 1 addition & 1 deletion prism-image-search/docker-compose-asdb-6.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
timeout: 20s
retries: 10
avs:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion prism-image-search/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
timeout: 20s
retries: 10
avs:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"

Expand Down
2 changes: 1 addition & 1 deletion prism-image-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
timeout: 20s
retries: 10
avs:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion quote-semantic-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Aerospike Vector Search (AVS) performs Approximate Nearest Neighbor(ANN) search
You don't have to know Aerospike to get started, but you do need the following:

1. A Python 3.10 - 3.11 environment and familiarity with the Python programming language (see [Setup Python Virtual Environment](../prism-image-search/README.md#setup-python-virtual-environment)).
2. An Aerospike Vector Search host (preview or local) running AVS 0.11.1.
2. An Aerospike Vector Search host (preview or local) running AVS 0.11.1 or newer.

## Configure AVS host

Expand Down
2 changes: 1 addition & 1 deletion quote-semantic-search/docker-compose-asdb-6.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
timeout: 20s
retries: 10
avs:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion quote-semantic-search/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
timeout: 20s
retries: 10
avs:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion quote-semantic-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
timeout: 20s
retries: 10
avs:
image: aerospike/aerospike-vector-search:0.11.1
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
depends_on:
Expand Down

0 comments on commit 5bb43eb

Please sign in to comment.