Skip to content

Commit

Permalink
add avs_index_set and avs_index_namespace to readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Aug 1, 2024
1 parent 6bae41b commit cb23947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions prism-image-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.```
Expand Down
4 changes: 2 additions & 2 deletions quote-semantic-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.```
Expand Down

0 comments on commit cb23947

Please sign in to comment.