langchain-ai/langchainjs

Introducing Oracle Database Support for loading and parsing

AshwinM1523 opened this issue · 1 comments

Privileged issue

  • I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here.

Issue Content

Supported from the following discussion #7072

Oracle databases that defines tools to load, parse, and process Oracle documents within LangChain JS version as found in LangChain Python.

Currently working on PR

Currently done 2/4 of the methods found in Python. We have created a class for parsing meta data and a reader class. Looking to finish the loader and text splitting class in the upcoming days!