burgerbee commited on
Commit
2ac5744
·
verified ·
1 Parent(s): 7c2f2e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ for x in embeddings.search("Bob Dylans second album", 1):
35
  print(x["text"])
36
 
37
  # Run a search and filter on popular results (page views).
38
- for x in embeddings.search("SELECT id, text, score, percentile FROM txtai WHERE similar('I vilken stad ligger Liseberg?') AND percentile >= 0.99", 1):
39
  print(json.dumps(x, indent=2))
40
  ```
41
  ## Example output
 
35
  print(x["text"])
36
 
37
  # Run a search and filter on popular results (page views).
38
+ for x in embeddings.search("SELECT id, text, score, percentile FROM txtai WHERE similar('Where in the World Is Carmen Sandiego?') AND percentile >= 0.99", 1):
39
  print(json.dumps(x, indent=2))
40
  ```
41
  ## Example output