diff --git a/404.html b/404.html index 976e6e36..bd9b1a96 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ OpenRAG - + diff --git a/agents/index.html b/agents/index.html index 5b164561..44399bf0 100644 --- a/agents/index.html +++ b/agents/index.html @@ -4,7 +4,7 @@ Use Langflow in OpenRAG | OpenRAG - + @@ -33,7 +33,7 @@ To further explore and edit the flow, click Edit in Langflow to
  • Click Settings, and then click Edit in Langflow to launch the Langflow visual editor in a new browser window.

    If prompted to acknowledge that you are entering Langflow, click Proceed.

    -

    If Langflow requests login information, enter the LANGFLOW_SUPERUSER and LANGFLOW_SUPERUSER_PASSWORD from your OpenRAG .env file in your OpenRAG installation directory.

    +

    If Langflow requests login information, enter the LANGFLOW_SUPERUSER and LANGFLOW_SUPERUSER_PASSWORD from your OpenRAG .env file.

    OpenRAG OpenSearch Agent flow

  • @@ -53,6 +53,10 @@ This is a destructive action that discards all customizations to the flow.

  • Use MCP clients and MCP servers, and serve flows as MCP tools for your agentic flows.
  • Explore the Langflow documentation to learn more about the Langflow platform, features, and visual editor.

    +

    Modify a flow at runtime

    +

    You can use tweaks to modify flow settings at runtime without permanently changing the flow's configuration. +Tweaks are one-time parameter modifications that are passed to specific Langflow components during flow execution. +For more information on tweaks, see the Langflow documentation on Input schema (tweaks).

    Set the Langflow version

    By default, OpenRAG is pinned to the latest Langflow Docker image for stability.

    If necessary, you can set a specific Langflow version with the LANGFLOW_VERSION environment variable. However, there are risks to changing this setting:

    @@ -66,7 +70,7 @@ This is a destructive action that discards all customizations to the flow.

  • Default settings and behaviors might change causing unexpected results when OpenRAG expects a newer default.

  • -