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
LividGorilla28
Moderator
2 Questions, 2 Answers
  Active since 09 January 2024
  Last activity 4 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
3 Answers
225 Views
0 Votes 3 Answers 225 Views
Hey all, I have a question that might have been asked before but I can't find an answer on this slack channel or the Github so I hope somebody can help me. I...
4 months ago
0 Votes
0 Answers
179 Views
0 Votes 0 Answers 179 Views
4 months ago
0 Hey All, I Have A Question That Might Have Been Asked Before But I Can'T Find An Answer On This Slack Channel Or The Github So I Hope Somebody Can Help Me. I Have Created A Dataset Via The Python Sdk With A Local Path As The Output Uri Like So:

So there is no way to have locally stored files show on the UI? The aim was to keep all data locally as opposed to the cloud as it is sensitive data. I guess the only way is to achieve this is to serve the files via a files server then?

4 months ago
0 Hey All, I Have A Question That Might Have Been Asked Before But I Can'T Find An Answer On This Slack Channel Or The Github So I Hope Somebody Can Help Me. I Have Created A Dataset Via The Python Sdk With A Local Path As The Output Uri Like So:

I have found a solution using this GitHub issue: None

The way I solved it is to self host the file server and adjust the docker compose file (docker-compose-win10.yml for windows). Here you can adjust the folder the file server is hosting. By mapping my network drive to a lettered drive and using that path in for the fileserver I can locally host the files

4 months ago