diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 475255e..1aa4043 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -2,7 +2,7 @@ weaviate.default.host=localhost:8086 # weaviate.default.url.grcp=localhost # weaviate.default.port.grcp=50051 # weaviate.default.apiKey=MfYvh3Vdx2B8im7+abSoUdMlXXdcTiASTfXWSJWcmM4= -weaviate.default.index=Openshift_container_platform_en_US_4_13 +weaviate.default.index=Openshift_container_platform_en_US_4_17 # Phoenix configuration # TODO: This is not implemented yet diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bf34f30..6374535 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,7 +6,7 @@ weaviate.default.host=weaviate-vector-db:8080 # weaviate.default.url.grcp=localhost # weaviate.default.port.grcp=50051 weaviate.default.apiKey= -weaviate.default.index=Openshift_container_platform_en_US_4_13 +weaviate.default.index=Openshift_container_platform_en_US_4_17 weaviate.default.textKey=page_content ############################################################