Skip to main content

Module tutorial_seeder

Module tutorial_seeder 

Source
Expand description

Tutorial notebook seeder — called on first list_notebooks for a fresh user.

Cell assets are bundled at compile time via include_dir!. The seeder inserts two notebooks with deterministic UUID5 ids that match the Python SDK.

Constants§

TUTORIAL_BASICS_ID
UUID5(NAMESPACE_OID, “Cognee Basics - tutorial 🧠”)
TUTORIAL_PYTHON_DEV_ID
UUID5(NAMESPACE_OID, “Python Development with Cognee - tutorial 🧠”)

Functions§

seed_tutorials_if_first_call
Seed the two tutorial notebooks for user_id if not already present.