You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/building-applications/7-edge.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ and for communicating with the Groundlight cloud service.
14
14
15
15
To use the edge endpoint, simply configure the Groundlight SDK to use the edge endpoint's URL instead of the cloud endpoint.
16
16
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.
0 commit comments