You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(schema): add schema_mode to create_edge_type, pin Dockerfile, health checks
- create_edge_type(): add schema_mode parameter (strict/validated/flexible)
matching create_label() — both async and sync variants
- create_text_index(): use `language or "english"` in fallback TextIndexInfo
so empty-string language resolves to the server default correctly
- demo/Dockerfile.jupyter: pin base image from :latest to :python-3.11.6
- demo/install-sdk.sh: track untracked install script
- notebooks 00, 02: add client.health() after CoordinodeClient() construction
to surface connection errors early before running queries
0 commit comments