Skip to content

Improve infra as code support#4867

Merged
HenryHengZJ merged 2 commits intoFlowiseAI:mainfrom
autotraderuk:improve-infra-as-code-support
Jul 21, 2025
Merged

Improve infra as code support#4867
HenryHengZJ merged 2 commits intoFlowiseAI:mainfrom
autotraderuk:improve-infra-as-code-support

Conversation

@Stono
Copy link
Contributor

@Stono Stono commented Jul 14, 2025

Hi,
This small PR fixes a couple of things that stopped me building some custom infra as code support via the api.
Firstly, you couldn't create document stores with loaders, due to loaders being hard coded []. I've changed this to allow it but default to the old behaviour.

Secondly when creating credentials via the api, you could not specify the id, leading to a different id in each environment (thus breaking the relationship to vector stores). That commit allows you to use the id (which brings it inline with the create api's for chatflows too which accept id).

@HenryHengZJ HenryHengZJ merged commit d77919b into FlowiseAI:main Jul 21, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants