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
Answered
Hi! My Agent Has Very Limited Disk Space. And When A New Task Is Launched And The Loading Of New Data Begins, There May Not Be Enough Space. Is There A System For Automatically Clean Up Old Currently Unused Data In

Hi!
My agent has very limited disk space. And when a new task is launched and the loading of new data begins, there may not be enough space.
Is there a system for automatically clean up old currently unused data in .clearly/cache/storage_manager/datasets ?

  
  
Posted one year ago
Votes Newest

Answers 2


DepressedFish57 , I'm not sure there is something for this. There is a cleanup service to kill old failed/aborted tasks but to clear caches you'd have to handle it manually 🙂

  
  
Posted one year ago
540 Views
2 Answers
one year ago
one year ago
Tags