FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.53k stars 16.43k forks source link

[BUG] v2.1.4 Cannot override variables - NPM #3526

Closed CesarPetrescu closed 51 minutes ago

CesarPetrescu commented 3 hours ago

Describe the bug Cannot override variables

To Reproduce I triedn enabling the Override Config, yet nothing worked

  1. Go to 'Settings on a chatflow'
  2. Enable 'Global override and specific for each nodde parameters'
  3. I tried with postman to upsert a vector with a different text in the textarea:

{ "stopNodeId": "redis_2", "overrideConfig": { "text": { "plainText_2": "Jane Smith is a project manager with expertise in agile methodologies and over 8 years of experience..." } } }

Yet only the default character in the node ( # ) was upserted

Expected behavior See this in the redis store: Jane Smith is a project manager with expertise in agile methodologies and over 8 years of experience

Screenshots {0D5975CD-F003-4200-9B15-06993E70C86D}

Setup

Additional context I updated [npm install flowise@latest] since i've seen that this has been merged to main branch but it sill doesnt work

CesarPetrescu commented 3 hours ago

Temporary fix for my issue: npm install flowise@2.1.3

HenryHengZJ commented 51 minutes ago

Fix is merged to main, will be pushing to new release soon