bug: Adjust replicas to zero as we are in single server mode. Closes #358.

This commit is contained in:
zznate 2025-11-05 15:10:32 +13:00
parent 284d0dfbbc
commit 088ddfa6c5

View file

@ -98,7 +98,7 @@ INDEX_BODY = {
"settings": {
"index": {"knn": True},
"number_of_shards": 1,
"number_of_replicas": 1,
"number_of_replicas": 0,
},
"mappings": {
"properties": {