Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2024-09-24 23:24:48 -07:00
parent 11e4d040d9
commit 4e35c6abe3

View File

@@ -456,7 +456,7 @@ Starting with 0.8.0, you can enable streaming queries. If too few results from t
```tsql
SET hnsw.streaming = on;
-- or
SET ivfflat.streaming = off;
SET ivfflat.streaming = on;
```
### Streaming Options