-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Nowhere to edit the variables? #3462
Comments
The "Variables and Secrets" section might not be present in the Settings as described in the documentation for Langflow v1.0.15 because the documentation contains a note indicating that the information may be outdated and will be updated as soon as possible [1]. However, you can manage global variables and secrets by configuring environment variables in your For example:
This will make the specified environment variables accessible and manageable within the "Variables and Secrets" section, if it becomes available. |
To set a project-level variable in Langflow that can be exported with the project and modified when the project is imported somewhere else, you can create a Global Variable. Here are the steps to do this:
To ensure these variables are included when exporting and can be modified upon import, you can configure environment variables in your
Example LANGFLOW_STORE_ENVIRONMENT_VARIABLES=true
LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT="VARIABLE1, VARIABLE2" or LANGFLOW_STORE_ENVIRONMENT_VARIABLES=true
LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT='["VARIABLE1", "VARIABLE2"]' This setup will ensure that the specified variables are included in the project's Global Variables and can be modified when the project is imported elsewhere. Additionally, you can manage these variables in Settings > Variables and Secrets [1][2][3]. |
Bug Description
Nowhere to edit the variables.
In docutment, it says:
TIP
You can also create global variables in Settings > Variables and Secrets.
But, actually, there is no such "Variables and Secrets" section.
Reproduction
Expected behavior
There should be a "Variables and Secrets" section in Settings
Who can help?
No response
Operating System
Docker image v1.0.15
Langflow Version
v1.0.15
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: