Vector Search in Scylladb

Hello all,

are there any ideas or approaches to use Vector Searches in Scylladb?

This should be supported with Cassandra 4.0 and I think it would be a nice feature
to support similarity searches based on text embeddings.

Hi Jeremy,

ScyllaDB doesn’t support vector searches. One possible option to include ScyllaDB in a vector search project is to use a tool like Vald that can do vector search and use ScyllaDB as backup.

1 Like

Hi Attila thanks for your response.

I didn’t know about Vald looks very interesting I just know about the typical vector dbs like redis, pinecon, cozodb.

Maybe somebody from the Scylladb Core team can give a outlook :slight_smile:

You might also find this tutorial useful.
It explains the basics of Machine Learning (ML) feature stores, and it explains how ScyllaDB can be a critical part of your feature store architecture.