values constant

List<VectorStore> const values

Implementation

static const $core.List<VectorStore> values = <VectorStore>[
  VECTOR_STORE_UNSPECIFIED,
  VECTOR_STORE_USEARCH,
  VECTOR_STORE_PGVECTOR,
];