Skip to content

docs: clarify REVECTORIZE_CHECK_DISABLED env var description#455

Merged
g-despot merged 1 commit into
mainfrom
docs/clarify-revectorize-check-disabled
Jun 19, 2026
Merged

docs: clarify REVECTORIZE_CHECK_DISABLED env var description#455
g-despot merged 1 commit into
mainfrom
docs/clarify-revectorize-check-disabled

Conversation

@g-despot

Copy link
Copy Markdown
Contributor

Tightens the REVECTORIZE_CHECK_DISABLED entry: it governs re-vectorization on object updates (the old text said "new objects"). Also notes the trade-off — disabling re-vectorizes on every update (extra embedding/API call) but skips a read-before-write and forces always-fresh vectors.

It governs re-vectorization on object updates (not new objects). Also note the
trade-off: disabling re-vectorizes on every update (extra embedding/API call)
in exchange for skipping a read-before-write and forcing always-fresh vectors.

@orca-security-eu orca-security-eu Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@g-despot g-despot merged commit 1ced69c into main Jun 19, 2026
13 checks passed
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.

1 participant