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
Profile picture
ExasperatedDove89
Moderator
1 Question, 3 Answers
  Active since 17 January 2024
  Last activity 15 days ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
5 Answers
231 Views
0 Votes 5 Answers 231 Views
Hi everyone. I am trying to connect my clearml server with my digital ocean s3 so the artifacts will be kept there. Can somebody show me an example configura...
3 months ago
0 Hi Everyone. I Am Trying To Connect My Clearml Server With My Digital Ocean S3 So The Artifacts Will Be Kept There. Can Somebody Show Me An Example Configuration For This?

Hi Okai, sorry for late response.
No I switched to another tasks and it is still on my plate.
Please share your findings during the process.

16 days ago
0 Hi Everyone. I Am Trying To Connect My Clearml Server With My Digital Ocean S3 So The Artifacts Will Be Kept There. Can Somebody Show Me An Example Configuration For This?

Thanks for your response John. I have gone through it already. The point is that I am unable to integrate with digitalocean's s3. I assume I need to specify a hostname or something.

3 months ago
0 How Can I Cope With This Error?

According to this distutils was removed from standard packages in python 3.12. Try to install it.
Maybe with

pip install setuptools
3 months ago