Skip to content

Commit

Permalink
docs: Improve docs for consistency (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Jan 28, 2024
1 parent d396c3f commit 98c7dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/search/indexing/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ the HNSW index for dense vector search, and the sparse HNSW index for sparse vec

Once an index is created, it will automatically stay in sync with the underlying table data, and
does not need to be re-created unless the table schema changes (for instance, if a column is renamed or deleted).
ParadeDB is ACID-compliant, meaning the search indexes follow _strong consistency_.
The bm25 index is strongly consistent. This means that new data is immediately searchable across all connections.

0 comments on commit 98c7dff

Please sign in to comment.