File size: 609 Bytes
f839f0f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # Original Data
## Basic Information
Table schema:
- `pid BIGINT`
- `vision_emb ARRAY<ARRAY<DOUBLE>>`
- `text_emb ARRAY<DOUBLE>`
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
|