Collections
A collection is an group of vector records. Records can be added to or updated in a collection. Collections can be queried at any time, but should be indexed for scalable query performance.
Each vector record has the form:
For example:
Underneath every vecs
collection is a Postgres table
where rows in the table map 1:1 with vecs vector records.
It is safe to select collection tables from outside the vecs client but issuing DDL is not recommended.