Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: how does Langflow run components? #5528

Open
mendonk opened this issue Jan 2, 2025 · 0 comments · May be fixed by #5576
Open

docs: how does Langflow run components? #5528

mendonk opened this issue Jan 2, 2025 · 0 comments · May be fixed by #5576
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@mendonk
Copy link
Collaborator

mendonk commented Jan 2, 2025

Feature Request

Documentation focused on more lower-level, under-the-hood Langflow.
Initially raised in Discord, using the Recursivecharactertextsplitter as example.

  1. When and how does the get_data_input() method ever get called?

  2. When and how does the build_text_splitter() method ever get called?

  3. When does the text content found within the data input actually get split? The component's build_text_splitter() method only returns an object instance of the text_splitter. In the Langchain documentation examples, a text splitter object is first instantiated followed by calling that object's .split_text() or .split_document() method.

How is this component supposed to work within Langflow?

Motivation

Better explanation of how Langflow interacts with lower-level Python code and Pydantic models.

Your Contribution

No response

@mendonk mendonk added the enhancement New feature or request label Jan 2, 2025
@dosubot dosubot bot added documentation Improvements or additions to documentation question Further information is requested labels Jan 2, 2025
@mendonk mendonk linked a pull request Jan 7, 2025 that will close this issue
@carlosrcoelho carlosrcoelho removed the enhancement New feature or request label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants