Skip to content

docs: document approx_mode tuning#283

Merged
BubbleCal merged 1 commit into
mainfrom
yang/approx-mode-docs
Jun 25, 2026
Merged

docs: document approx_mode tuning#283
BubbleCal merged 1 commit into
mainfrom
yang/approx-mode-docs

Conversation

@BubbleCal

Copy link
Copy Markdown
Contributor

Summary

  • Document the query-time approx_mode parameter in the vector search ANN index docs.
  • List the supported fast, normal, and accurate modes and their speed/recall trade-offs.
  • Clarify that normal only has an effect for RQ indexes built with num_bits > 1; for num_bits=1, it uses the same one-bit scoring path as fast.
  • Note that approx_mode can be changed per query without rebuilding the index and interacts with refine_factor before reranking.

Validation

  • uv run python - <<'PY' ... content check for the new approx_mode docs section
  • uv run pytest tests/py/test_search.py (15 passed, 2 skipped)

@BubbleCal BubbleCal requested a review from prrao87 June 25, 2026 08:59
@linear-code linear-code Bot marked this pull request as ready for review June 25, 2026 08:59
@mintlify

mintlify Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
lancedb-bcbb4faf 🟢 Ready View Preview Jun 25, 2026, 9:02 AM

@BubbleCal BubbleCal merged commit 9ab2dbc into main Jun 25, 2026
2 checks passed
@BubbleCal BubbleCal deleted the yang/approx-mode-docs branch June 25, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants