Skip to content

Commit

Permalink
fix: missing auto_sync in intro doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam authored Dec 3, 2024
1 parent 26e29a2 commit 52eac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/00-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"source": [
"from semantic_router.routers import SemanticRouter\n",
"\n",
"sr = SemanticRouter(encoder=encoder, routes=routes)"
"sr = SemanticRouter(encoder=encoder, routes=routes, auto_sync="local")"
]
},
{
Expand Down

0 comments on commit 52eac26

Please sign in to comment.