[
https://issues.apache.org/jira/browse/CASSANDRA-18990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17782144#comment-17782144
]
Stefan Miklosovic edited comment on CASSANDRA-18990 at 11/2/23 1:32 PM:
------------------------------------------------------------------------
[~polandll]
the links in "tip" at the very bottom of
https://cassandra.apache.org/doc/trunk/cassandra/getting-started/sai-quickstart.html
are broken
{code}
CREATE TABLE IF NOT EXISTS cycling.comments_vs (
record_id timeuuid,
id uuid,
commenter text,
comment text,
comment_vector VECTOR <FLOAT, 5>;
created_at timestamp,
PRIMARY KEY (id, created_at)
)
WITH CLUSTERING ORDER BY (created_at DESC);
{code}
check "VECTOR<FLOAT, 5>;"
There should be "," instead of ";" otherwise it is invalid cql.
was (Author: smiklosovic):
[~polandll]
the links in "tip" at the very bottom of
https://cassandra.apache.org/doc/trunk/cassandra/getting-started/sai-quickstart.html
are broken
> Fix SAI docs issues
> -------------------
>
> Key: CASSANDRA-18990
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18990
> Project: Cassandra
> Issue Type: Task
> Reporter: Lorina Poland
> Assignee: Lorina Poland
> Priority: Normal
>
> # Change CREATE CUSTOM INDEX syntax to CREATE INDEX in SAI quickstart.
> # Consolidate SAI code examples.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]