Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions src/content/docs/extensions/vector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ Optional arguments to tune the index:
- This will decrease the amount of time needed to construct the index but will increase the memory usage. We recommend keeping this value set to true unless you are in a memory-constrained environment.
- Default: `true`

:::note[Immutable index]
Once created, the vector index is immutable and cannot be modified. If the data in the underlying table changes,
you must drop and re-create the index.
:::

#### Example

Expand Down
Loading