langchain-ai / langchainjs

🦜🔗 Build context-aware reasoning applications 🦜🔗
https://js.langchain.com/docs/
MIT License
12.71k stars 2.19k forks source link

Introducing Oracle Database Support for loading and parsing #7111

Open AshwinM1523 opened 2 weeks ago

AshwinM1523 commented 2 weeks ago

Privileged issue

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

AshwinM1523 commented 2 days ago

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!