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