Skip to content

notebooks: Update multi-tenant schema walkthrough for two-part series#221

Open
jeremydaly wants to merge 1 commit into
oracle-devrel:mainfrom
jeremydaly:notebook/multitenant-two-part-series
Open

notebooks: Update multi-tenant schema walkthrough for two-part series#221
jeremydaly wants to merge 1 commit into
oracle-devrel:mainfrom
jeremydaly:notebook/multitenant-two-part-series

Conversation

@jeremydaly

Copy link
Copy Markdown
Contributor

Summary

Updates the multitenant_schema_walkthrough.ipynb companion 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

  • Intro cell now links to both articles and describes the durable-layer / put-it-to-work split.
  • Minor prose tightening in the intro, knowledge-base, RLS, and unified-retrieval sections.
  • Re-ran the notebook so execution counts and cell outputs (generated entity IDs, supersession timestamps, cleanup output) reflect a current end-to-end run.

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' illustrative VECTOR(1024, FLOAT32)) matches the ALL_MINILM_L12_V2 embedding model and is called out in the notebook's Prerequisites.

Notes for reviewers

  • Requires Oracle AI Database Free at localhost:1521/FREEPDB1 (or DB_DSN), the ALL_MINILM_L12_V2 ONNX model loaded, and a .env with DB_USER / DB_PASSWORD / DB_DSN.
  • No dependency or infrastructure changes.

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.
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 8, 2026
@jeremydaly jeremydaly changed the title notebooks: update multitenant schema walkthrough for two-part series notebooks: add multitenant schema walkthrough for two-part series Jul 8, 2026
@jeremydaly jeremydaly changed the title notebooks: add multitenant schema walkthrough for two-part series notebooks: Update multi-tenant schema walkthrough for two-part series Jul 8, 2026
@jeremydaly jeremydaly marked this pull request as ready for review July 8, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants