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 Everyone! Do I Have To Create New Credentials For Each Colab Notebook?

👋 Hi everyone! Do I have to create new credentials for each colab notebook?

  
  
Posted 10 days ago
Votes Newest

Answers 2


Hi @<1753589101044436992:profile|ThankfulSeaturtle1> , you can use the same credentials for different notebooks. What are you trying to do?

  
  
Posted 9 days ago

I am trying to setup an environment on colab. I want to clone a MLOPS lab github repo, modify it and run it on ClearML. If you know any ClearML MLOPS colab notebooks hands on, let me know. Is it possible to modify this MLOPS lab repo and run it on ClearML? None

  
  
Posted 9 days ago