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
Unanswered
Generate accurate lists or table

ChatGPT at it's core is text completion, instead of prompting

Give me a table of five movies with their name, release date and genre

You can get near perfect consistent results with a prompt like

A table of five movies

Name | Release Date | Genre

Star Wars | 1977 | Science Fiction
  
  
Posted one year ago
Edited one year ago
Rish
430 × 6 Administrator
Votes Newest

Answers

2K Views
0 Answers
one year ago
one year ago
Tags