You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not very knowledgeable about langchain and LLVM in general, so please let me know if my proposal does not make sense or if I'm not considering important points.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked
Feature request
I propose to add the support of Oracle PLSQL language between code language parsers used to load source code files.
Referenced documentation: https://python.langchain.com/docs/integrations/document_loaders/source_code
Motivation
I'm working on a project where we'd like to use GPT AI model for the following use-cases:
Proposal (If applicable)
Following langchain documentation (https://python.langchain.com/docs/use_cases/code_understanding) it seems that first of all it's needed to split all source code files using a splitting strategy that does a few things:
I don't know if anyone is already working on it (I couldn't find any open discussion about it), but I propose to add support for PLSQL, following the instructions here: https://python.langchain.com/docs/integrations/document_loaders/source_code#adding-languages-using-tree-sitter-template
I am not very knowledgeable about langchain and LLVM in general, so please let me know if my proposal does not make sense or if I'm not considering important points.
Thank you very much in advance
Beta Was this translation helpful? Give feedback.
All reactions