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
Can Someone Enlighten Me About How Clearml Supports Compliances And Prevents A 3Rd Party Llm Like Openai Gpt-4 From Viewing The Sensitive Information Within Prompts In Clear Text? If That Wasn'T Part Of What Clearml Offers, Does That Mean There Needs A Vp

Can someone enlighten me about how ClearML supports compliances and prevents a 3rd party LLM like OpenAI GPT-4 from viewing the sensitive information within prompts in clear text? If that wasn't part of what ClearML offers, does that mean there needs a VPC to and solve the problem from the Infra Security side? Appreciated and TIA!

  
  
Posted 11 months ago
Votes Newest

Answers


Hi @<1573844725356564480:profile|LivelyLizard9> , the general idea of how ClearML manages data is that data never goes through ClearML, data is managed using links and credentials are always saved on client side.

The only things that are saved in the ClearML backend are metrics & metadata. On top of VPC deployment, you own even the metadata 🙂

Does that make sense?

  
  
Posted 11 months ago
493 Views
1 Answer
11 months ago
11 months ago
Tags