Raphael Valdetaro

Results 24 issues of 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...

enhancement
size:XXL

# 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...

enhancement
size:S
lgtm

## 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...

enhancement
size:L
lgtm

## 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",...

enhancement
size:XL

## 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`...

enhancement
size:XS
lgtm

# 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...

enhancement
size:M

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...

size:M
refactor

## 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...

enhancement
size:XL

## Description This PR adds support for two new Google Gemini models: - **gemini-2.0-flash-exp** - **gemini-exp-1206**

enhancement
size:XS

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...

enhancement
size:L