cassandra/doc/modules/cassandra/partials/sai/create-vector-keyspace.adoc

8 lines
196 B
Plaintext

== Create vector search keyspace
Create a new vector search keyspace called `cycling`:
[source,cql]
----
include::cassandra:getting-started/example$CQL/create-vector-keyspace-cycling.cql[]
----