MindsDB supports the usage of variables. Users can save values of API keys or other frequently used values and pass them as variables when creating knowledge bases, agents, or other MindsDB object.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Here is how to create variables in MindsDB.- Create variables using
SETand save values either using thefrom_env()function or directly.
- Use variables to pass parameters when creating objects in MindsDB.