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
DisgustedDove53
Moderator
9 Questions, 66 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

63 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Can anyone recommend some good AI deployment frameworks for kubernetes? (better if they have/can be integrated with ClearML)
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Is there a way to disable ssh for clearml-session entirely and bind the jupyter notebook to 0.0.0.0 ?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Quick question.. Is redis used as permanent data storage or just cache? Would there be any problems if it is restarted and comes up clean?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is there possibility of using centralized authentication for ClearML web ui? I mean SAML ( Okta )
3 years ago
0 Votes
31 Answers
19K Views
0 Votes 31 Answers 19K Views
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Can clearml-server connect to elasticsearch via https endpoint? I see no option for that and ECK only deploys with https.
3 years ago
0 Votes
5 Answers
983 Views
0 Votes 5 Answers 983 Views
Is the Dockerfile for building clearml-server available? I need to change some configs in nginx.conf because the current proxying doesn't work in our environ...
3 years ago
0 Is There A Way To

I think the whole project can be more cloud friendly. I spent a lot of time adapting it to our k8s environment. I am willing also to contribute. I think a roadmap should be created for more k8s integration and then we can start. 🙂

3 years ago
0 Can Anyone Recommend Some Good Ai Deployment Frameworks For Kubernetes? (Better If They Have/Can Be Integrated With Clearml)

I want to find a good deployment framework (if exists) and integrate it into our ClearML workflow).
like get latest release with prod tag from clearml api and apply that to k8s.
something along those lines

3 years ago
Show more results compactanswers