Skip to content

Allow parametrized config docs#1609

Merged
gitbuda merged 2 commits intomemgraph-3-10from
allow-parametrized-config-docs
May 3, 2026
Merged

Allow parametrized config docs#1609
gitbuda merged 2 commits intomemgraph-3-10from
allow-parametrized-config-docs

Conversation

@DavIvek
Copy link
Copy Markdown
Contributor

@DavIvek DavIvek commented Apr 29, 2026

Release note

Vector index creation now accepts the whole config map as a query parameter (WITH CONFIG $config) or individual values (WITH CONFIG {"dimension": $dim, "capacity": $cap}), for both CREATE VECTOR INDEX and CREATE VECTOR EDGE INDEX.

Related product PRs

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

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

memgraph#3959 lets the WITH CONFIG map accept query parameters: either
the whole map ($config) or individual values ({"dimension": $dim, ...}).
Add a short subsection covering both forms.
@DavIvek DavIvek self-assigned this Apr 29, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 2026

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

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview, Comment Apr 29, 2026 1:39pm

Request Review

@DavIvek DavIvek marked this pull request as ready for review April 29, 2026 13:35
@DavIvek DavIvek added this to the 3.10 milestone Apr 29, 2026
@gitbuda gitbuda merged commit e9754f5 into memgraph-3-10 May 3, 2026
2 checks passed
@gitbuda gitbuda deleted the allow-parametrized-config-docs branch May 3, 2026 03:51
@gitbuda gitbuda mentioned this pull request May 3, 2026
83 tasks
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