Add diagnostics and VECTOR index support for Oracle persistence - #1
Open
Devx228 wants to merge 8 commits into
Open
Add diagnostics and VECTOR index support for Oracle persistence#1Devx228 wants to merge 8 commits into
Devx228 wants to merge 8 commits into
Conversation
Devx228
force-pushed
the
research/oracledb-langgraph-plan
branch
4 times, most recently
from
June 18, 2026 02:32
1735b55 to
a4e8bba
Compare
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
This PR extends the Oracle LangGraph persistence package with operational diagnostics
and expanded Oracle VECTOR support.
It adds read-only diagnostics APIs for both
OracleCheckpointSaverandOracleStore,so users can inspect runtime information, expected tables, migration state, schema
readiness, and VECTOR availability without mutating data.
It also improves OracleStore VECTOR support by adding native VECTOR bind handling when
supported by the installed
node-oracledbdriver and Oracle Database version, plusexplicit vector index management APIs for creating, listing, and dropping Oracle VECTOR
indexes.
Changes
getDiagnostics()toOracleCheckpointSavergetDiagnostics()toOracleStoreTesting
pnpm --filter @oracle/langgraph-oracledb testpnpm --filter @oracle/langgraph-oracledb build:internalpnpm --filter @oracle/langgraph-oracledb test:int