-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move non-customer facing images into internal folder * Update to 0.9.0 and rename proximus to AVS (#43) * Update README.md * added explicit versions and fixed configuration for 0.9.0 --------- Co-authored-by: Joe Martin <[email protected]> Co-authored-by: Jesse Schmidt <[email protected]> Co-authored-by: David Gerchikov <[email protected]>
- Loading branch information
1 parent
b9ca6f6
commit e4f327e
Showing
34 changed files
with
225 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
aerospike-vector-search==0.6.1 | ||
aerospike-vector-search==1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 0 additions & 69 deletions
69
prism-image-search/container-volumes/avs/etc/aerospike-vector-search/aerospike-proximus.yml
This file was deleted.
Oops, something went wrong.
39 changes: 39 additions & 0 deletions
39
...mage-search/container-volumes/avs/etc/aerospike-vector-search/aerospike-vector-search.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Change the configuration for your use case. | ||
cluster: | ||
# Custom node-id. It will be auto-generated if not specified. | ||
# node-id: a1 | ||
|
||
# Unique identifier for this cluster. | ||
cluster-name: prism-image-search | ||
|
||
# The AVS service listening ports, TLS and network interface. | ||
service: | ||
ports: | ||
5000: {} | ||
|
||
# Management API listening ports, TLS and network interface. | ||
manage: | ||
ports: | ||
5040: {} | ||
|
||
# Intra cluster interconnect listening ports, TLS and network interface. | ||
interconnect: | ||
ports: | ||
5001: {} | ||
|
||
#heartbeat: | ||
# seeds: | ||
# - address: localhost | ||
# port: 6001 | ||
|
||
# Target Aerospike cluster | ||
storage: | ||
seeds: | ||
- aerospike: | ||
port: 3000 | ||
|
||
# The logging properties. | ||
logging: | ||
enable-console-logging: true | ||
levels: | ||
metrics-ticker: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.