Skip to content

Commit

Permalink
removed double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrinaaquino committed Feb 13, 2025
1 parent 5b94c89 commit dc5e937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qdrant-landing/content/articles/indexing-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ PATCH /collections/your_collection
```

Previously, vector data had to be held in RAM until optimizers could move it to disk, which caused significant memory pressure. Now, by writing vectors to disk directly, memory overhead is significantly reduced, making bulk ingestion much more efficient.
<aside role="status">If your collection already contains a large number of vectors, changing these parameters will trigger a full index reconstruction, potentially causing slight performance degradation.</aside>

### 2. Disable HNSW for dense vectors (`m=0`)

Expand Down

0 comments on commit dc5e937

Please sign in to comment.