Skip to content

Commit e60316d

Browse files
committed
use &lt; instead of < to resolve markdown issue
1 parent 118b449 commit e60316d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core_docs/docs/integrations/vectorstores/hanavector.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ In addition to the basic value-based filtering capabilities, it is possible to u
6161
| ----------- | -------------------------------------------------------------------------- |
6262
| `$eq` | Equality (==) |
6363
| `$ne` | Inequality (!=) |
64-
| `$lt` | Less than (<) |
65-
| `$lte` | Less than or equal (<=) |
64+
| `$lt` | Less than (&lt;) |
65+
| `$lte` | Less than or equal (&lt;=) |
6666
| `$gt` | Greater than (>) |
6767
| `$gte` | Greater than or equal (>=) |
6868
| `$in` | Contained in a set of given values (in) |

0 commit comments

Comments
 (0)