Replies: 2 comments 3 replies
-
To incorporate into LangChain, we'd want a clean design that handles a few scenarios. This functionality is unlikely to produce a significant benefit for most users, so we haven't dedicated any time to speccing it out. Main complications:
Feel free to propose an RFC -- for a good RFC, code should be as minimal as possible, with a simple and short explanation of the contents. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've already proposed an implementation, but the PR was closed without explanation. Can I have your support in resynchronising the proposal with version 0.2? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
BaseDocumentTransformer
must be synchrone, asynchrone, a pipeline of transformations, etc.It's the specification of
Runnable
.Why ̀BaseDocumentTransformer
is not compatible with LCEL
Runnable`?Motivation
It's simplest to write
transform1 | transform2
or more specific(transform1 | transform2 ) & transform3
to generate multiple versions from the same source.to upper
etc.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions