davidmezzetti commited on
Commit
4ac9a65
1 Parent(s): 4a14c32

Update README.md

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