Skip to content

Commit

Permalink
Update apache-cassandra.adoc to fix typo in initialize-schema property
Browse files Browse the repository at this point in the history
  • Loading branch information
threos authored and Mark Pollack committed Sep 19, 2024
1 parent db9cc62 commit 49b5ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can use the following properties in your Spring Boot configuration to custom

|`spring.ai.vectorstore.cassandra.keyspace`|springframework
|`spring.ai.vectorstore.cassandra.table`|ai_vector_store
|`spring.ai.vectorstore.cassandra.initialze-schema`|false
|`spring.ai.vectorstore.cassandra.initialize-schema`|false
|`spring.ai.vectorstore.cassandra.index-name`|
|`spring.ai.vectorstore.cassandra.content-column-name`|content
|`spring.ai.vectorstore.cassandra.embedding-column-name`|embedding
Expand Down

0 comments on commit 49b5ff5

Please sign in to comment.