Raphael Valdetaro
Raphael Valdetaro
# SpaCy Components Integration This PR integrates SpaCy's powerful NLP capabilities into Langflow through a comprehensive set of components, enabling advanced text processing and analysis workflows. ## 🎯 Core Components...
# Directory Component Improvements Implements two key improvements to the Directory component: ## 1. Changes 'Types' field to dropdown format **Before:** ```python MessageTextInput( name="types", display_name="Types", info="File types to load. Leave...
## Description This PR refactors the Merge Data component, introducing improved functionality and clarity to the merging process. --- ### **Changes** - **Standardized Merge Operations**: - `concatenate`: Combines text values...
## Overview Extends FileComponent with multi-format support while preserving core functionality. ## Key Changes ### Component Output Structure ```python # Original outputs = [*BaseFileComponent._base_outputs] # Enhanced outputs = [ Output(display_name="DataFrame",...
## Description This PR enhances the Chat Input component by simplifying the input structure and improving text handling. --- ### **Changes** - **Improved Text Handling**: - Replaced `MultilineInput` with `StrInput`...
# Issue Identified - The name 'Parse Data' is too broad and doesn't clearly convey its function. # Proposed Solution - Rename the component to 'Data to Message' to better...
This PR removes several unused and deprecated parameters to clean up the codebase: Changes: - Remove JSON Mode from OpenAI component (redundant functionality) - Remove Schema (output_schema) from OpenAI component...
## Description This PR refactors the Merge Data component, introducing improved functionality and clarity to the merging process. --- ### **Changes** - **Standardized Merge Operations**: - `concatenate`: Combines text values...
## Description This PR adds support for two new Google Gemini models: - **gemini-2.0-flash-exp** - **gemini-exp-1206**
This PR adds the OpenRouter component to langflow, enabling users to access a wide variety of AI models from different providers through a single unified interface. OpenRouter acts as a...