From cb23947c459f34ba21798197f2b804b6a77845de Mon Sep 17 00:00:00 2001 From: dylan Date: Thu, 1 Aug 2024 15:41:59 -0700 Subject: [PATCH] add avs_index_set and avs_index_namespace to readmes --- prism-image-search/README.md | 4 ++-- quote-semantic-search/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/prism-image-search/README.md b/prism-image-search/README.md index d72643a..05570b9 100644 --- a/prism-image-search/README.md +++ b/prism-image-search/README.md @@ -112,8 +112,8 @@ If not set defaults are used. | AVS_ADVERTISED_LISTENER| | An optional advertised listener to use if configured on the AVS server | | AVS_NAMESPACE | test | The Aerospike namespace for storing the image records | | AVS_SET | image-data | The Aerospike set for storing the image records | -| AVS_NAMESPACE | test | The Aerospike namespace for storing the HNSW index | -| AVS_SET | image-index | The Aerospike set for storing the HNSW index | +| AVS_INDEX_NAMESPACE | test | The Aerospike namespace for storing the HNSW index | +| AVS_INDEX_SET | image-index | The Aerospike set for storing the HNSW index | | AVS_INDEX_NAME | prism-image-search | The name of the index | | AVS_MAX_RESULTS | 20 | Maximum number of vector search results to return | | AVS_IS_LOADBALANCER | False | If true, the first seed address will be treated as a load balancer node.``` diff --git a/quote-semantic-search/README.md b/quote-semantic-search/README.md index 564e377..f9cb5f2 100644 --- a/quote-semantic-search/README.md +++ b/quote-semantic-search/README.md @@ -103,8 +103,8 @@ If not set defaults are used. | AVS_ADVERTISED_LISTENER| | An optional advertised listener to use if configured on the AVS server | | AVS_NAMESPACE | test | The Aerospike namespace for storing the quote records | | AVS_SET | quote-data | The Aerospike set for storing the quote records | -| AVS_NAMESPACE | test | The Aerospike namespace for storing the HNSW index | -| AVS_SET | quote-index | The Aerospike set for storing the HNSW index | +| AVS_INDEX_NAMESPACE | test | The Aerospike namespace for storing the HNSW index | +| AVS_INDEX_SET | quote-index | The Aerospike set for storing the HNSW index | | AVS_INDEX_NAME | quote-search | The name of the index | | AVS_MAX_RESULTS | 20 | Maximum number of vector search results to return | | AVS_IS_LOADBALANCER | False | If true, the first seed address will be treated as a load balancer node.```