Commits
Click on a commit to change the comparison rangefeat: add dialog support to dropdown components and enhance AstraDB integration
- Introduced a new NodeDialog component for improved user interaction when connecting to Astra DB.
- Updated AstraDBVectorStoreComponent to include a dialog option for creating new collections.
- Enhanced dropdown components to support dialog functionality, allowing users to create new options directly from the dropdown.
- Added `hasDialog` property to relevant component types to manage dialog visibility.
- Refactored utility functions to support new naming conventions and improve code clarity.1 year ago
by deon-sanchez [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] refactor: standardize JSON formatting and clean up input types in Vector Store RAG configuration
- Reformatted JSON structure for better readability, ensuring consistent indentation and line breaks.
- Updated input types across various components to use array notation for clarity.
- Removed extraneous entries in package-lock.json to streamline dependencies.
- Enhanced overall maintainability of the configuration files.1 year ago
by deon-sanchez Merge branch 'main' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez Merge branch 'main' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez Merge branch 'main' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez Properly set dictionary mapping [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez Refactor and enhance AstraDB integration and dropdown components
- Updated the `Vector Store RAG.json` configuration for improved formatting and consistency in output and input types.
- Enhanced the `NodeDialogComponent` to accept `dialogInputs` as a prop, allowing for more dynamic content rendering.
- Modified the `Dropdown` component to use `onSelect` instead of `onClick` for better accessibility and user interaction.
- Improved rendering logic in the `Dropdown` component to conditionally display icon options based on the presence of `dialogInputs`.
These changes enhance the usability and flexibility of the AstraDB integration and dropdown components, providing a more intuitive user experience.1 year ago
by deon-sanchez [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez [autofix.ci] apply automated fixes (attempt 2/3)1 year ago
by autofix-ci[bot] Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] Merge branch 'main' into feat-common-dialog-astra [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez Refactor Dropdown and ParameterRender Components for Improved Readability and Functionality
- Renamed functions in Dropdown component for clarity: `renderOptionsList` and `renderCreateOptionDialog` to `oldRenderOptionsList` and `renderCustomOptionDialog`, respectively.
- Enhanced the rendering logic in Dropdown to streamline the display of options and metadata.
- Simplified the return structure in ParameterRenderComponent to always render the RefreshParameterComponent, improving code consistency.
- Updated RefreshParameterComponent to conditionally display the refresh button based on the presence of dialog inputs.
These changes improve code readability and maintainability while ensuring consistent behavior across components.1 year ago
by deon-sanchez Merge branch 'main' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez Merge branch 'main' into feat-common-dialog-astra [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] [autofix.ci] apply automated fixes (attempt 2/3)1 year ago
by autofix-ci[bot] [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra1 year ago
by deon-sanchez [autofix.ci] apply automated fixes1 year ago
by autofix-ci[bot] Update Vector Store RAG.json