We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9cc62 commit 49b5ff5Copy full SHA for 49b5ff5
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/apache-cassandra.adoc
@@ -87,7 +87,7 @@ You can use the following properties in your Spring Boot configuration to custom
87
88
|`spring.ai.vectorstore.cassandra.keyspace`|springframework
89
|`spring.ai.vectorstore.cassandra.table`|ai_vector_store
90
-|`spring.ai.vectorstore.cassandra.initialze-schema`|false
+|`spring.ai.vectorstore.cassandra.initialize-schema`|false
91
|`spring.ai.vectorstore.cassandra.index-name`|
92
|`spring.ai.vectorstore.cassandra.content-column-name`|content
93
|`spring.ai.vectorstore.cassandra.embedding-column-name`|embedding
0 commit comments