Ir al contenido

Table: asset_visual_embedding

Esta página aún no está disponible en tu idioma.

This table references:

  • assets(id) via column asset_id
ColumnTypeNullableNotes
asset_iduuidnoReferences assets(id)
embeddingpublic.vector(768)no
modeltextno
checkpointtextno
providertextno
created_attimestampnoDefault now()
updated_attimestampnoDefault now()
CREATE TABLE public.asset_visual_embedding (
asset_id uuid NOT NULL,
embedding public.vector(768) NOT NULL,
model text NOT NULL,
checkpoint text NOT NULL,
provider text NOT NULL,
created_at timestamp with time zone DEFAULT now() NOT NULL,
updated_at timestamp with time zone DEFAULT now() NOT NULL
);

Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.