langchain-oracledb-helper

Official

Scaffold Oracle-backed LangChain store

Authororacle-devrel
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It solves the friction of wiring LangChain to Oracle Database for vector retrieval and chat history persistence, especially when metadata handling and chat table semantics don’t match what langchain-oracledb provides out of the box.

Core Features & Use Cases

  • Multi-collection Oracle vector store scaffold: Creates a reusable, multi-collection wrapper so each logical collection kind (e.g., DOCUMENTS, CONVERSATIONS) maps to an Oracle table with a consistent naming convention.
  • Embedder setup with guaranteed dimensionality: Supports multiple embedder options and enforces an expected embedding dimension to prevent silent retrieval failures from dim mismatches.
  • Oracle chat history backend support: Generates an OracleChatHistory layer (plus the required idempotent DDL migration) for projects that need RunnableWithMessageHistory integration.
  • Metadata-as-string monkeypatch: Provides a required import-time fix that makes similarity_search metadata parsing consistent for OracleVS-backed retrieval.

Quick Start

Use the langchain-oracledb-helper skill to scaffold a new vector store and optional chat history layer in your project, then run its provided bootstrap to verify embedding dimension correctness.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: langchain-oracledb-helper
Download link: https://github.com/oracle-devrel/oracle-ai-developer-hub/archive/main.zip#langchain-oracledb-helper

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.