diff --git a/docs/docs/API-Reference/api-build.md b/docs/docs/API-Reference/api-build.mdx similarity index 100% rename from docs/docs/API-Reference/api-build.md rename to docs/docs/API-Reference/api-build.mdx diff --git a/docs/docs/API-Reference/api-files.md b/docs/docs/API-Reference/api-files.mdx similarity index 100% rename from docs/docs/API-Reference/api-files.md rename to docs/docs/API-Reference/api-files.mdx diff --git a/docs/docs/API-Reference/api-flows-run.md b/docs/docs/API-Reference/api-flows-run.mdx similarity index 100% rename from docs/docs/API-Reference/api-flows-run.md rename to docs/docs/API-Reference/api-flows-run.mdx diff --git a/docs/docs/API-Reference/api-flows.md b/docs/docs/API-Reference/api-flows.mdx similarity index 100% rename from docs/docs/API-Reference/api-flows.md rename to docs/docs/API-Reference/api-flows.mdx diff --git a/docs/docs/API-Reference/api-logs.md b/docs/docs/API-Reference/api-logs.mdx similarity index 100% rename from docs/docs/API-Reference/api-logs.md rename to docs/docs/API-Reference/api-logs.mdx diff --git a/docs/docs/API-Reference/api-monitor.md b/docs/docs/API-Reference/api-monitor.mdx similarity index 100% rename from docs/docs/API-Reference/api-monitor.md rename to docs/docs/API-Reference/api-monitor.mdx diff --git a/docs/docs/API-Reference/api-projects.md b/docs/docs/API-Reference/api-projects.mdx similarity index 100% rename from docs/docs/API-Reference/api-projects.md rename to docs/docs/API-Reference/api-projects.mdx diff --git a/docs/docs/API-Reference/api-reference-api-examples.md b/docs/docs/API-Reference/api-reference-api-examples.mdx similarity index 100% rename from docs/docs/API-Reference/api-reference-api-examples.md rename to docs/docs/API-Reference/api-reference-api-examples.mdx diff --git a/docs/docs/API-Reference/api-users.md b/docs/docs/API-Reference/api-users.mdx similarity index 100% rename from docs/docs/API-Reference/api-users.md rename to docs/docs/API-Reference/api-users.mdx diff --git a/docs/docs/Agents/agents-tools.md b/docs/docs/Agents/agents-tools.mdx similarity index 100% rename from docs/docs/Agents/agents-tools.md rename to docs/docs/Agents/agents-tools.mdx diff --git a/docs/docs/Agents/agents.md b/docs/docs/Agents/agents.mdx similarity index 100% rename from docs/docs/Agents/agents.md rename to docs/docs/Agents/agents.mdx diff --git a/docs/docs/Components/components-agents.md b/docs/docs/Components/components-agents.mdx similarity index 100% rename from docs/docs/Components/components-agents.md rename to docs/docs/Components/components-agents.mdx diff --git a/docs/docs/Components/components-bundles.md b/docs/docs/Components/components-bundles.mdx similarity index 100% rename from docs/docs/Components/components-bundles.md rename to docs/docs/Components/components-bundles.mdx diff --git a/docs/docs/Components/components-custom-components.md b/docs/docs/Components/components-custom-components.mdx similarity index 99% rename from docs/docs/Components/components-custom-components.md rename to docs/docs/Components/components-custom-components.mdx index c946ef958..30a777e8e 100644 --- a/docs/docs/Components/components-custom-components.md +++ b/docs/docs/Components/components-custom-components.mdx @@ -88,7 +88,7 @@ Langflow's engine manages: * `initialize_data` or `_pre_run_setup` can run setup logic before the component's main execution. * `__call__`, `run()`, or `_run()` can be overridden to customize how the component is called or to define custom execution logic. -### Inputs and outputs +### Inputs and outputs Custom component inputs are defined with properties like: diff --git a/docs/docs/Components/components-data.md b/docs/docs/Components/components-data.mdx similarity index 100% rename from docs/docs/Components/components-data.md rename to docs/docs/Components/components-data.mdx diff --git a/docs/docs/Components/components-embedding-models.md b/docs/docs/Components/components-embedding-models.mdx similarity index 100% rename from docs/docs/Components/components-embedding-models.md rename to docs/docs/Components/components-embedding-models.mdx diff --git a/docs/docs/Components/components-helpers.md b/docs/docs/Components/components-helpers.mdx similarity index 100% rename from docs/docs/Components/components-helpers.md rename to docs/docs/Components/components-helpers.mdx diff --git a/docs/docs/Components/components-io.md b/docs/docs/Components/components-io.mdx similarity index 100% rename from docs/docs/Components/components-io.md rename to docs/docs/Components/components-io.mdx diff --git a/docs/docs/Components/components-logic.md b/docs/docs/Components/components-logic.mdx similarity index 100% rename from docs/docs/Components/components-logic.md rename to docs/docs/Components/components-logic.mdx diff --git a/docs/docs/Components/components-memories.md b/docs/docs/Components/components-memories.mdx similarity index 100% rename from docs/docs/Components/components-memories.md rename to docs/docs/Components/components-memories.mdx diff --git a/docs/docs/Components/components-models.md b/docs/docs/Components/components-models.mdx similarity index 100% rename from docs/docs/Components/components-models.md rename to docs/docs/Components/components-models.mdx diff --git a/docs/docs/Components/components-processing.md b/docs/docs/Components/components-processing.mdx similarity index 100% rename from docs/docs/Components/components-processing.md rename to docs/docs/Components/components-processing.mdx diff --git a/docs/docs/Components/components-prompts.md b/docs/docs/Components/components-prompts.mdx similarity index 100% rename from docs/docs/Components/components-prompts.md rename to docs/docs/Components/components-prompts.mdx diff --git a/docs/docs/Components/components-tools.md b/docs/docs/Components/components-tools.mdx similarity index 100% rename from docs/docs/Components/components-tools.md rename to docs/docs/Components/components-tools.mdx diff --git a/docs/docs/Components/components-vector-stores.md b/docs/docs/Components/components-vector-stores.mdx similarity index 100% rename from docs/docs/Components/components-vector-stores.md rename to docs/docs/Components/components-vector-stores.mdx diff --git a/docs/docs/Components/mcp-client.md b/docs/docs/Components/mcp-client.mdx similarity index 100% rename from docs/docs/Components/mcp-client.md rename to docs/docs/Components/mcp-client.mdx diff --git a/docs/docs/Concepts/concepts-components.md b/docs/docs/Concepts/concepts-components.mdx similarity index 100% rename from docs/docs/Concepts/concepts-components.md rename to docs/docs/Concepts/concepts-components.mdx diff --git a/docs/docs/Concepts/concepts-file-management.md b/docs/docs/Concepts/concepts-file-management.mdx similarity index 100% rename from docs/docs/Concepts/concepts-file-management.md rename to docs/docs/Concepts/concepts-file-management.mdx diff --git a/docs/docs/Concepts/concepts-flows-import.md b/docs/docs/Concepts/concepts-flows-import.mdx similarity index 100% rename from docs/docs/Concepts/concepts-flows-import.md rename to docs/docs/Concepts/concepts-flows-import.mdx diff --git a/docs/docs/Concepts/concepts-flows.md b/docs/docs/Concepts/concepts-flows.mdx similarity index 100% rename from docs/docs/Concepts/concepts-flows.md rename to docs/docs/Concepts/concepts-flows.mdx diff --git a/docs/docs/Concepts/concepts-objects.md b/docs/docs/Concepts/concepts-objects.mdx similarity index 100% rename from docs/docs/Concepts/concepts-objects.md rename to docs/docs/Concepts/concepts-objects.mdx diff --git a/docs/docs/Concepts/concepts-overview.md b/docs/docs/Concepts/concepts-overview.mdx similarity index 100% rename from docs/docs/Concepts/concepts-overview.md rename to docs/docs/Concepts/concepts-overview.mdx diff --git a/docs/docs/Concepts/concepts-playground.md b/docs/docs/Concepts/concepts-playground.mdx similarity index 100% rename from docs/docs/Concepts/concepts-playground.md rename to docs/docs/Concepts/concepts-playground.mdx diff --git a/docs/docs/Concepts/concepts-publish.md b/docs/docs/Concepts/concepts-publish.mdx similarity index 100% rename from docs/docs/Concepts/concepts-publish.md rename to docs/docs/Concepts/concepts-publish.mdx diff --git a/docs/docs/Concepts/concepts-voice-mode.md b/docs/docs/Concepts/concepts-voice-mode.mdx similarity index 100% rename from docs/docs/Concepts/concepts-voice-mode.md rename to docs/docs/Concepts/concepts-voice-mode.mdx diff --git a/docs/docs/Concepts/mcp-server.md b/docs/docs/Concepts/mcp-server.mdx similarity index 99% rename from docs/docs/Concepts/mcp-server.md rename to docs/docs/Concepts/mcp-server.mdx index 4268ebf37..fd83b6262 100644 --- a/docs/docs/Concepts/mcp-server.md +++ b/docs/docs/Concepts/mcp-server.mdx @@ -134,7 +134,7 @@ For example: The **MCP Server** tab automatically includes the correct `PROJECT_NAME`, `LANGFLOW_SERVER_ADDRESS`, and `PROJECT_ID` values. The default Langflow server address is `http://localhost:7860`. - + If you have [deployed a public Langflow server](/deployment-public-server), the address is automatically included. :::important diff --git a/docs/docs/Configuration/configuration-api-keys.md b/docs/docs/Configuration/configuration-api-keys.mdx similarity index 100% rename from docs/docs/Configuration/configuration-api-keys.md rename to docs/docs/Configuration/configuration-api-keys.mdx diff --git a/docs/docs/Configuration/configuration-authentication.md b/docs/docs/Configuration/configuration-authentication.mdx similarity index 100% rename from docs/docs/Configuration/configuration-authentication.md rename to docs/docs/Configuration/configuration-authentication.mdx diff --git a/docs/docs/Configuration/configuration-cli.md b/docs/docs/Configuration/configuration-cli.mdx similarity index 87% rename from docs/docs/Configuration/configuration-cli.md rename to docs/docs/Configuration/configuration-cli.mdx index 3ec2a1d50..c0af50848 100644 --- a/docs/docs/Configuration/configuration-cli.md +++ b/docs/docs/Configuration/configuration-cli.mdx @@ -11,7 +11,7 @@ The Langflow command line interface (Langflow CLI) is the main interface for man ## CLI commands -The following sections describe the available CLI commands and their options, as well as their corresponding [environment variables](./environment-variables.md). +The following sections describe the available CLI commands and their options, as well as their corresponding [environment variables](./environment-variables.mdx). ### langflow @@ -108,24 +108,24 @@ python -m langflow run [OPTIONS] | Option | Default | Values | Description | |--------|---------|--------|-------------| -| `--host` | `localhost` | String | The host on which the Langflow server will run.
See [`LANGFLOW_HOST` variable](./environment-variables.md#LANGFLOW_HOST). | -| `--workers` | `1` | Integer | Number of worker processes.
See [`LANGFLOW_WORKERS` variable](./environment-variables.md#LANGFLOW_WORKERS). | -| `--worker-timeout` | `300` | Integer | Worker timeout in seconds.
See [`LANGFLOW_WORKER_TIMEOUT` variable](./environment-variables.md#LANGFLOW_WORKER_TIMEOUT). | -| `--port` | `7860` | Integer | The port on which the Langflow server will run. The server automatically selects a free port if the specified port is in use.
See [`LANGFLOW_PORT` variable](./environment-variables.md#LANGFLOW_PORT). | -| `--components-path` | `langflow/components` | String | Path to the directory containing custom components.
See [`LANGFLOW_COMPONENTS_PATH` variable](./environment-variables.md#LANGFLOW_COMPONENTS_PATH). | -| `--env-file` | Not set | String | Path to the `.env` file containing environment variables.
See [Import environment variables from a .env file](./environment-variables.md#configure-variables-env-file). | -| `--log-level` | `critical` | `debug`
`info`
`warning`
`error`
`critical` | Set the logging level.
See [`LANGFLOW_LOG_LEVEL` variable](./environment-variables.md#LANGFLOW_LOG_LEVEL). | -| `--log-file` | `logs/langflow.log` | String | Set the path to the log file for Langflow.
See [`LANGFLOW_LOG_FILE` variable](./environment-variables.md#LANGFLOW_LOG_FILE). | -| `--cache` | `async` | `async`
`redis`
`memory`
`disk` | Type of cache to use.
See [`LANGFLOW_CACHE_TYPE` variable](./environment-variables.md#LANGFLOW_CACHE_TYPE). | -| `--frontend-path` | `./frontend` | String | Path to the frontend directory containing build files. This is for development purposes only.
See [`LANGFLOW_FRONTEND_PATH` variable](./environment-variables.md#LANGFLOW_FRONTEND_PATH). | -| `--open-browser` | `true` | Boolean | Open the system web browser on startup. Use `--no-open-browser` to disable opening the system web browser on startup.
See [`LANGFLOW_OPEN_BROWSER` variable](./environment-variables.md#LANGFLOW_OPEN_BROWSER). | -| `--remove-api-keys` | `false` (`--no-remove-api-keys`) | Boolean | Remove API keys from the projects saved in the database.
See [`LANGFLOW_REMOVE_API_KEYS` variable](./environment-variables.md#LANGFLOW_REMOVE_API_KEYS). | -| `--backend-only` | `false` (`--no-backend-only`) | Boolean | Only run Langflow's backend server (no frontend).
See [`LANGFLOW_BACKEND_ONLY` variable](./environment-variables.md#LANGFLOW_BACKEND_ONLY). | -| `--store` | `true` | Boolean | Enable the Langflow Store features. Use `--no-store` to disable the Langflow Store features.
See [`LANGFLOW_STORE` variable](./environment-variables.md#LANGFLOW_STORE). | -| `--auto-saving` | `true` | Boolean | Enable flow auto-saving. Use `--no-auto-saving` to disable flow auto-saving.
See [`LANGFLOW_AUTO_SAVING` variable](./environment-variables.md#LANGFLOW_AUTO_SAVING). | -| `--auto-saving-interval` | `1000` | Integer | Set the interval for flow auto-saving in milliseconds.
See [`LANGFLOW_AUTO_SAVING_INTERVAL` variable](./environment-variables.md#LANGFLOW_AUTO_SAVING_INTERVAL). | -| `--health-check-max-retries` | `5` | Integer | Set the maximum number of retries for the health check. Use `--no-health-check-max-retries` to disable the maximum number of retries for the health check.
See [`LANGFLOW_HEALTH_CHECK_MAX_RETRIES` variable](./environment-variables.md#LANGFLOW_HEALTH_CHECK_MAX_RETRIES). | -| `--max-file-size-upload` | `100` | Integer | Set the maximum file size for the upload in megabytes.
See [`LANGFLOW_MAX_FILE_SIZE_UPLOAD` variable](./environment-variables.md#LANGFLOW_MAX_FILE_SIZE_UPLOAD). | +| `--host` | `localhost` | String | The host on which the Langflow server will run.
See [`LANGFLOW_HOST` variable](./environment-variables.mdx#LANGFLOW_HOST). | +| `--workers` | `1` | Integer | Number of worker processes.
See [`LANGFLOW_WORKERS` variable](./environment-variables.mdx#LANGFLOW_WORKERS). | +| `--worker-timeout` | `300` | Integer | Worker timeout in seconds.
See [`LANGFLOW_WORKER_TIMEOUT` variable](./environment-variables.mdx#LANGFLOW_WORKER_TIMEOUT). | +| `--port` | `7860` | Integer | The port on which the Langflow server will run. The server automatically selects a free port if the specified port is in use.
See [`LANGFLOW_PORT` variable](./environment-variables.mdx#LANGFLOW_PORT). | +| `--components-path` | `langflow/components` | String | Path to the directory containing custom components.
See [`LANGFLOW_COMPONENTS_PATH` variable](./environment-variables.mdx#LANGFLOW_COMPONENTS_PATH). | +| `--env-file` | Not set | String | Path to the `.env` file containing environment variables.
See [Import environment variables from a .env file](./environment-variables.mdx#configure-variables-env-file). | +| `--log-level` | `critical` | `debug`
`info`
`warning`
`error`
`critical` | Set the logging level.
See [`LANGFLOW_LOG_LEVEL` variable](./environment-variables.mdx#LANGFLOW_LOG_LEVEL). | +| `--log-file` | `logs/langflow.log` | String | Set the path to the log file for Langflow.
See [`LANGFLOW_LOG_FILE` variable](./environment-variables.mdx#LANGFLOW_LOG_FILE). | +| `--cache` | `async` | `async`
`redis`
`memory`
`disk` | Type of cache to use.
See [`LANGFLOW_CACHE_TYPE` variable](./environment-variables.mdx#LANGFLOW_CACHE_TYPE). | +| `--frontend-path` | `./frontend` | String | Path to the frontend directory containing build files. This is for development purposes only.
See [`LANGFLOW_FRONTEND_PATH` variable](./environment-variables.mdx#LANGFLOW_FRONTEND_PATH). | +| `--open-browser` | `true` | Boolean | Open the system web browser on startup. Use `--no-open-browser` to disable opening the system web browser on startup.
See [`LANGFLOW_OPEN_BROWSER` variable](./environment-variables.mdx#LANGFLOW_OPEN_BROWSER). | +| `--remove-api-keys` | `false` (`--no-remove-api-keys`) | Boolean | Remove API keys from the projects saved in the database.
See [`LANGFLOW_REMOVE_API_KEYS` variable](./environment-variables.mdx#LANGFLOW_REMOVE_API_KEYS). | +| `--backend-only` | `false` (`--no-backend-only`) | Boolean | Only run Langflow's backend server (no frontend).
See [`LANGFLOW_BACKEND_ONLY` variable](./environment-variables.mdx#LANGFLOW_BACKEND_ONLY). | +| `--store` | `true` | Boolean | Enable the Langflow Store features. Use `--no-store` to disable the Langflow Store features.
See [`LANGFLOW_STORE` variable](./environment-variables.mdx#LANGFLOW_STORE). | +| `--auto-saving` | `true` | Boolean | Enable flow auto-saving. Use `--no-auto-saving` to disable flow auto-saving.
See [`LANGFLOW_AUTO_SAVING` variable](./environment-variables.mdx#LANGFLOW_AUTO_SAVING). | +| `--auto-saving-interval` | `1000` | Integer | Set the interval for flow auto-saving in milliseconds.
See [`LANGFLOW_AUTO_SAVING_INTERVAL` variable](./environment-variables.mdx#LANGFLOW_AUTO_SAVING_INTERVAL). | +| `--health-check-max-retries` | `5` | Integer | Set the maximum number of retries for the health check. Use `--no-health-check-max-retries` to disable the maximum number of retries for the health check.
See [`LANGFLOW_HEALTH_CHECK_MAX_RETRIES` variable](./environment-variables.mdx#LANGFLOW_HEALTH_CHECK_MAX_RETRIES). | +| `--max-file-size-upload` | `100` | Integer | Set the maximum file size for the upload in megabytes.
See [`LANGFLOW_MAX_FILE_SIZE_UPLOAD` variable](./environment-variables.mdx#LANGFLOW_MAX_FILE_SIZE_UPLOAD). | | `--ssl-cert-file-path` | Not set | String | Path to the SSL certificate file on the local system. | | `--ssl-key-file-path` | Not set | String | Path to the SSL key file on the local system. | | `--help` | *Not applicable* | *Not applicable* | Display information about the command usage and its options and arguments. | @@ -144,12 +144,12 @@ python -m langflow superuser [OPTIONS] | Option | Default | Values | Description | |--------|---------|--------|-------------| -| `--username` | Required | String | Specify the name for the superuser.
See [`LANGFLOW_SUPERUSER` variable](./environment-variables.md#LANGFLOW_SUPERUSER). | -| `--password` | Required | String | Specify the password for the superuser.
See [`LANGFLOW_SUPERUSER_PASSWORD` variable](./environment-variables.md#LANGFLOW_SUPERUSER_PASSWORD). | +| `--username` | Required | String | Specify the name for the superuser.
See [`LANGFLOW_SUPERUSER` variable](./environment-variables.mdx#LANGFLOW_SUPERUSER). | +| `--password` | Required | String | Specify the password for the superuser.
See [`LANGFLOW_SUPERUSER_PASSWORD` variable](./environment-variables.mdx#LANGFLOW_SUPERUSER_PASSWORD). | ## Precedence -Langflow CLI options override the values of corresponding [environment variables](./environment-variables.md). +Langflow CLI options override the values of corresponding [environment variables](./environment-variables.mdx). For example, if you have `LANGFLOW_PORT=7860` defined as an environment variable, but you run the CLI with `--port 7880`, Langflow sets the port to **`7880`**, the value passed with the CLI. @@ -173,4 +173,4 @@ langflow run --remove-api-keys All boolean options have a corresponding option that negates it. For example, the negating option for `--remove-api-keys` is `--no-remove-api-keys`. -These options let you negate boolean options that you may have set using [environment variables](./environment-variables.md). +These options let you negate boolean options that you may have set using [environment variables](./environment-variables.mdx). diff --git a/docs/docs/Configuration/configuration-custom-database.md b/docs/docs/Configuration/configuration-custom-database.mdx similarity index 100% rename from docs/docs/Configuration/configuration-custom-database.md rename to docs/docs/Configuration/configuration-custom-database.mdx diff --git a/docs/docs/Configuration/configuration-global-variables.md b/docs/docs/Configuration/configuration-global-variables.mdx similarity index 100% rename from docs/docs/Configuration/configuration-global-variables.md rename to docs/docs/Configuration/configuration-global-variables.mdx diff --git a/docs/docs/Configuration/environment-variables.md b/docs/docs/Configuration/environment-variables.mdx similarity index 95% rename from docs/docs/Configuration/environment-variables.md rename to docs/docs/Configuration/environment-variables.mdx index f3286ae97..a6482453a 100644 --- a/docs/docs/Configuration/environment-variables.md +++ b/docs/docs/Configuration/environment-variables.mdx @@ -125,7 +125,7 @@ On startup, Langflow imports the environment variables from your `.env` file, as ## Precedence {#precedence} -You can set Langflow environment variables in your terminal, in `.env`, and with [Langflow CLI options](./configuration-cli.md). +You can set Langflow environment variables in your terminal, in `.env`, and with [Langflow CLI options](./configuration-cli.mdx). If an environment variable is set in multiple places, the following hierarchy applies: @@ -185,13 +185,13 @@ The following table lists the environment variables supported by Langflow. | Variable | Format | Default | Description | |----------|--------|---------|-------------| | DO_NOT_TRACK | Boolean | `false` | If this option is enabled, Langflow does not track telemetry. | -| LANGFLOW_AUTO_LOGIN | Boolean | `true` | Enable automatic login for Langflow. Set to `false` to disable automatic login and require the login form to log into the Langflow UI. Setting to `false` requires [`LANGFLOW_SUPERUSER`](#LANGFLOW_SUPERUSER) and [`LANGFLOW_SUPERUSER_PASSWORD`](environment-variables.md#LANGFLOW_SUPERUSER_PASSWORD) to be set. For more information, see [Authentication](/configuration-authentication). | -| LANGFLOW_AUTO_SAVING | Boolean | `true` | Enable flow auto-saving.
See [`--auto-saving` option](./configuration-cli.md#run-auto-saving). | -| LANGFLOW_AUTO_SAVING_INTERVAL | Integer | `1000` | Set the interval for flow auto-saving in milliseconds.
See [`--auto-saving-interval` option](./configuration-cli.md#run-auto-saving-interval). | -| LANGFLOW_BACKEND_ONLY | Boolean | `false` | Only run Langflow's backend server (no frontend).
See [`--backend-only` option](./configuration-cli.md#run-backend-only). | +| LANGFLOW_AUTO_LOGIN | Boolean | `true` | Enable automatic login for Langflow. Set to `false` to disable automatic login and require the login form to log into the Langflow UI. Setting to `false` requires [`LANGFLOW_SUPERUSER`](#LANGFLOW_SUPERUSER) and [`LANGFLOW_SUPERUSER_PASSWORD`](environment-variables.mdx#LANGFLOW_SUPERUSER_PASSWORD) to be set. For more information, see [Authentication](/configuration-authentication). | +| LANGFLOW_AUTO_SAVING | Boolean | `true` | Enable flow auto-saving.
See [`--auto-saving` option](./configuration-cli.mdx#run-auto-saving). | +| LANGFLOW_AUTO_SAVING_INTERVAL | Integer | `1000` | Set the interval for flow auto-saving in milliseconds.
See [`--auto-saving-interval` option](./configuration-cli.mdx#run-auto-saving-interval). | +| LANGFLOW_BACKEND_ONLY | Boolean | `false` | Only run Langflow's backend server (no frontend).
See [`--backend-only` option](./configuration-cli.mdx#run-backend-only). | | LANGFLOW_BUNDLE_URLS | List[String] | `[]` | A list of URLs from which to load component bundles and flows. Supports GitHub URLs. If LANGFLOW_AUTO_LOGIN is enabled, flows from these bundles are loaded into the database. | | LANGFLOW_CACHE_TYPE | String | `async` | Set the cache type for Langflow. Possible values: `async`, `redis`, `memory`, `disk`.
If you set the type to `redis`, then you must also set the following environment variables: LANGFLOW_REDIS_HOST, LANGFLOW_REDIS_PORT, LANGFLOW_REDIS_DB, and LANGFLOW_REDIS_CACHE_EXPIRE. | -| LANGFLOW_COMPONENTS_PATH | String | `langflow/components` | Path to the directory containing custom components.
See [`--components-path` option](./configuration-cli.md#run-components-path). | +| LANGFLOW_COMPONENTS_PATH | String | `langflow/components` | Path to the directory containing custom components.
See [`--components-path` option](./configuration-cli.mdx#run-components-path). | | LANGFLOW_CONFIG_DIR | String | See description | Set the Langflow configuration directory where files, logs, and the Langflow database are stored. Defaults: **Linux/WSL**: `~/.cache/langflow/`
**macOS**: `/Users//Library/Caches/langflow/`
**Windows**: `%LOCALAPPDATA%\langflow\langflow\Cache`| | LANGFLOW_DATABASE_URL | String | Not set | Set the database URL for Langflow. If not provided, Langflow uses a SQLite database. | | LANGFLOW_DATABASE_CONNECTION_RETRY | Boolean | `false` | If True, Langflow tries to connect to the database again if it fails. | @@ -201,22 +201,22 @@ The following table lists the environment variables supported by Langflow. | LANGFLOW_DB_CONNECTION_SETTINGS | JSON | Not set | A JSON dictionary to centralize database connection parameters. Example: `{"pool_size": 10, "max_overflow": 20}` | | LANGFLOW_DISABLE_TRACK_APIKEY_USAGE | Boolean | `false` | If set to `true`, disables tracking of API key usage (`total_uses` and `last_used_at`) to avoid database contention under high concurrency. | | LANGFLOW_ENABLE_LOG_RETRIEVAL | Boolean | `false` | Enable log retrieval functionality. | -| LANGFLOW_FALLBACK_TO_ENV_VAR | Boolean | `true` | If enabled, [global variables](../Configuration/configuration-global-variables.md) set in the Langflow UI fall back to an environment variable with the same name when Langflow fails to retrieve the variable value. | -| LANGFLOW_FRONTEND_PATH | String | `./frontend` | Path to the frontend directory containing build files. This is for development purposes only.
See [`--frontend-path` option](./configuration-cli.md#run-frontend-path). | -| LANGFLOW_HEALTH_CHECK_MAX_RETRIES | Integer | `5` | Set the maximum number of retries for the health check.
See [`--health-check-max-retries` option](./configuration-cli.md#run-health-check-max-retries). | -| LANGFLOW_HOST | String | `localhost` | The host on which the Langflow server will run.
See [`--host` option](./configuration-cli.md#run-host). | -| LANGFLOW_LANGCHAIN_CACHE | String | `InMemoryCache` | Type of cache to use. Possible values: `InMemoryCache`, `SQLiteCache`.
See [`--cache` option](./configuration-cli.md#run-cache). | +| LANGFLOW_FALLBACK_TO_ENV_VAR | Boolean | `true` | If enabled, [global variables](../Configuration/configuration-global-variables.mdx) set in the Langflow UI fall back to an environment variable with the same name when Langflow fails to retrieve the variable value. | +| LANGFLOW_FRONTEND_PATH | String | `./frontend` | Path to the frontend directory containing build files. This is for development purposes only.
See [`--frontend-path` option](./configuration-cli.mdx#run-frontend-path). | +| LANGFLOW_HEALTH_CHECK_MAX_RETRIES | Integer | `5` | Set the maximum number of retries for the health check.
See [`--health-check-max-retries` option](./configuration-cli.mdx#run-health-check-max-retries). | +| LANGFLOW_HOST | String | `localhost` | The host on which the Langflow server will run.
See [`--host` option](./configuration-cli.mdx#run-host). | +| LANGFLOW_LANGCHAIN_CACHE | String | `InMemoryCache` | Type of cache to use. Possible values: `InMemoryCache`, `SQLiteCache`.
See [`--cache` option](./configuration-cli.mdx#run-cache). | | LANGFLOW_LOG_LEVEL | String | `INFO` | Set the logging level for Langflow. Possible values: `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`. | | LANGFLOW_LOG_FILE | String | Not set | Path to the log file. If this option is not set, logs are written to stdout. | | LANGFLOW_LOG_RETRIEVER_BUFFER_SIZE | Integer | `10000` | Set the buffer size for log retrieval. Only used if `LANGFLOW_ENABLE_LOG_RETRIEVAL` is enabled. | -| LANGFLOW_MAX_FILE_SIZE_UPLOAD | Integer | `100` | Set the maximum file size for the upload in megabytes.
See [`--max-file-size-upload` option](./configuration-cli.md#run-max-file-size-upload). | +| LANGFLOW_MAX_FILE_SIZE_UPLOAD | Integer | `100` | Set the maximum file size for the upload in megabytes.
See [`--max-file-size-upload` option](./configuration-cli.mdx#run-max-file-size-upload). | | LANGFLOW_MAX_ITEMS_LENGTH | Integer | `100` | Maximum number of items to store and display in the UI. Lists longer than this will be truncated when displayed in the UI. Does not affect data passed between components nor outputs. | | LANGFLOW_MAX_TEXT_LENGTH | Integer | `1000` | Maximum number of characters to store and display in the UI. Responses longer than this will be truncated when displayed in the UI. Does not truncate responses between components nor outputs. | | LANGFLOW_MCP_SERVER_ENABLED | Boolean | `true` | If this option is set to False, Langflow does not enable the MCP server. | | LANGFLOW_MCP_SERVER_ENABLE_PROGRESS_NOTIFICATIONS | Boolean | `false` | If this option is set to True, Langflow sends progress notifications in the MCP server. | | LANGFLOW_NEW_USER_IS_ACTIVE | Boolean | `false` | When enabled, new users are automatically activated and can log in without requiring explicit activation by the superuser. | -| LANGFLOW_OPEN_BROWSER | Boolean | `false` | Open the system web browser on startup.
See [`--open-browser` option](./configuration-cli.md#run-open-browser). | -| LANGFLOW_PORT | Integer | `7860` | The port on which the Langflow server runs. The server automatically selects a free port if the specified port is in use.
See [`--port` option](./configuration-cli.md#run-port). | +| LANGFLOW_OPEN_BROWSER | Boolean | `false` | Open the system web browser on startup.
See [`--open-browser` option](./configuration-cli.mdx#run-open-browser). | +| LANGFLOW_PORT | Integer | `7860` | The port on which the Langflow server runs. The server automatically selects a free port if the specified port is in use.
See [`--port` option](./configuration-cli.mdx#run-port). | | LANGFLOW_PROMETHEUS_ENABLED | Boolean | `false` | Expose Prometheus metrics. | | LANGFLOW_PROMETHEUS_PORT | Integer | `9090` | Set the port on which Langflow exposes Prometheus metrics. | | LANGFLOW_REDIS_CACHE_EXPIRE | Integer | `3600` | See LANGFLOW_CACHE_TYPE. | @@ -224,19 +224,19 @@ The following table lists the environment variables supported by Langflow. | LANGFLOW_REDIS_HOST | String | `localhost` | See LANGFLOW_CACHE_TYPE. | | LANGFLOW_REDIS_PORT | String | `6379` | See LANGFLOW_CACHE_TYPE. | | LANGFLOW_REDIS_PASSWORD | String | Not set | Password for Redis authentication when using Redis cache type. | -| LANGFLOW_REMOVE_API_KEYS | Boolean | `false` | Remove API keys from the projects saved in the database.
See [`--remove-api-keys` option](./configuration-cli.md#run-remove-api-keys). | +| LANGFLOW_REMOVE_API_KEYS | Boolean | `false` | Remove API keys from the projects saved in the database.
See [`--remove-api-keys` option](./configuration-cli.mdx#run-remove-api-keys). | | LANGFLOW_SAVE_DB_IN_CONFIG_DIR | Boolean | `false` | Save the Langflow database in LANGFLOW_CONFIG_DIR instead of in the Langflow package directory. Note, when this variable is set to default (`false`), the database isn't shared between different virtual environments and the database is deleted when you uninstall Langflow. | | LANGFLOW_SECRET_KEY | String | Auto-generated | Key used for encrypting sensitive data like API keys. If a key is not provided, a secure key is auto-generated. For production environments with multiple instances, you should explicitly set this to ensure consistent encryption across instances. | -| LANGFLOW_STORE | Boolean | `true` | Enable the Langflow Store.
See [`--store` option](./configuration-cli.md#run-store). | -| LANGFLOW_STORE_ENVIRONMENT_VARIABLES | Boolean | `true` | Store environment variables as [global variables](../Configuration/configuration-global-variables.md) in the database. | +| LANGFLOW_STORE | Boolean | `true` | Enable the Langflow Store.
See [`--store` option](./configuration-cli.mdx#run-store). | +| LANGFLOW_STORE_ENVIRONMENT_VARIABLES | Boolean | `true` | Store environment variables as [global variables](../Configuration/configuration-global-variables.mdx) in the database. | | LANGFLOW_CREATE_STARTER_PROJECTS | Boolean | `true` | If this option is enabled, Langflow creates starter projects during initialization. Set to `false` to skip all starter project creation and updates. | | LANGFLOW_UPDATE_STARTER_PROJECTS | Boolean | `true` | If this option is enabled, Langflow updates starter projects with the latest component versions when initializing. | -| LANGFLOW_SUPERUSER | String | `langflow` | Set the name for the superuser. Required if LANGFLOW_AUTO_LOGIN is set to `false`.
See [`superuser --username` option](./configuration-cli.md#superuser-username). | -| LANGFLOW_SUPERUSER_PASSWORD | String | `langflow` | Set the password for the superuser. Required if LANGFLOW_AUTO_LOGIN is set to `false`.
See [`superuser --password` option](./configuration-cli.md#superuser-password). | -| LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT | String | Not set | Comma-separated list of environment variables to get from the environment and store as [global variables](../Configuration/configuration-global-variables.md). | +| LANGFLOW_SUPERUSER | String | `langflow` | Set the name for the superuser. Required if LANGFLOW_AUTO_LOGIN is set to `false`.
See [`superuser --username` option](./configuration-cli.mdx#superuser-username). | +| LANGFLOW_SUPERUSER_PASSWORD | String | `langflow` | Set the password for the superuser. Required if LANGFLOW_AUTO_LOGIN is set to `false`.
See [`superuser --password` option](./configuration-cli.mdx#superuser-password). | +| LANGFLOW_VARIABLES_TO_GET_FROM_ENVIRONMENT | String | Not set | Comma-separated list of environment variables to get from the environment and store as [global variables](../Configuration/configuration-global-variables.mdx). | | LANGFLOW_LOAD_FLOWS_PATH | String | Not set | Path to a directory containing flow JSON files to be loaded on startup. Note that this feature only works if LANGFLOW_AUTO_LOGIN is enabled. | -| LANGFLOW_WORKER_TIMEOUT | Integer | `300` | Worker timeout in seconds.
See [`--worker-timeout` option](./configuration-cli.md#run-worker-timeout). | -| LANGFLOW_WORKERS | Integer | `1` | Number of worker processes.
See [`--workers` option](./configuration-cli.md#run-workers). | +| LANGFLOW_WORKER_TIMEOUT | Integer | `300` | Worker timeout in seconds.
See [`--worker-timeout` option](./configuration-cli.mdx#run-worker-timeout). | +| LANGFLOW_WORKERS | Integer | `1` | Number of worker processes.
See [`--workers` option](./configuration-cli.mdx#run-workers). | | LANGFLOW_SSL_CERT_FILE | String | Not set | Path to the SSL certificate file on the local system. | | LANGFLOW_SSL_KEY_FILE | String | Not set | Path to the SSL key file on the local system. | | SKIP_AUTH_AUTO_LOGIN | Boolean | `false` | If set to `true`, disables automatic login and enforces authentication, regardless of the value of `LANGFLOW_AUTO_LOGIN`. diff --git a/docs/docs/Contributing/contributing-bundles.md b/docs/docs/Contributing/contributing-bundles.mdx similarity index 100% rename from docs/docs/Contributing/contributing-bundles.md rename to docs/docs/Contributing/contributing-bundles.mdx diff --git a/docs/docs/Contributing/contributing-community.md b/docs/docs/Contributing/contributing-community.mdx similarity index 100% rename from docs/docs/Contributing/contributing-community.md rename to docs/docs/Contributing/contributing-community.mdx diff --git a/docs/docs/Contributing/contributing-component-tests.md b/docs/docs/Contributing/contributing-component-tests.mdx similarity index 100% rename from docs/docs/Contributing/contributing-component-tests.md rename to docs/docs/Contributing/contributing-component-tests.mdx diff --git a/docs/docs/Contributing/contributing-components.md b/docs/docs/Contributing/contributing-components.mdx similarity index 99% rename from docs/docs/Contributing/contributing-components.md rename to docs/docs/Contributing/contributing-components.mdx index 368d7698b..1df2f8981 100644 --- a/docs/docs/Contributing/contributing-components.md +++ b/docs/docs/Contributing/contributing-components.mdx @@ -84,7 +84,7 @@ You can view the [/data/__init__.py](https://github.com/langflow-ai/langflow/blo 7. Add any new dependencies to the [pyproject.toml](https://github.com/langflow-ai/langflow/blob/main/pyproject.toml#L20) file. -8. Submit documentation for your component. For this example component, you would submit documentation to the [Data components page](https://github.com/langflow-ai/langflow/blob/main/docs/docs/Components/components-data.md). +8. Submit documentation for your component. For this example component, you would submit documentation to the [Data components page](https://github.com/langflow-ai/langflow/blob/main/docs/docs/Components/components-data.mdx). 9. Submit your changes as a pull request. The Langflow team will review, suggest changes, and add your component to Langflow. diff --git a/docs/docs/Contributing/contributing-github-issues.md b/docs/docs/Contributing/contributing-github-issues.mdx similarity index 100% rename from docs/docs/Contributing/contributing-github-issues.md rename to docs/docs/Contributing/contributing-github-issues.mdx diff --git a/docs/docs/Contributing/contributing-how-to-contribute.md b/docs/docs/Contributing/contributing-how-to-contribute.mdx similarity index 97% rename from docs/docs/Contributing/contributing-how-to-contribute.md rename to docs/docs/Contributing/contributing-how-to-contribute.mdx index bbe84aac5..7eef5e74f 100644 --- a/docs/docs/Contributing/contributing-how-to-contribute.md +++ b/docs/docs/Contributing/contributing-how-to-contribute.mdx @@ -205,10 +205,10 @@ For more information, see the [VSCode documentation](https://code.visualstudio.c ### Additional contribution guides -- [Contribute Bundles](./contributing-bundles.md) -- [Contribute Components](./contributing-components.md) -- [Contribute Tests](./contributing-component-tests.md) -- [Contribute Templates](./contributing-templates.md) +- [Contribute Bundles](./contributing-bundles.mdx) +- [Contribute Components](./contributing-components.mdx) +- [Contribute Tests](./contributing-component-tests.mdx) +- [Contribute Templates](./contributing-templates.mdx) ## Contribute documentation diff --git a/docs/docs/Contributing/contributing-telemetry.md b/docs/docs/Contributing/contributing-telemetry.mdx similarity index 100% rename from docs/docs/Contributing/contributing-telemetry.md rename to docs/docs/Contributing/contributing-telemetry.mdx diff --git a/docs/docs/Contributing/contributing-templates.md b/docs/docs/Contributing/contributing-templates.mdx similarity index 100% rename from docs/docs/Contributing/contributing-templates.md rename to docs/docs/Contributing/contributing-templates.mdx diff --git a/docs/docs/Deployment/deployment-caddyfile.md b/docs/docs/Deployment/deployment-caddyfile.mdx similarity index 100% rename from docs/docs/Deployment/deployment-caddyfile.md rename to docs/docs/Deployment/deployment-caddyfile.mdx diff --git a/docs/docs/Deployment/deployment-docker.md b/docs/docs/Deployment/deployment-docker.mdx similarity index 100% rename from docs/docs/Deployment/deployment-docker.md rename to docs/docs/Deployment/deployment-docker.mdx diff --git a/docs/docs/Deployment/deployment-gcp.md b/docs/docs/Deployment/deployment-gcp.mdx similarity index 100% rename from docs/docs/Deployment/deployment-gcp.md rename to docs/docs/Deployment/deployment-gcp.mdx diff --git a/docs/docs/Deployment/deployment-hugging-face-spaces.md b/docs/docs/Deployment/deployment-hugging-face-spaces.mdx similarity index 95% rename from docs/docs/Deployment/deployment-hugging-face-spaces.md rename to docs/docs/Deployment/deployment-hugging-face-spaces.mdx index 414adab64..a98d505a8 100644 --- a/docs/docs/Deployment/deployment-hugging-face-spaces.md +++ b/docs/docs/Deployment/deployment-hugging-face-spaces.mdx @@ -7,7 +7,7 @@ This guide explains how to deploy Langflow on [HuggingFace Spaces](https://huggi 1. Go to the [Langflow Space](https://huggingface.co/spaces/Langflow/Langflow?duplicate=true). -2. Click **Duplicate Space**. +2. Click **Duplicate Space**. 3. In the configuration dialog, do the following: - Enter a name for your Space. - Select either public or private visibility. diff --git a/docs/docs/Deployment/deployment-kubernetes-dev.md b/docs/docs/Deployment/deployment-kubernetes-dev.mdx similarity index 100% rename from docs/docs/Deployment/deployment-kubernetes-dev.md rename to docs/docs/Deployment/deployment-kubernetes-dev.mdx diff --git a/docs/docs/Deployment/deployment-kubernetes-prod.md b/docs/docs/Deployment/deployment-kubernetes-prod.mdx similarity index 100% rename from docs/docs/Deployment/deployment-kubernetes-prod.md rename to docs/docs/Deployment/deployment-kubernetes-prod.mdx diff --git a/docs/docs/Deployment/deployment-overview.md b/docs/docs/Deployment/deployment-overview.mdx similarity index 100% rename from docs/docs/Deployment/deployment-overview.md rename to docs/docs/Deployment/deployment-overview.mdx diff --git a/docs/docs/Deployment/deployment-prod-best-practices.md b/docs/docs/Deployment/deployment-prod-best-practices.mdx similarity index 100% rename from docs/docs/Deployment/deployment-prod-best-practices.md rename to docs/docs/Deployment/deployment-prod-best-practices.mdx diff --git a/docs/docs/Deployment/deployment-public-server.md b/docs/docs/Deployment/deployment-public-server.mdx similarity index 100% rename from docs/docs/Deployment/deployment-public-server.md rename to docs/docs/Deployment/deployment-public-server.mdx diff --git a/docs/docs/Deployment/deployment-railway.md b/docs/docs/Deployment/deployment-railway.mdx similarity index 95% rename from docs/docs/Deployment/deployment-railway.md rename to docs/docs/Deployment/deployment-railway.mdx index 91c0113cb..9b2829b40 100644 --- a/docs/docs/Deployment/deployment-railway.md +++ b/docs/docs/Deployment/deployment-railway.mdx @@ -9,7 +9,7 @@ This guide explains how to deploy Langflow on [Railway](https://railway.app/), a [![Deploy on Railway](/logos/railway-deploy.svg)](https://railway.app/template/JMXEWp?referralCode=MnPSdg) -2. Click **Deploy Now**. +2. Click **Deploy Now**. Railway automatically does the following: - Sets up the infrastructure. - Deploys Langflow. diff --git a/docs/docs/Deployment/deployment-render.md b/docs/docs/Deployment/deployment-render.mdx similarity index 100% rename from docs/docs/Deployment/deployment-render.md rename to docs/docs/Deployment/deployment-render.mdx diff --git a/docs/docs/Develop/Clients/typescript-client.md b/docs/docs/Develop/Clients/typescript-client.mdx similarity index 100% rename from docs/docs/Develop/Clients/typescript-client.md rename to docs/docs/Develop/Clients/typescript-client.mdx diff --git a/docs/docs/Develop/develop-application.md b/docs/docs/Develop/develop-application.mdx similarity index 100% rename from docs/docs/Develop/develop-application.md rename to docs/docs/Develop/develop-application.mdx diff --git a/docs/docs/Develop/develop-overview.md b/docs/docs/Develop/develop-overview.mdx similarity index 100% rename from docs/docs/Develop/develop-overview.md rename to docs/docs/Develop/develop-overview.mdx diff --git a/docs/docs/Develop/install-custom-dependencies.md b/docs/docs/Develop/install-custom-dependencies.mdx similarity index 100% rename from docs/docs/Develop/install-custom-dependencies.md rename to docs/docs/Develop/install-custom-dependencies.mdx diff --git a/docs/docs/Develop/logging.md b/docs/docs/Develop/logging.mdx similarity index 100% rename from docs/docs/Develop/logging.md rename to docs/docs/Develop/logging.mdx diff --git a/docs/docs/Develop/memory.md b/docs/docs/Develop/memory.mdx similarity index 100% rename from docs/docs/Develop/memory.md rename to docs/docs/Develop/memory.mdx diff --git a/docs/docs/Develop/session-id.md b/docs/docs/Develop/session-id.mdx similarity index 100% rename from docs/docs/Develop/session-id.md rename to docs/docs/Develop/session-id.mdx diff --git a/docs/docs/Develop/webhook.md b/docs/docs/Develop/webhook.mdx similarity index 100% rename from docs/docs/Develop/webhook.md rename to docs/docs/Develop/webhook.mdx diff --git a/docs/docs/Get-Started/about-langflow.md b/docs/docs/Get-Started/about-langflow.mdx similarity index 100% rename from docs/docs/Get-Started/about-langflow.md rename to docs/docs/Get-Started/about-langflow.mdx diff --git a/docs/docs/Get-Started/get-started-installation.md b/docs/docs/Get-Started/get-started-installation.mdx similarity index 100% rename from docs/docs/Get-Started/get-started-installation.md rename to docs/docs/Get-Started/get-started-installation.mdx diff --git a/docs/docs/Get-Started/get-started-quickstart.md b/docs/docs/Get-Started/get-started-quickstart.mdx similarity index 100% rename from docs/docs/Get-Started/get-started-quickstart.md rename to docs/docs/Get-Started/get-started-quickstart.mdx diff --git a/docs/docs/Get-Started/welcome-to-langflow.md b/docs/docs/Get-Started/welcome-to-langflow.mdx similarity index 100% rename from docs/docs/Get-Started/welcome-to-langflow.md rename to docs/docs/Get-Started/welcome-to-langflow.mdx diff --git a/docs/docs/Integrations/Apify/integrations-apify.md b/docs/docs/Integrations/Apify/integrations-apify.mdx similarity index 100% rename from docs/docs/Integrations/Apify/integrations-apify.md rename to docs/docs/Integrations/Apify/integrations-apify.mdx diff --git a/docs/docs/Integrations/Arize/integrations-arize.md b/docs/docs/Integrations/Arize/integrations-arize.mdx similarity index 100% rename from docs/docs/Integrations/Arize/integrations-arize.md rename to docs/docs/Integrations/Arize/integrations-arize.mdx diff --git a/docs/docs/Integrations/Cleanlab/integrations-cleanlab.md b/docs/docs/Integrations/Cleanlab/integrations-cleanlab.mdx similarity index 100% rename from docs/docs/Integrations/Cleanlab/integrations-cleanlab.md rename to docs/docs/Integrations/Cleanlab/integrations-cleanlab.mdx diff --git a/docs/docs/Integrations/Composio/integrations-composio.md b/docs/docs/Integrations/Composio/integrations-composio.mdx similarity index 100% rename from docs/docs/Integrations/Composio/integrations-composio.md rename to docs/docs/Integrations/Composio/integrations-composio.mdx diff --git a/docs/docs/Integrations/Docling/integrations-docling.md b/docs/docs/Integrations/Docling/integrations-docling.mdx similarity index 100% rename from docs/docs/Integrations/Docling/integrations-docling.md rename to docs/docs/Integrations/Docling/integrations-docling.mdx diff --git a/docs/docs/Integrations/Google/integrations-google-big-query.md b/docs/docs/Integrations/Google/integrations-google-big-query.mdx similarity index 100% rename from docs/docs/Integrations/Google/integrations-google-big-query.md rename to docs/docs/Integrations/Google/integrations-google-big-query.mdx diff --git a/docs/docs/Integrations/Google/integrations-setup-google-cloud-vertex-ai-langflow.md b/docs/docs/Integrations/Google/integrations-setup-google-cloud-vertex-ai-langflow.mdx similarity index 100% rename from docs/docs/Integrations/Google/integrations-setup-google-cloud-vertex-ai-langflow.md rename to docs/docs/Integrations/Google/integrations-setup-google-cloud-vertex-ai-langflow.mdx diff --git a/docs/docs/Integrations/Google/integrations-setup-google-oauth-langflow.md b/docs/docs/Integrations/Google/integrations-setup-google-oauth-langflow.mdx similarity index 100% rename from docs/docs/Integrations/Google/integrations-setup-google-oauth-langflow.md rename to docs/docs/Integrations/Google/integrations-setup-google-oauth-langflow.mdx diff --git a/docs/docs/Integrations/Notion/integrations-notion.md b/docs/docs/Integrations/Notion/integrations-notion.mdx similarity index 100% rename from docs/docs/Integrations/Notion/integrations-notion.md rename to docs/docs/Integrations/Notion/integrations-notion.mdx diff --git a/docs/docs/Integrations/Notion/notion-agent-conversational.md b/docs/docs/Integrations/Notion/notion-agent-conversational.mdx similarity index 100% rename from docs/docs/Integrations/Notion/notion-agent-conversational.md rename to docs/docs/Integrations/Notion/notion-agent-conversational.mdx diff --git a/docs/docs/Integrations/Notion/notion-agent-meeting-notes.md b/docs/docs/Integrations/Notion/notion-agent-meeting-notes.mdx similarity index 100% rename from docs/docs/Integrations/Notion/notion-agent-meeting-notes.md rename to docs/docs/Integrations/Notion/notion-agent-meeting-notes.mdx diff --git a/docs/docs/Integrations/Nvidia/integrations-nvidia-g-assist.md b/docs/docs/Integrations/Nvidia/integrations-nvidia-g-assist.mdx similarity index 100% rename from docs/docs/Integrations/Nvidia/integrations-nvidia-g-assist.md rename to docs/docs/Integrations/Nvidia/integrations-nvidia-g-assist.mdx diff --git a/docs/docs/Integrations/Nvidia/integrations-nvidia-ingest.md b/docs/docs/Integrations/Nvidia/integrations-nvidia-ingest.mdx similarity index 100% rename from docs/docs/Integrations/Nvidia/integrations-nvidia-ingest.md rename to docs/docs/Integrations/Nvidia/integrations-nvidia-ingest.mdx diff --git a/docs/docs/Integrations/Nvidia/integrations-nvidia-nim-wsl2.md b/docs/docs/Integrations/Nvidia/integrations-nvidia-nim-wsl2.mdx similarity index 100% rename from docs/docs/Integrations/Nvidia/integrations-nvidia-nim-wsl2.md rename to docs/docs/Integrations/Nvidia/integrations-nvidia-nim-wsl2.mdx diff --git a/docs/docs/Integrations/integrations-assemblyai.md b/docs/docs/Integrations/integrations-assemblyai.mdx similarity index 100% rename from docs/docs/Integrations/integrations-assemblyai.md rename to docs/docs/Integrations/integrations-assemblyai.mdx diff --git a/docs/docs/Integrations/integrations-langfuse.md b/docs/docs/Integrations/integrations-langfuse.mdx similarity index 100% rename from docs/docs/Integrations/integrations-langfuse.md rename to docs/docs/Integrations/integrations-langfuse.mdx diff --git a/docs/docs/Integrations/integrations-langsmith.md b/docs/docs/Integrations/integrations-langsmith.mdx similarity index 100% rename from docs/docs/Integrations/integrations-langsmith.md rename to docs/docs/Integrations/integrations-langsmith.mdx diff --git a/docs/docs/Integrations/integrations-langwatch.md b/docs/docs/Integrations/integrations-langwatch.mdx similarity index 100% rename from docs/docs/Integrations/integrations-langwatch.md rename to docs/docs/Integrations/integrations-langwatch.mdx diff --git a/docs/docs/Integrations/integrations-opik.md b/docs/docs/Integrations/integrations-opik.mdx similarity index 100% rename from docs/docs/Integrations/integrations-opik.md rename to docs/docs/Integrations/integrations-opik.mdx diff --git a/docs/docs/Integrations/mcp-component-astra.md b/docs/docs/Integrations/mcp-component-astra.mdx similarity index 100% rename from docs/docs/Integrations/mcp-component-astra.md rename to docs/docs/Integrations/mcp-component-astra.mdx diff --git a/docs/docs/Support/luna-for-langflow.md b/docs/docs/Support/luna-for-langflow.mdx similarity index 100% rename from docs/docs/Support/luna-for-langflow.md rename to docs/docs/Support/luna-for-langflow.mdx diff --git a/docs/docs/Support/release-notes.md b/docs/docs/Support/release-notes.mdx similarity index 100% rename from docs/docs/Support/release-notes.md rename to docs/docs/Support/release-notes.mdx diff --git a/docs/docs/Support/troubleshooting.md b/docs/docs/Support/troubleshooting.mdx similarity index 100% rename from docs/docs/Support/troubleshooting.md rename to docs/docs/Support/troubleshooting.mdx diff --git a/docs/docs/Templates/basic-prompting.md b/docs/docs/Templates/basic-prompting.mdx similarity index 100% rename from docs/docs/Templates/basic-prompting.md rename to docs/docs/Templates/basic-prompting.mdx diff --git a/docs/docs/Templates/blog-writer.md b/docs/docs/Templates/blog-writer.mdx similarity index 100% rename from docs/docs/Templates/blog-writer.md rename to docs/docs/Templates/blog-writer.mdx diff --git a/docs/docs/Templates/document-qa.md b/docs/docs/Templates/document-qa.mdx similarity index 100% rename from docs/docs/Templates/document-qa.md rename to docs/docs/Templates/document-qa.mdx diff --git a/docs/docs/Templates/financial-report-parser.md b/docs/docs/Templates/financial-report-parser.mdx similarity index 100% rename from docs/docs/Templates/financial-report-parser.md rename to docs/docs/Templates/financial-report-parser.mdx diff --git a/docs/docs/Templates/memory-chatbot.md b/docs/docs/Templates/memory-chatbot.mdx similarity index 100% rename from docs/docs/Templates/memory-chatbot.md rename to docs/docs/Templates/memory-chatbot.mdx diff --git a/docs/docs/Templates/sequential-agent.md b/docs/docs/Templates/sequential-agent.mdx similarity index 100% rename from docs/docs/Templates/sequential-agent.md rename to docs/docs/Templates/sequential-agent.mdx diff --git a/docs/docs/Templates/simple-agent.md b/docs/docs/Templates/simple-agent.mdx similarity index 100% rename from docs/docs/Templates/simple-agent.md rename to docs/docs/Templates/simple-agent.mdx diff --git a/docs/docs/Templates/travel-planning-agent.md b/docs/docs/Templates/travel-planning-agent.mdx similarity index 100% rename from docs/docs/Templates/travel-planning-agent.md rename to docs/docs/Templates/travel-planning-agent.mdx diff --git a/docs/docs/Templates/vector-store-rag.md b/docs/docs/Templates/vector-store-rag.mdx similarity index 100% rename from docs/docs/Templates/vector-store-rag.md rename to docs/docs/Templates/vector-store-rag.mdx diff --git a/docs/docs/Tutorials/agent.md b/docs/docs/Tutorials/agent.mdx similarity index 100% rename from docs/docs/Tutorials/agent.md rename to docs/docs/Tutorials/agent.mdx diff --git a/docs/docs/Tutorials/chat-with-files.md b/docs/docs/Tutorials/chat-with-files.mdx similarity index 100% rename from docs/docs/Tutorials/chat-with-files.md rename to docs/docs/Tutorials/chat-with-files.mdx diff --git a/docs/docs/Tutorials/chat-with-rag.md b/docs/docs/Tutorials/chat-with-rag.mdx similarity index 100% rename from docs/docs/Tutorials/chat-with-rag.md rename to docs/docs/Tutorials/chat-with-rag.mdx