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
GlamorousParrot83
Moderator
2 Questions, 4 Answers
  Active since 06 April 2023
  Last activity 2 months ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
4 Answers
154 Views
0 Votes 4 Answers 154 Views
Hi all Can you help please, I can’t find this information on official docs , is it possible to run spot instance with GPU on GCP with clearml autoscaler inte...
2 months ago
0 Votes
5 Answers
540 Views
0 Votes 5 Answers 540 Views
Hi everyone Trying to add cloudflare r2 storage to api.files_server or sdk.development.default_output_uri as https://. r2.cloudlarestorage.com to upload clea...
one year ago
0 Hi All Can You Help Please, I Can’T Find This Information On Official

@<1523701070390366208:profile|CostlyOstrich36>
Thank you
Can I expect that functionality with the choice of spot instances in GCP will be added in the future?

2 months ago
0 Hi Everyone Trying To Add Cloudflare R2 Storage To Api.Files_Server Or Sdk.Development.Default_Output_Uri As Https://<Id>.

@<1523701087100473344:profile|SuccessfulKoala55> Thanks!
After some research this config works:
s3 {
key: "<AWS_ACCESS_KEY_ID>"
secret: "<AWS_SECRET_ACCESS_KEY>"
region: "auto"
use_credentials_chain: true
credentials: [
# specifies key/secret credentials to use when handling s3 urls (read or write)
{
host: "<id>. r2.cloudflarestorage.com "
` bucket: "<bucket...

one year ago