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
Unanswered
Hey All, I Have Setup A Clearml Server (Self-Hosted, Ubuntu 24.04), And It Is Working Now, But I Am A Bit Unsure About Some Areas.


Hi @<1830053010663804928:profile|SwankyMosquito41> , sure, please see answers below 🙂

  • What do I need to put for CLEARML_{API,FILES,WEB}_HOST env variables for the docker compose step? would that be the docker network internal addresses ( None , ...) or my external url e.g. None ?I think the external. Are you getting errors when you run docker compose?
  • Is it possible to just completely remove the fileserver docker container and fully rely on Azure for artifacts?Yes, you also don't have to use it in general. Just point any files server configuration to your Azure blob
  • I have the issue that preview links for datasets direct me to my file server's host name with the azure blob storage path, however the dataset download correctly works (pulls from azure blob)Can you elaborate on this? What have you configured/ran?
  • Do you need to put an SAS or a real account key into AZURE_STORAGE_KEY?account name & key, as stated in the docs - None
  • In the web app portal I get an error message when trying to set the azure storage credentials in the corresponding settings page ("Update storage credentials failed") - is it correct to set the credentials there or should you rather set them as env variables for docker compose, or in the services.conf?The web app is totally unrelated as it saves locally on the user's browser. For this you need the SAS
  • Should you replace the keys in the default secure.conf?No
  • can you configure GIT to use a ssh key instead of username/password?Yes you can - None

I usually use the search function in the docs whenever I need something 😄

  
  
Posted 4 months ago
68 Views
0 Answers
4 months ago
4 months ago