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

feat: Integrate GridGain vector store and memory components with Langflow #6752

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

aditizettascape
Copy link

  • Full integration with Langflow's component system
  • Configurable connection settings (host, port, cache names)
  • Comprehensive error handling and logging
  • Support for metadata management
  • Built-in data validation and processing

* upgraded langflow at latest version

* Updated memory component and integration test for memory component as per new code formatting and exceptions

* Updated Vector component and integration test as per new code formatting and exceptions

* reverted local IP to localhost

* Updated unit tests as per new code formatting and exceptions

* Added a new line at the end of icon files

* docs: updated docs with GridGain components
* updated branch as per latest changes

* fixed: logo visibility issue of Gridgain
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. enhancement New feature or request labels Feb 21, 2025
Copy link
Contributor

autofix-ci bot commented Feb 21, 2025

Hi! I'm autofix logoautofix.ci, a bot that automatically fixes trivial issues such as code formatting in pull requests.

I would like to apply some automated changes to this pull request, but it looks like I don't have the necessary permissions to do so. To get this pull request into a mergeable state, please do one of the following two things:

  1. Allow edits by maintainers for your pull request, and then re-trigger CI (for example by pushing a new commit).
  2. Manually fix the issues identified for your pull request (see the GitHub Actions output for details on what I would like to change).

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 21, 2025
@aditizettascape
Copy link
Author

aditizettascape commented Feb 21, 2025

The above 4 checks are failing due to:

  1. autofix.ci/autofix - it's about a file [/src/frontend/src/components/core/dropdownComponent/index.tsx]
    that autofix is trying to update regarding formatting but it do not have permission for that.
    Also we do not propose any change to this file from our end.
  2. Run Ruff Check - trying to run autofix.ci commands that's why failing
  3. CI/CI Success check failing:- The only job that ran was "set-ci-condition" which completed successfully but set should-run-ci to false, which is likely why all other jobs were skipped.
    The error occurs because the script is detecting that all jobs were skipped and is treating this as a failure condition

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 24, 2025
This reverts commit dec6bff, reversing
changes made to 8e13b8b.
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 24, 2025
Copy link

codspeed-hq bot commented Feb 24, 2025

CodSpeed Performance Report

Merging #6752 will degrade performances by 10.03%

Comparing gridgain-poc:main (6f86be7) with main (e82c218)

Summary

❌ 1 regressions
✅ 13 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
test_build_flow_invalid_job_id 9.1 ms 10.2 ms -10.03%

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 24, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 25, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 25, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 25, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 26, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant