Aller au contenu

Table: asset_embedding_d768

Ce contenu n’est pas encore disponible dans votre langue.

This table references:

  • assets(id) via column asset_id
ColumnTypeNullableNotes
asset_iduuidnoReferences assets(id)
providertextno
modeltextno
modalitypublic.ai_embedding_modalityno
embeddingpublic.vector(768)no
content_hashtextyes
created_attimestampnoDefault now()
updated_attimestampnoDefault now()
CREATE TABLE public.asset_embedding_d768 (
asset_id uuid NOT NULL,
provider text NOT NULL,
model text NOT NULL,
modality public.ai_embedding_modality NOT NULL,
embedding public.vector(768) NOT NULL,
content_hash text,
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.