# Original Data ## Basic Information Table schema: - `pid BIGINT` - `vision_emb ARRAY>` - `text_emb ARRAY` Notes: - `vision_emb` is the image embedding - `text_emb` is the text embedding ## Coverage Summary The table currently contains `17,433,569` pids in total. Breakdown: - Pids with both image and text embeddings: `15,647,227` - Pids with image embedding only: `1,411,004` - Pids with text embedding only: `375,338` In short: - Most pids already have complete multimodal coverage - A smaller portion has image-only embeddings - A smaller portion has text-only embeddings