Skip to content

Commit

Permalink
Fix schema change job in python code
Browse files Browse the repository at this point in the history
  • Loading branch information
chengbiao-jin authored Dec 18, 2024
1 parent 300a662 commit 16b90c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/guru_scripts/docker/tutorial/4.x/VECTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ result = conn.gsql("""
isBlocked BOOL
)
CREATE GRAPH financialGraph(*)
CREATE GLOBAL SCHEMA_CHANGE JOB fin_add_vector FOR GRAPH financialGraph {
CREATE GLOBAL SCHEMA_CHANGE JOB fin_add_vector {
ALTER VERTEX Account ADD VECTOR ATTRIBUTE emb1(dimension=3);
}
RUN GLOBAL SCHEMA_CHANGE JOB fin_add_vector
Expand Down

0 comments on commit 16b90c6

Please sign in to comment.