Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Document that boolean flags must use = syntax (--flag=true) rather than space-separated (--flag false), and add the new --strict-flag-check configuration flag that controls whether Memgraph errors or warns on suspicious positional arguments.
- Update conan install command to use memgraph_toolchain_v7 profile (replaces memgraph_template_profile) - Add conan remote add step for vendored recipes (local-recipes-index) - Add conan_recipes explanation to Callout - Pin conan version requirement to >=2.26.0 - List libs still fetched by ./init
… info and config info queries on coords (#1591)
* added examples for remote monitoring * update configuration options tables
* doc: Document LBAC changes for v3.10 Update label-based access control docs to reflect v3.10 changes: - DENY semantics replacing GRANT NOTHING / REVOKE NOTHING - Granular UPDATE sub-permissions (SET LABEL, REMOVE LABEL, SET PROPERTY, CREATE EDGE, DELETE EDGE) - Permission reference table and per-operation requirements - DENY syntax for both nodes and edges - Updated examples throughout * doc: Clarify some wording
* Add docs for the AI Platform license type Documents the new AI_PLATFORM license type from memgraph#3999: same Enterprise feature set, but the license memory limit gates only graph memory, while vector index memory is bounded by the system --memory-limit. Also updates SHOW STORAGE INFO field references across the docs for the PR's collateral renames (disk_usage -> global_disk_usage, memory_tracked -> global_memory_tracked, allocation_limit -> global_runtime_allocation_limit, and the new global_license_allocation_limit), and notes the 24-hour license-expiry grace period. * Match SHOW STORAGE INFO example to new emission order Limits now appear before the graph/vector breakdown. * Drop SHOW STORAGE INFO field-rename docs and grace-period note Those land in a separate PR. This PR now focuses on the AI Platform license type only. * Use actual license_type values returned by SHOW LICENSE INFO
* Add docs for server-side descriptions Documents the SET / DELETE / SHOW DESCRIPTION grammar from memgraph#3894, the SERVER_SIDE_DESCRIPTIONS privilege, and the new optional description fields surfaced in SHOW SCHEMA INFO. * a few improvements
* Add docs for the Kerberos SSO auth module Documents the new built-in kerberos.py auth module from memgraph#3916: prerequisites, server-side env-var configuration (core + LDAP-mode-only), role-mapping for principal and ldap modes, a Docker end-to-end example, a Neo4j Python driver client snippet, and a troubleshooting list. * Drop FQDN/PTR prerequisite — not Memgraph-specific * Add Required column to Kerberos env-var tables, list required vars first * Move Required column to the right of Description * Trim Python snippet + tighten LDAP_AUTH description - Match Neo4j's pattern: snippet only shows the connect call via kerberos_auth(); ticket acquisition is the user's problem. The single-leg / no-mutual-auth requirement moves to a Callout with concrete python-gssapi and Java pointers. - LDAP_AUTH=gssapi description now spells out SASL/GSSAPI binding via the service keytab. - pip install ldap3 (matches the module's own error message).
* Update vector edge index docs for the single-store refactor memgraph#3929 brings vector edge indexes to the same single-store pattern as node indexes. Drops the dual-store framing for edges, unifies the intro, and extends the DROP-cost warning to cover both nodes and edges. * Tighten vector index intro: list what actually differs DROP VECTOR INDEX and SHOW VECTOR INDEX INFO are shared between node and edge variants; only the CREATE syntax and search procedure differ. * a few improvements
* Document parameterized WITH CONFIG for vector indexes
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.
* change ordering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make sure to do:
Milestones:
Docs Integration Tracking
Breaking changes PRs
--init-file,--init-data-fileon coords @as51340SHOW STORAGE INFOfield renames → Add AI platform license docs #1605 @DavIvekDocs needed (Memgraph PR → Docs PR)
SHOW QUERY CALLABLE MAPPINGSmemgraph#4014 → no doc PR yet @JosipmrdenWHEREafterYIELDsyntax memgraph#4010 → no doc PR yet @Josipmrdenschema.node_type_propertiesandschema.rel_type_propertiesmemgraph#4000 → no doc PR yet @JosipmrdenChangelog (all PRs requiring a changelog entry)
SHOW QUERY CALLABLE MAPPINGSmemgraph#4014 @JosipmrdenWHEREafterYIELDsyntax memgraph#4010 @Josipmrdenschema.node_type_propertiesandschema.rel_type_propertiesmemgraph#4000 @Josipmrdenlink_predictionlabels in one class memgraph#3845 @colinbarry