feat: add smart column ordering and clean output toggle to Split Text component by viktoravelino · Pull Request #11626 · langflow-ai/langflow (original) (raw)
added 2 commits
… component
Add smart_column_order() method to DataFrame that prioritizes content columns (text, content, output, etc.) and de-prioritizes system metadata columns (timestamp, sender, session_id, etc.). Add Clean Output boolean input to Split Text component that strips metadata columns by default.
[](/apps/coderabbitai)
github-merge-queue bot pushed a commit that referenced this pull request
… component (#11626)
- feat: add smart column ordering and clean output toggle to Split Text component
Add smart_column_order() method to DataFrame that prioritizes content columns (text, content, output, etc.) and de-prioritizes system metadata columns (timestamp, sender, session_id, etc.). Add Clean Output boolean input to Split Text component that strips metadata columns by default.
fix: update code_hash for Knowledge Ingestion and Vector Store RAG components
test: update split text tests for clean_output toggle
[autofix.ci] apply automated fixes
fix: change default value of clean_output toggle to False in Split Text component
[autofix.ci] apply automated fixes (attempt 2/3)
fix: update code_hash for Knowledge Ingestion and Vector Store RAG components
fix: add clean_output option to Knowledge Ingestion and Vector Store RAG components
[autofix.ci] apply automated fixes
[autofix.ci] apply automated fixes (attempt 2/3)
[autofix.ci] apply automated fixes (attempt 3/3)
[autofix.ci] apply automated fixes
fix: Add missing get_current_active_user_mcp to lfx AuthService
The base class declares get_current_active_user_mcp as abstract but the default lfx AuthService did not implement it, causing instantiation to fail in tests.
[autofix.ci] apply automated fixes
[autofix.ci] apply automated fixes
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit that referenced this pull request
… component (#11626)
- feat: add smart column ordering and clean output toggle to Split Text component
Add smart_column_order() method to DataFrame that prioritizes content columns (text, content, output, etc.) and de-prioritizes system metadata columns (timestamp, sender, session_id, etc.). Add Clean Output boolean input to Split Text component that strips metadata columns by default.
fix: update code_hash for Knowledge Ingestion and Vector Store RAG components
test: update split text tests for clean_output toggle
[autofix.ci] apply automated fixes
fix: change default value of clean_output toggle to False in Split Text component
[autofix.ci] apply automated fixes (attempt 2/3)
fix: update code_hash for Knowledge Ingestion and Vector Store RAG components
fix: add clean_output option to Knowledge Ingestion and Vector Store RAG components
[autofix.ci] apply automated fixes
[autofix.ci] apply automated fixes (attempt 2/3)
[autofix.ci] apply automated fixes (attempt 3/3)
[autofix.ci] apply automated fixes
fix: Add missing get_current_active_user_mcp to lfx AuthService
The base class declares get_current_active_user_mcp as abstract but the default lfx AuthService did not implement it, causing instantiation to fail in tests.
[autofix.ci] apply automated fixes
[autofix.ci] apply automated fixes
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})