Table: asset_embedding_d768
Ce contenu n’est pas encore disponible dans votre langue.
Connected to
Section titled “Connected to”This table references:
assets(id) via columnasset_id
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
asset_id | uuid | no | References assets(id) |
provider | text | no | — |
model | text | no | — |
modality | public.ai_embedding_modality | no | — |
embedding | public.vector(768) | no | — |
content_hash | text | yes | — |
created_at | timestamp | no | Default now() |
updated_at | timestamp | no | Default now() |
Full DDL
Section titled “Full DDL”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.