Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/en/userGuide/manage-indexes/floating-vector/ivf-pq.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ index_params.add_index(
index_name="vector_index", # Name of the index to create
metric_type="L2", # Metric type used to measure similarity
params={
"m": 4, # Number of sub-vectors to split eahc vector into
"m": 4, # Number of sub-vectors to split each vector into
} # Index building params
)
```
Expand Down