We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ed490 commit 62da0a6Copy full SHA for 62da0a6
fiftyone/brain/similarity.py
@@ -442,7 +442,7 @@ def add_to_index(
442
allow_existing (True): whether to ignore (True) or raise an error
443
(False) when ``overwrite`` is False and a provided ID already
444
exists in the
445
- warn_missing (False): whether to log a warning if an embedding is
+ warn_existing (False): whether to log a warning if an embedding is
446
not added to the index because its ID already exists
447
reload (True): whether to call :meth:`reload` to refresh the
448
current view after the update
0 commit comments