embeddings
Get Point Embeddings
Get all data (including text) for requested embedding points.
Select either via point IDs, or by selecting a Circle around them (providing
an x, y, and radius (eg "circle": {"x": 0.1, "y": 0.2, "radius": 0.5}).
Only points or a circle are allowed, not both. Max 15 points per request.
This will return:
* id
* gold (string) (for non inference)
* prediction (string)
* dep (for non inference)
* confidence
* text_sample
* x coordinate
* y coordinate
Set data_view=true to return data embeddings instead of model embeddings. If
data embeddings are not available, an error will be thrown
POST
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
embeddings
/
point
Authorizations
Galileo-API-Key
string
headerrequiredPath Parameters
project_id
string
requiredrun_id
string
requiredsplit
enum<string>
requiredAvailable options:
training
, validation
, test
, inference
Query Parameters
inference_name
string
default: data_view
boolean
default: falsescope
string | null
default: Body
application/json
task
string | null
filter_params
object
compare_to
enum<string> | null
Available options:
training
, validation
, test
, inference
map_threshold
number
default: 0.5ids
integer[]
meta_cols
string[] | null
circle
object | null
num_samples
integer
default: 5Response
200 - application/json
task
string | null
filter_params
object
compare_to
enum<string> | null
Available options:
training
, validation
, test
, inference
map_threshold
number
default: 0.5ids
integer[]
meta_cols
string[] | null
circle
object | null
num_samples
integer
default: 5embedding_data
object[]
requiredWas this page helpful?