You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/mariadb.adoc
+72-2Lines changed: 72 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,8 @@ The vector store implementation can initialize the required schema for you, but
47
47
48
48
NOTE: This is a breaking change! In earlier versions of Spring AI, this schema initialization happened by default.
49
49
50
-
Additionally, you will need a configured `EmbeddingModel` bean. Refer to the xref:api/embeddings.adoc#available-implementations[EmbeddingModel] section for more information.
50
+
Additionally, you will need a configured `EmbeddingModel` bean.
51
+
Refer to the xref:api/embeddings.adoc#available-implementations[EmbeddingModel] section for more information.
51
52
52
53
For example, to use the xref:api/embeddings/openai-embeddings.adoc[OpenAI EmbeddingModel], add the following dependency:
53
54
@@ -126,7 +127,8 @@ This ensures the correctness of the names and reduces the risk of SQL injection
126
127
127
128
== Manual Configuration
128
129
129
-
Instead of using the Spring Boot auto-configuration, you can manually configure the MariaDB vector store. For this you need to add the following dependencies to your project:
130
+
Instead of using the Spring Boot auto-configuration, you can manually configure the MariaDB vector store.
131
+
For this you need to add the following dependencies to your project:
0 commit comments