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_idif not already present.