From e385ab49dd1d817aac0097fd01c85018c3ab4494 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sun, 13 Apr 2025 14:31:13 +0700 Subject: [PATCH] Escape asterisk Signed-off-by: Tran Ngoc Nhan --- .../src/main/antora/modules/ROOT/pages/api/vectordbs/hana.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/hana.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/hana.adoc index b41681c4508..29dd49cd108 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/hana.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/hana.adoc @@ -45,7 +45,7 @@ Additionally, you will need a configured `EmbeddingModel` bean. Refer to the xre == HanaCloudVectorStore properties You can use the following properties in your Spring Boot configuration to customize the SAP Hana vector store. -It uses `spring.datasource.*` properties to configure the Hana datasource and the `spring.ai.vectorstore.hanadb.*` properties to configure the Hana vector store. +It uses `spring.datasource.\*` properties to configure the Hana datasource and the `spring.ai.vectorstore.hanadb.*` properties to configure the Hana vector store. |=== |Property| Description | Default value