voyage_ai source
pass
View version history →
voyage_ai.embeddings
passGenerate one Voyage AI embedding vector through `POST /v1/embeddings`. One SQL row per call; preserves top-level response metadata.
model, input captured 2026-09-02 04:49:30Zmedian 8446 ms
Verdict: TRUE
All variants returned rows on ≥2 of 3 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 6965 ms | 7109 ms | 7253 ms | [2, 2] | 0 |
| realistic | 2 | 6956 ms | 8446 ms | 9936 ms | [2, 2] | 0 |
| aggregate | 2 | 9550 ms | 10163 ms | 10777 ms | [2, 2] | 0 |
| json-extract | 2 | 7026 ms | 8025 ms | 9024 ms | [2, 2] | 0 |
Latency per trial
minimalmedian 7109ms
scale: 0–7253 ms
realisticmedian 8446ms
scale: 0–9936 ms
aggregatemedian 10163ms
scale: 0–10777 ms
json-extractmedian 8025ms
scale: 0–9024 ms
Probe variants — every command + output
minimal
2 trialsmin 6965ms · median 7109ms · max 7253ms · rows 2,2
smallest possible embedding call
Command
SELECT model, input, returned_model, total_tokens FROM voyage_ai.embeddings WHERE model = 'voyage-3' AND input = 'probe-min' LIMIT 1Trials + output
trial 1·7253ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------+-----------+----------------+--------------+": "+----------+-----------+----------------+--------------+"
}columns (1)
+----------+-----------+----------------+--------------+
trial 2·6965ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------+-----------+----------------+--------------+": "+----------+-----------+----------------+--------------+"
}columns (1)
+----------+-----------+----------------+--------------+
realistic
2 trialsmin 6956ms · median 8446ms · max 9936ms · rows 2,2
typical user query (different input to avoid cache hits)
Command
SELECT model, input, input_type, output_dimension, returned_model, total_tokens FROM voyage_ai.embeddings WHERE model = 'voyage-3' AND input = 'probe-real' LIMIT 1Trials + output
trial 1·6956ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------+------------+------------+------------------+----------------+--------------+": "+----------+------------+------------+------------------+----------------+--------------+"
}columns (1)
+----------+------------+------------+------------------+----------------+--------------+
trial 2·9936ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------+------------+------------+------------------+----------------+--------------+": "+----------+------------+------------+------------------+----------------+--------------+"
}columns (1)
+----------+------------+------------+------------------+----------------+--------------+
aggregate
2 trialsmin 9550ms · median 10163ms · max 10777ms · rows 2,2
aggregate metrics
Command
SELECT COUNT(*) AS n, SUM(total_tokens) AS sum_tokens, AVG(total_tokens) AS avg_tokens FROM voyage_ai.embeddings WHERE model = 'voyage-3' AND input = 'probe-agg'Trials + output
trial 1·9550ms·rows 2isError=false
First row (click to expand JSON)
{
"+---+------------+------------+": "+---+------------+------------+"
}columns (1)
+---+------------+------------+
trial 2·10777ms·rows 2isError=false
First row (click to expand JSON)
{
"+---+------------+------------+": "+---+------------+------------+"
}columns (1)
+---+------------+------------+
json-extract
2 trialsmin 7026ms · median 8025ms · max 9024ms · rows 2,2
typed JSON fields
Command
SELECT model, returned_model, json_as_text(data, '0.embedding') AS first_dim FROM voyage_ai.embeddings WHERE model = 'voyage-3' AND input = 'probe-json' LIMIT 1Trials + output
trial 1·7026ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------+----------------+-----------+": "+----------+----------------+-----------+"
}columns (1)
+----------+----------------+-----------+
trial 2·9024ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------+----------------+-----------+": "+----------+----------------+-----------+"
}columns (1)
+----------+----------------+-----------+
All returned rowsacross all non-errored trials · filterable · paginated
16 rows stored · 32 returned · page 1/1
| -1 | 0 | +----------+-----------+----------------+--------------+ | — | — | — |
| 0 | 1 | +----------+-----------+----------------+--------------+ | — | — | — |
| 1 | 2 | +----------+-----------+----------------+--------------+ | — | — | — |
| 2 | 3 | +----------+-----------+----------------+--------------+ | — | — | — |
| -1 | 4 | — | +----------+------------+------------+------------------+----------------+-----… | — | — |
| 0 | 5 | — | +----------+------------+------------+------------------+----------------+-----… | — | — |
| 1 | 6 | — | +----------+------------+------------+------------------+----------------+-----… | — | — |
| 2 | 7 | — | +----------+------------+------------+------------------+----------------+-----… | — | — |
| -1 | 8 | — | — | +---+------------+------------+ | — |
| 0 | 9 | — | — | +---+------------+------------+ | — |
| 1 | 10 | — | — | +---+------------+------------+ | — |
| 2 | 11 | — | — | +---+------------+------------+ | — |
| -1 | 12 | — | — | — | +----------+----------------+-----------+ |
| 0 | 13 | — | — | — | +----------+----------------+-----------+ |
| 1 | 14 | — | — | — | +----------+----------------+-----------+ |
| 2 | 15 | — | — | — | +----------+----------------+-----------+ |
Column profile
1 columns actually returned by coral. Catalog claims "2 required filter(s)": "model, input". Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | +----------+------------+------------+------------------+----------------+--------------+ | string | 4 | 12 | "+----------+------------+------------+------------------+---" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 7253ms | 2 | ok | +----------+-----------+----------------+--------------+ |
| minimal | t2 | 6965ms | 2 | ok | +----------+-----------+----------------+--------------+ |
| realistic | t1 | 6956ms | 2 | ok | +----------+------------+------------+------------------+----------------+--------------+ |
| realistic | t2 | 9936ms | 2 | ok | +----------+------------+------------+------------------+----------------+--------------+ |
| aggregate | t1 | 9550ms | 2 | ok | +---+------------+------------+ |
| aggregate | t2 | 10777ms | 2 | ok | +---+------------+------------+ |
| json-extract | t1 | 7026ms | 2 | ok | +----------+----------------+-----------+ |
| json-extract | t2 | 9024ms | 2 | ok | +----------+----------------+-----------+ |
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-02T04:49:30ZJSON record:
reports/voyage_ai/tables/embeddings.jsonfirst_run_at:
2026-09-02T04:49:30Zlast_retried_at:
2026-09-02T04:49:30Zretry_count:
1