JS Oracle Support for parsing and loading #7072
AshwinM1523
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hey @jacoblee93, was wondering if you think this is something we can create an issue for? We are willing to work on it and have started coding it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
We want to integrate Oracle databases that defines tools to load, parse, and process Oracle documents within LangChain JS version as found in Python. It would features classes and methods that handle document reading, metadata extraction, object ID generation, and text splitting.
Motivation
The motivation for creating a custom Oracle document loader and parser in JavaScript revolves around the need for compatibility with JavaScript-based ecosystems and LangChain.js.
While the Python-based LangChain library includes support for custom loaders that access and process such documents, the JS version currently lacks equivalent functionality. This inconsistency limits the ability of JS developers.
Proposal (If applicable)
Here is a basic pesudocode implementation of the main loader.
This is a basic pseudocode implementation of the loader, we would want need to create OracleDocReader class. Furthermore, we would want to create a parser as well in similar fashion to the python implementation. This can be found in:
LangChain-OracleAi
Example usage
Beta Was this translation helpful? Give feedback.
All reactions