Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion parallel_web_tools/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2787,7 +2787,8 @@ def findall_entity_search(
):
"""Return ranked entities matching a natural language objective.

A best-effort, low-latency search. For comprehensive match evaluation and
A best-effort, low-latency search optimized for recall: results are ranked
but not individually verified. For comprehensive match evaluation and
enrichment, use `parallel-cli findall run` instead.

OBJECTIVE is a natural language description of what to find.
Expand Down
Loading