Skip to content

Commit

Permalink
Merge pull request #476 from aurelio-labs/james/doc-sync-fix
Browse files Browse the repository at this point in the history
fix: missing auto_sync in intro doc
  • Loading branch information
jamescalam authored Dec 3, 2024
2 parents 26e29a2 + b34a955 commit a0f6192
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 a0f6192

Please sign in to comment.