notebooks: Update multi-tenant schema walkthrough for two-part series#221
Open
jeremydaly wants to merge 1 commit into
Open
notebooks: Update multi-tenant schema walkthrough for two-part series#221jeremydaly wants to merge 1 commit into
jeremydaly wants to merge 1 commit into
Conversation
Point the companion notebook at both published "From Prompt to Persistence" articles (Part 1: schema design, Part 2: putting it to work) with direct links, and refresh the intro/section prose to match. Re-run the notebook so cell outputs and execution counts reflect the current DDL, supersession, and right-to-forget cascade. Every SQL statement still runs against a live Oracle AI Database instance in article order; no query semantics changed.
WSPluta
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
multitenant_schema_walkthrough.ipynbcompanion notebook to track the now-published two-part From Prompt to Persistence blog series instead of a single article:The change is documentation and freshness only — no SQL semantics were altered.
What changed
Verification
Every SQL statement was cross-checked against both articles and runs in article order against a live Oracle AI Database Free (26ai) instance: schema DDL, RLS policy, session context, seed data, the canonical retrieval predicate, supersession, the right-to-forget cascade, and the unified retrieval query. The
VECTOR(384, FLOAT32)dimension (vs. the articles' illustrativeVECTOR(1024, FLOAT32)) matches theALL_MINILM_L12_V2embedding model and is called out in the notebook's Prerequisites.Notes for reviewers
localhost:1521/FREEPDB1(orDB_DSN), theALL_MINILM_L12_V2ONNX model loaded, and a.envwithDB_USER/DB_PASSWORD/DB_DSN.