Skip to content

Commit 1a69442

Browse files
committed
update docs slightly to remove reference to 'iqe'
1 parent 8a4e534 commit 1a69442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/building-applications/7-edge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ and for communicating with the Groundlight cloud service.
1414

1515
To use the edge endpoint, simply configure the Groundlight SDK to use the edge endpoint's URL instead of the cloud endpoint.
1616
All application logic will work seamlessly and unchanged with the Groundlight Edge Endpoint, except some ML answers will
17-
return much faster locally. The only visible difference is that image queries answered at the edge endpoint will have the prefix `iqe_` instead of `iq_` for image queries answered in the cloud. `iqe_` stands for "image query edge". Edge-originated
18-
image queries will not appear in the cloud dashboard.
17+
return much faster locally. Image queries answered at the edge endpoint will not appear in the cloud dashboard unless
18+
specifically configured to do so, in which case the edge prediction will not be reflected on the image query in the cloud.
1919

2020
## Configuring the Edge Endpoint
2121

0 commit comments

Comments
 (0)