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 Clearml Team ! Thank You For The Great Work On Clearml, It Is An Amazing Project. I Encountered An Issue When Trying To Retrieve Plots Of An Experiment,

Hi ClearML Team !
Thank you for the great work on ClearML, it is an amazing project.

I encountered an issue when trying to retrieve plots of an experiment,

General data error (BadRequestError(400, 'x_content_parse_exception', '[1:369] [terms] failed to parse field [size]'))

The concerned experiment has a lot of plots, could it be problematic ? Is there a maximum number of plots allowed ?

  
  
Posted 22 days ago
Votes Newest

Answers 6


@<1523708817362128896:profile|ImpressionableAlligator9> - I'm not aware of a maximum, but I can check into this. Do you have a sense of roughly how many plots this experiment has?

  
  
Posted 20 days ago

@<1887672612172075008:profile|LittleFox79> Thanks a lot !

  
  
Posted 17 days ago

@<1523708817362128896:profile|ImpressionableAlligator9> - I did some testing of my own and I was able to add between 7-8k plots before I started seeing the error. But I definitely am able to reproduce what you are seeing. I suspect that there isn't a limit on the specific number of plots, but rather there's likely a limit with the message payload size or something like that. I've passed this info on to our Engineering team to see if they can provide some understanding. I'll let you know what I find out.

  
  
Posted 19 days ago

Hello @<1887672612172075008:profile|LittleFox79>
Do you have any news on this issue ?
Cheers

  
  
Posted 10 days ago

thanks 🙏
I kept adding plots to this experiment, I would say it has 2-3k plots something like that

  
  
Posted 20 days ago