Skip to content

Commit 36820c6

Browse files
Daniel Illenbergergitbook-bot
authored andcommitted
GITBOOK-25: No subject
1 parent a1c4616 commit 36820c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pgml-cms/blog/speeding-up-vector-recall-5x-with-hnsw.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ This query utilized IVFFlat indexing and queried through over 5 million rows in
7979

8080
Let's drop our IVFFlat index and create an HNSW index.
8181

82-
!!! generic
83-
8482
!!! code\_block time="10255099.233 ms (02:50:55.099)"
8583

8684
```postgresql
@@ -90,12 +88,6 @@ CREATE INDEX CONCURRENTLY ON pgml.amazon_us_reviews USING hnsw (review_embedding
9088

9189
!!!
9290

93-
!!! results
94-
95-
!!!
96-
97-
!!!
98-
9991
Now let's try the query again utilizing the new HNSW index we created.
10092

10193
!!! generic

0 commit comments

Comments
 (0)