voyage_ai source

voyage_ai.embeddings

pass

Generate 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

VariantTrialsMinMedianMaxRow countsErrors
minimal26965 ms7109 ms7253 ms[2, 2]0
realistic26956 ms8446 ms9936 ms[2, 2]0
aggregate29550 ms10163 ms10777 ms[2, 2]0
json-extract27026 ms8025 ms9024 ms[2, 2]0

Latency per trial

minimalmedian 7109ms
t17253mst26965ms
scale: 0–7253 ms
realisticmedian 8446ms
t16956mst29936ms
scale: 0–9936 ms
aggregatemedian 10163ms
t19550mst210777ms
scale: 0–10777 ms
json-extractmedian 8025ms
t17026mst29024ms
scale: 0–9024 ms

Probe variants — every command + output

minimal2 trials
min 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 1
Trials + 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)
+----------+-----------+----------------+--------------+
realistic2 trials
min 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 1
Trials + 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)
+----------+------------+------------+------------------+----------------+--------------+
aggregate2 trials
min 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-extract2 trials
min 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 1
Trials + 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
-10+----------+-----------+----------------+--------------+
01+----------+-----------+----------------+--------------+
12+----------+-----------+----------------+--------------+
23+----------+-----------+----------------+--------------+
-14+----------+------------+------------+------------------+----------------+-----…
05+----------+------------+------------+------------------+----------------+-----…
16+----------+------------+------------+------------------+----------------+-----…
27+----------+------------+------------+------------------+----------------+-----…
-18+---+------------+------------+
09+---+------------+------------+
110+---+------------+------------+
211+---+------------+------------+
-112+----------+----------------+-----------+
013+----------+----------------+-----------+
114+----------+----------------+-----------+
215+----------+----------------+-----------+

Column profile

1 columns actually returned by coral. Catalog claims "2 required filter(s)": "model, input". Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1+----------+------------+------------+------------------+----------------+--------------+string412"+----------+------------+------------+------------------+---"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt17253ms2ok+----------+-----------+----------------+--------------+
minimalt26965ms2ok+----------+-----------+----------------+--------------+
realistict16956ms2ok+----------+------------+------------+------------------+----------------+--------------+
realistict29936ms2ok+----------+------------+------------+------------------+----------------+--------------+
aggregatet19550ms2ok+---+------------+------------+
aggregatet210777ms2ok+---+------------+------------+
json-extractt17026ms2ok+----------+----------------+-----------+
json-extractt29024ms2ok+----------+----------------+-----------+
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-02T04:49:30Z
JSON record: reports/voyage_ai/tables/embeddings.json
first_run_at: 2026-09-02T04:49:30Z
last_retried_at: 2026-09-02T04:49:30Z
retry_count: 1
View version history →