Re: [VOTE] CEP-30 ANN Vector Search

2023-06-16 Thread Andrew Cobley (Staff)
on to the underlying Lucene library.) You can get the distances back today, like this: SELECT my_text, similarity_cosine(my_embedding, ?) FROM my_table ORDER BY my_embedding ANN OF ? LIMIT 2 Then just pass the query vector into both bind variables. On Fri, Jun 16, 2023 at 7:09 AM Andrew Cobley (St

Re: [VOTE] CEP-30 ANN Vector Search

2023-06-16 Thread Andrew Cobley (Staff)
al results would be greatly appreciated! Patrick On Wed, Jun 14, 2023 at 7:10 AM Andrew Cobley (Staff) mailto:a.e.cob...@dundee.ac.uk>> wrote: Hi All, Great news this has gone through, I wondering if we have a timescale for this making it to Beta or release ? I’m asking because w

Re: [VOTE] CEP-30 ANN Vector Search

2023-06-14 Thread Andrew Cobley (Staff)
Hi All, Great news this has gone through, I wondering if we have a timescale for this making it to Beta or release ? I’m asking because we have a project that would benefit from this approach. Andy From: Jonathan Ellis Date: Tuesday, 30 May 2023 at 14:44 To: dev Subject: Re: [VOTE] CEP-30

Re: Triggers

2020-12-15 Thread Andrew Cobley (Staff)
> the solution. > > With Cassandra (and I'm definitely new to it), as I learn more it looks like > a set of materialized views might be a way to achieve the goal. > > Thoughts? > > From: Andrew Cobley (Staff) > Sent: Tuesday, December 15, 2020 11:57 AM > To: dev

Re: Triggers

2020-12-15 Thread Andrew Cobley (Staff)
I may be wrong, but isn’t the correct pattern for this to use two data centres? You write to one data centre, replicate to the other and read from that one. Or am misunderstanding ? Andy [University of Dundee shield logo] Andy Cobley Senior Lecturer, Program Dire

Re: [Discussion] Windows support

2020-07-30 Thread Andrew Cobley (Staff)
Apologies, I have not been involved in this process for a few years, but I saw this topic pass by and thought I would like to comment. I’m a lecturer in computer science and used C* in a couple of dev classes, some of you may remember we ran a couple of Hackday’s with Datastax. Students would

Re: [VOTE] Release Apache Cassandra 2.0.0-beta2

2013-07-22 Thread Andrew Cobley
+1 On 22 Jul 2013, at 17:23, Sylvain Lebresne wrote: > A healthy amount of bugs have been found since beta1, so let's release a new > beta to shake out the remaining ones before a RC. I thus propose the > following > artifacts for release as 2.0.0-beta2 > > sha1: e0eacd28183beb6f2b7c995b4cde4e

Re: [VOTE] Release Apache Cassandra 2.0.0-beta2

2013-07-22 Thread Andrew Cobley
Just a minor point, isn't 5768 rolled into beta 2 (it's also rolled into 1.2.7) https://issues.apache.org/jira/browse/CASSANDRA-5768 Andy On 22 Jul 2013, at 17:23, Sylvain Lebresne mailto:sylv...@datastax.com>> wrote: A healthy amount of bugs have been found since beta1, so let's release a

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
; should be fine to remove it. > > --Jools > > > On 4 March 2013 19:17, Andrew Cobley wrote: > >> Stupidly I've locked myself out of JIRA and it doesn't seem to want to >> send me a password reset so I'll send this bug report here. >> >>

Re: C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
gt; > https://issues.apache.org/jira/browse/CASSANDRA-4366 > > Should be safe to remove this when running on a you Raspberry Pi as it is > a performance change for the JVM and I guess not supported on whatever > version is supported on your distro for the Pi. > > -mike > > On 3

C* 1.2.2 vs Raspberry Pi

2013-03-04 Thread Andrew Cobley
Stupidly I've locked myself out of JIRA and it doesn't seem to want to send me a password reset so I'll send this bug report here. As you guys may know I'v been running C* on a Raspberry Pi cluster for experimental and educational reasons. It seems the startup script is borked for 1.2.2 when