Skip to content

docs: omit vector-index properties from results - #1730

Merged
vpavicic merged 1 commit into
release/3.13from
docs/omit-vector-index-properties
Aug 18, 2026
Merged

docs: omit vector-index properties from results#1730
vpavicic merged 1 commit into
release/3.13from
docs/omit-vector-index-properties

Conversation

@DavIvek

@DavIvek DavIvek commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Release note

Document the --storage-omit-vector-index-properties-on-return flag (runtime setting storage.omit_vector_index_properties_on_return, Community, default false). When enabled, properties backed by a vector index (embeddings) are omitted from whole nodes/relationships returned to the client, cutting payload/token bloat for LLM agents and Lab; the value stays accessible via explicit access (n.embedding, properties(n)) and dump/WAL/replication are unaffected.

Related product PRs

PRs from product repo this doc page is related to:
memgraph/memgraph#4556

Checklist:

  • Add appropriate milestone (current release cycle)
  • Add bugfix or feature label, based on the product PR type you're documenting
  • Make sure all relevant tech details are documented
  • Check all content with Grammarly
  • Perform a self-review of my code
  • The build passes locally
  • My changes generate no new warnings or errors

Documented in three places: a new "Omit vector properties from results" section on the vector search page, plus rows in the runtime-settings table and the Storage flags list on the configuration page.

Every example was verified against a live instance built from the feature branch: default off (RETURN n includes the embedding); after SET DATABASE SETTING ... TO 'true', RETURN n omits the embedding but keeps a non-indexed float list (plainvec) and other properties, while n.embedding and properties(n) still return it - confirming the decision is by index membership, not name/type. Community feature, so the Enterprise/ME-page checklist item is not applicable; remaining unchecked items (milestone, label, Grammarly, local build) are follow-ups.

Document the --storage-omit-vector-index-properties-on-return flag
(setting storage.omit_vector_index_properties_on_return): a new
"Omit vector properties from results" section on the vector search page,
plus entries in the runtime-settings table and the Storage flags list on
the configuration page. Covers the runtime toggle, the explicit-access
escape hatch, index-membership semantics, and that dump/WAL/replication
are unaffected.
@DavIvek DavIvek self-assigned this Aug 17, 2026
@vercel

vercel Bot commented Aug 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview Aug 17, 2026 7:16am

Request Review

@DavIvek
DavIvek marked this pull request as ready for review August 17, 2026 07:13
@vpavicic
vpavicic merged commit aaed1ce into release/3.13 Aug 18, 2026
2 checks passed
@vpavicic vpavicic mentioned this pull request Aug 18, 2026
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