From 4e35c6abe3868e83dbb233515d226c471ba32d51 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 24 Sep 2024 23:24:48 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb742f7..ccf31a9 100644 --- a/README.md +++ b/README.md @@ -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