mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
According to the changes in Vector Store API (VECTOR-148) the `embedding` term should be changed to `vector`. As `vector` term is used for STL class the internal type or variable names would be changed to `vs_vector` (aka vector store vector). This patch changes also the HTTP ann json request payload according to the Vector Store API changes. Fixes: VECTOR-229 Closes scylladb/scylladb#26050
Scylla developer documentation
This folder contains developer-oriented documentation concerning the ScyllaDB codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.
Seastar documentation can be found here.
User documentation can be found on docs.scylladb.com
For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.