Skip to content

docs(op-sqlite): use real executorch types in README usage example#20

Closed
msluszniak wants to merge 1 commit into
mainfrom
@ms/op-sqlite-readme-touch
Closed

docs(op-sqlite): use real executorch types in README usage example#20
msluszniak wants to merge 1 commit into
mainfrom
@ms/op-sqlite-readme-touch

Conversation

@msluszniak

Copy link
Copy Markdown
Contributor

Summary

Replace the placeholder `YourLLM` / `YourEmbeddings` imports in packages/op-sqlite/README.md with the actual `ExecuTorchLLM` / `ExecuTorchEmbeddings` classes from `@react-native-rag/executorch`, wired through the rne 0.9.0 `models.*` accessor. Mirrors the example already shown in the root README and `packages/executorch/README.md` so the snippet is copy-pasteable.

Why this is on a separate PR

`@react-native-rag/op-sqlite@0.9.0` failed to publish from the v0.9.0 tag due to a Sigstore/Rekor transparency-log conflict (the first publish attempt registered the tarball signature in Rekor before failing on the npm side, and Rekor refuses duplicate entries on retry). The other two packages published fine. This README touch changes the op-sqlite tarball bytes so Rekor will accept a fresh entry. Once merged, `v0.9.0` gets moved to the new commit and the workflow re-run for op-sqlite only.

Swap the placeholder YourLLM / YourEmbeddings imports for the
ExecuTorchLLM / ExecuTorchEmbeddings classes from
@react-native-rag/executorch, wired up with the rne 0.9.0 models.*
accessor. Mirrors the example shown in the root README and
packages/executorch/README.md so the snippet is copy-pasteable.
@msluszniak msluszniak closed this May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant