Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
GreasyPenguin24
Moderator
2 Questions, 2 Answers
  Active since 21 September 2024
  Last activity one month ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
1 Answers
79 Views
0 Votes 1 Answers 79 Views
Hi community, is it possible to start two agents on the same machine? If it is, can they read from two different configuration files? How can this be impleme...
one month ago
0 Votes
3 Answers
109 Views
0 Votes 3 Answers 109 Views
one month ago
0 Hey Community. I Am New To This Clearml World. I'M Having Trouble Installing The Agent In Ubuntu 24.04.1 Lts. It Keeps Outputting The Error: Externally-Managed-Environment. Does Anyone Know How To Solve This Without Breaking The System Python Installation

This is the complete error:

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.

    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.

   ...
one month ago