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
ExuberantHamster95
Moderator
2 Questions, 0 Answers
  Active since 06 September 2025
  Last activity 5 hours ago

Reputation

0
0 Votes
0 Answers
36 Views
0 Votes 0 Answers 36 Views
Hello, Have been trying for a long time to make a task that collect a dataset from cvat and trains a yolo modell in clearml. But cannot figure it out and get...
16 hours ago
0 Votes
0 Answers
31 Views
0 Votes 0 Answers 31 Views
btw, im trying to learn 🙂 I also created this: import os import sys import torch import torch.onnx import traceback from pathlib import Path import json # I...
16 hours ago