davidmezzetti commited on
Commit
172dfb2
1 Parent(s): cd29852

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ and SQL statements
21
 
22
  ```
23
  select * from txtai where similar("Tell me a feel good story") and
24
- entry >= date('now()', '-1 day')
25
  ```
26
 
27
  This model bridges the gap between the two and enables natural language queries with filters.
 
21
 
22
  ```
23
  select * from txtai where similar("Tell me a feel good story") and
24
+ entry >= date('now', '-1 day')
25
  ```
26
 
27
  This model bridges the gap between the two and enables natural language queries with filters.