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
Wondering Why This Is The Case When Deploying The Clearml Server Locally

Wondering why this is the case when deploying the clearml server locally
` * Serving Flask app 'server' (lazy loading)

  • Environment: production
    WARNING: This is a development server. Do not use it in a production deployment.
    Use a production WSGI server instead. `
  
  
Posted one year ago
Votes Newest

Answers 5


Open source defaults 😊

  
  
Posted one year ago

ScantMoth28 where are you seeing this warning ?

  
  
Posted one year ago

from the clearml logs when setting up the clearml server using kubernetes

  
  
Posted one year ago

AgitatedDove14 yes it is a flask warning, i'm wondering why the clearml server isn't setup with wsgi?

  
  
Posted one year ago
549 Views
5 Answers
one year ago
one year ago
Tags