Skip to content

docs: update file size limit to 1024 mb#9397

Merged
mendonk merged 3 commits into
docs-1.6from
docs-increase-max-file-upload
Aug 14, 2025
Merged

docs: update file size limit to 1024 mb#9397
mendonk merged 3 commits into
docs-1.6from
docs-increase-max-file-upload

Conversation

@mendonk
Copy link
Copy Markdown
Collaborator

@mendonk mendonk commented Aug 14, 2025

Release 1.5.0.post2 includes the change for increasing the default file size.
This updates the value in docs.

Summary by CodeRabbit

  • Documentation
    • Updated API, Components, and Concepts docs to reflect the new default upload size limit of 1024 MB (up from 100 MB).
    • Clarifies limits for image and general file uploads across v1/v2 flows; override instructions via environment configuration remain unchanged.
    • Aligns all end-user guidance with current service defaults; no functional or API changes.

@mendonk mendonk requested review from aimurphy and erichare August 14, 2025 15:17
@mendonk mendonk self-assigned this Aug 14, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Aug 14, 2025

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

Documentation updates changed the stated default maximum upload file size from 100 MB to 1024 MB across API reference, components, and concepts docs. No code or API changes.

Changes

Cohort / File(s) Summary of changes
Docs: Default max upload size text update
docs/docs/API-Reference/api-files.mdx, docs/docs/Components/components-data.mdx, docs/docs/Concepts/concepts-file-management.mdx
Updated default maximum file size from 100 MB to 1024 MB; environment variable guidance unchanged; no behavioral or API changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

lgtm

Suggested reviewers

  • Cristhianzl
  • jordanrfrazier
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs-increase-max-file-upload

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Aug 14, 2025
@github-actions

This comment has been minimized.

@github-actions github-actions Bot added the lgtm This PR has been approved by a maintainer label Aug 14, 2025
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🔭 Outside diff range comments (3)
docs/docs/Concepts/concepts-file-management.mdx (1)

1-4: Add required frontmatter description

Docs guidelines require a description in frontmatter.

 ---
 title: Manage files
+description: Learn how to upload, manage, and use files in Langflow, including default upload limits and how to configure them.
 slug: /concepts-file-management
 ---
docs/docs/API-Reference/api-files.mdx (1)

1-4: Add required frontmatter description

Add a short description per docs guidelines.

 ---
 title: Files endpoints
+description: Learn how to upload, list, download, and manage files with the Langflow API, including upload size limits and configuration.
 slug: /api-files
 ---
docs/docs/Components/components-data.mdx (1)

1-4: Add required frontmatter description

Frontmatter is missing a description.

 ---
 title: Data
+description: Explore Langflow Data components for loading files, directories, URLs, and APIs, including file size limits and supported types.
 slug: /components-data
 ---
🧹 Nitpick comments (1)
docs/docs/Components/components-data.mdx (1)

117-119: Optional: Add a brief note about external upload limits

Consider adding a short tip that large uploads may also be constrained by reverse proxies (for example, Nginx client_max_body_size) or hosting providers, even if Langflow allows 1024 MB.

Example insertion after the paragraph:

:::tip
Your deployment environment may enforce additional upload limits (for example, reverse proxy or hosting provider). Ensure those limits are configured to allow files up to 1024 MB if needed.
:::
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these settings in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 75970e5 and 506f609.

📒 Files selected for processing (3)
  • docs/docs/API-Reference/api-files.mdx (2 hunks)
  • docs/docs/Components/components-data.mdx (1 hunks)
  • docs/docs/Concepts/concepts-file-management.mdx (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
docs/docs/**/*.{md,mdx}

📄 CodeRabbit Inference Engine (.cursor/rules/docs_development.mdc)

docs/docs/**/*.{md,mdx}: All documentation content must be written in Markdown or MDX files located under docs/docs/, following the prescribed directory structure for guides, reference, how-to, concepts, and API documentation.
All documentation Markdown and MDX files must begin with a frontmatter block including at least title and description fields.
Use admonitions (:::tip, :::warning, :::danger) in Markdown/MDX files to highlight important information, warnings, or critical issues.
All images referenced in documentation must include descriptive alt text for accessibility.
All code examples included in documentation must be tested and verified to work as shown.
Internal links in documentation must be functional and not broken.
Content must follow the style guide: professional but approachable tone, second person voice, present tense, short paragraphs, sentence case headers, inline code with backticks, bold for UI elements, italic for emphasis, and parallel structure in lists.
Use consistent terminology: always capitalize Langflow, Component, Flow, and uppercase API and JSON.

Files:

  • docs/docs/Components/components-data.mdx
  • docs/docs/Concepts/concepts-file-management.mdx
  • docs/docs/API-Reference/api-files.mdx
🔇 Additional comments (2)
docs/docs/API-Reference/api-files.mdx (2)

64-66: Updated default limit to 1024 MB — consistent with release notes

Text and env var name look correct here. No further action.


243-244: v2 section limit text is consistent

The default limit and configuration reference match the v1 section and the rest of the PR.

Comment on lines +117 to 119
By default, the maximum file size is 1024 MB.
To modify this value, change the `--max-file-size-upload` [environment variable](/environment-variables).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Default size text OK; align config name with API docs

This section calls out --max-file-size-upload as an environment variable; in API docs you use LANGFLOW_MAX_FILE_SIZE_UPLOAD. Recommend mirroring both the env var and the CLI flag and fixing the terminology.

-By default, the maximum file size is 1024 MB.
-To modify this value, change the `--max-file-size-upload` [environment variable](/environment-variables).
+By default, the maximum file size is 1024 MB.
+To modify this value, set the `LANGFLOW_MAX_FILE_SIZE_UPLOAD` environment variable or use the `--max-file-size-upload` CLI flag. See [environment variables](/environment-variables).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
By default, the maximum file size is 1024 MB.
To modify this value, change the `--max-file-size-upload` [environment variable](/environment-variables).
By default, the maximum file size is 1024 MB.
To modify this value, set the `LANGFLOW_MAX_FILE_SIZE_UPLOAD` environment variable or use the `--max-file-size-upload` CLI flag. See [environment variables](/environment-variables).
🤖 Prompt for AI Agents
In docs/docs/Components/components-data.mdx around lines 117 to 119, the text
references only the CLI flag `--max-file-size-upload` while the API docs use the
environment variable `LANGFLOW_MAX_FILE_SIZE_UPLOAD`; update this section to
mention both the CLI flag and the environment variable (e.g., state default is
1024 MB and that it can be changed via the CLI flag `--max-file-size-upload` or
the environment variable `LANGFLOW_MAX_FILE_SIZE_UPLOAD`), and correct
terminology to explicitly label which is the "CLI flag" and which is the
"environment variable" with a link to the environment-variables page for the env
var.

Comment on lines +96 to 97
By default, the maximum file size is 1024 MB.
To modify this value, change the `--max-file-size-upload` [environment variable](/environment-variables).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Default size update looks good; fix config knob naming for consistency

The sentence calls --max-file-size-upload an environment variable. Elsewhere in this PR (API docs) you use LANGFLOW_MAX_FILE_SIZE_UPLOAD, which looks like the environment variable, while --max-file-size-upload is a CLI flag. Clarify and align.

Apply this diff to make both options explicit and consistent:

-By default, the maximum file size is 1024 MB.
-To modify this value, change the `--max-file-size-upload` [environment variable](/environment-variables).
+By default, the maximum file size is 1024 MB.
+To modify this value, set the `LANGFLOW_MAX_FILE_SIZE_UPLOAD` environment variable or pass the `--max-file-size-upload` CLI flag. See [environment variables](/environment-variables).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
By default, the maximum file size is 1024 MB.
To modify this value, change the `--max-file-size-upload` [environment variable](/environment-variables).
By default, the maximum file size is 1024 MB.
To modify this value, set the `LANGFLOW_MAX_FILE_SIZE_UPLOAD` environment variable or pass the `--max-file-size-upload` CLI flag. See [environment variables](/environment-variables).
🤖 Prompt for AI Agents
In docs/docs/Concepts/concepts-file-management.mdx around lines 96 to 97, the
text incorrectly labels the CLI flag as an environment variable and is
inconsistent with the API docs; update the sentence to explicitly document both
the CLI flag and the environment variable (use --max-file-size-upload for the
CLI flag and LANGFLOW_MAX_FILE_SIZE_UPLOAD for the env var), clarify which one
to change to modify the default 1024 MB, and ensure the environment variable
links to the /environment-variables page.

💡 Verification agent

🧩 Analysis chain

Verify target page and config usage across docs

Please confirm:

  • The /environment-variables page exists (slug) and documents both the LANGFLOW_MAX_FILE_SIZE_UPLOAD env var and the --max-file-size-upload flag.
  • No remaining references incorrectly call a CLI flag an environment variable.

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Check that an environment-variables doc exists with the expected slug..."
rg -n --line-number $'^slug:\\s*/environment-variables\\s*$' docs/docs -A 2 || true

echo
echo "Occurrences of the two configuration knobs across docs:"
echo "---- LANGFLOW_MAX_FILE_SIZE_UPLOAD ----"
rg -n --line-number 'LANGFLOW_MAX_FILE_SIZE_UPLOAD' docs/docs || true
echo "---- --max-file-size-upload ----"
rg -n --line-number '\-\-max-file-size-upload' docs/docs || true

echo
echo "Spot any lines that call a CLI flag an environment variable:"
rg -n --line-number 'environment variable.*--max-file-size-upload' docs/docs || true

Length of output: 2766


Action: Fix docs that call the CLI flag an environment variable

Short summary: The /environment-variables page exists and documents LANGFLOW_MAX_FILE_SIZE_UPLOAD (and links to the --max-file-size-upload CLI flag), but two docs incorrectly refer to the CLI flag as an environment variable.

Files to fix:

  • docs/docs/Concepts/concepts-file-management.mdx:97 — currently: "To modify this value, change the --max-file-size-upload environment variable."
    Suggested replacement:
    By default, the maximum file size is 1024 MB.
    To modify this value, change the `LANGFLOW_MAX_FILE_SIZE_UPLOAD` [environment variable](/environment-variables) or use the `--max-file-size-upload` CLI flag.
    
  • docs/docs/Components/components-data.mdx:118 — same incorrect wording; apply the same replacement.

Notes:

  • Confirmed /environment-variables at docs/docs/Configuration/environment-variables.mdx (slug: /environment-variables) contains LANGFLOW_MAX_FILE_SIZE_UPLOAD and links to the CLI flag.
  • Leave references that correctly point to the env var (or link to the CLI reference) as-is.
🤖 Prompt for AI Agents
In docs/docs/Concepts/concepts-file-management.mdx around lines 96-97 (and also
update docs/docs/Components/components-data.mdx around line 118), replace the
incorrect wording that calls the CLI flag an environment variable; change the
text to mention the actual environment variable and the CLI flag, e.g. "By
default, the maximum file size is 1024 MB. To modify this value, change the
LANGFLOW_MAX_FILE_SIZE_UPLOAD [environment variable](/environment-variables) or
use the --max-file-size-upload CLI flag." Ensure links remain to
/environment-variables and keep any correct references to the env var or CLI
elsewhere unchanged.

@edwinjosechittilappilly
Copy link
Copy Markdown
Collaborator

Mendon I believe the 1.5.0post2 doesn't have the file limit increase, only the remix template update.

* available-endpoints

* asterisk

* structure-into-tabs-and-confirm-login-endpoint

* reorg and clarify some usage

---------

Co-authored-by: April M <april.murphy@datastax.com>
@mendonk
Copy link
Copy Markdown
Collaborator Author

mendonk commented Aug 14, 2025

Mendon I believe the 1.5.0post2 doesn't have the file limit increase, only the remix template update.

I'll point this PR at the 1.6 branch then

@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Aug 14, 2025
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Aug 14, 2025

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

@mendonk mendonk changed the base branch from main to docs-1.6 August 14, 2025 18:28
@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Aug 14, 2025
@mendonk mendonk merged commit d79198d into docs-1.6 Aug 14, 2025
18 checks passed
@mendonk mendonk deleted the docs-increase-max-file-upload branch August 14, 2025 18:36
2getsandesh pushed a commit to 2getsandesh/langflow-IBM that referenced this pull request Aug 29, 2025
* update-file-size-limit-to-1024-mb

* docs: clarify available API endpoints and their use cases (langflow-ai#9382)

* available-endpoints

* asterisk

* structure-into-tabs-and-confirm-login-endpoint

* reorg and clarify some usage

---------

Co-authored-by: April M <april.murphy@datastax.com>

---------

Co-authored-by: April M <april.murphy@datastax.com>
@coderabbitai coderabbitai Bot mentioned this pull request Sep 5, 2025
github-merge-queue Bot pushed a commit that referenced this pull request Sep 26, 2025
* docs: update file size limit to 1024 mb (#9397)

* update-file-size-limit-to-1024-mb

* docs: clarify available API endpoints and their use cases (#9382)

* available-endpoints

* asterisk

* structure-into-tabs-and-confirm-login-endpoint

* reorg and clarify some usage

---------

Co-authored-by: April M <april.murphy@datastax.com>

---------

Co-authored-by: April M <april.murphy@datastax.com>

* add-lfx-kb-agent-struct-out

* update-release-notes

* docs: docling integration into file component (#9481)

* init

* ui-package-manager

* more-content

* components-page

* dependency-included-for-1.6

* remove-package-management-feature

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* clarify-file-extension-behavior

* config-dir-not-in-1.6

* clarify-outputs

* add-links-andupdate-parameters

* more-params

* clarify-supported-filetypes

* installation-in-bundle

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs: Traceloop SDK integration documentation (#9514)

* Added documentation file for langflow-traceloop-instana integration

* updated sidebar.js

* Updated documentation with metrics integration instructions

* Update docs/docs/Integrations/integrations-instana-traceloop.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update docs/docs/Integrations/integrations-instana-traceloop.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* update doc

* Format correction

* Formatting correction

* Updated Slug title

* style-edit

* Split configure environment variables into steps

* Formatted as per Google developer style guide

* Update docs/docs/Integrations/integrations-instana-traceloop.mdx

Co-authored-by: Edwin Jose <edwinjose900@gmail.com>

* More context added on OTLP security

* Added screenshots of Instana dashboards

* Updated as per the review comments

* Update docs/docs/Integrations/integrations-instana-traceloop.mdx

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* Update docs/docs/Integrations/integrations-instana-traceloop.mdx

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* Update docs/docs/Integrations/integrations-instana-traceloop.mdx

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* Update docs/docs/Integrations/integrations-instana-traceloop.mdx

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* updated refer documentation links

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwinjose900@gmail.com>

* docling-and-traceloop-links-for-release-notes-remove-duplicates

* traceloop-touchup

* add-component-release-notes

* docs: 1.6 knowledge base feature (#9381)

* sidebars-and-content

* add-kb-components

* completed-basic-outline

* updates-and-new-names

* kb-tutorial-content

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* move-component-docs-to-main-page

* code-review

* reorganize-content

* add-link-to-agents

* fix links, create components-kb

* move and revise kb content

* missing import

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: April M <april.murphy@datastax.com>

* docs: Component documentation updates for 1.6.0 (#9627)

* bundles icon

* component menu and bundle icons

* mcp icon extension

* more bundle icon

* workspace gestures and locking

* mcp server stuff

* fix typo and move serper component

* g-assist edit

* simplify hidden param text and update cohere

* amazon components

* nvidia system assist

* use partial for hidden param text

* fix import, add partial for agent summary

* style changes to prep for separating vector page

* rework llm and embedding model pages

* handle legacy components

* remove memories page

* tools page

* applied partials to vector stores before moving

* move redis and ds, fix links

* astra db component updates

* c vector stores

* traceloop copyedits

* advanced parsing

* elastic page and ocr engine edit

* q-w vector stores

* rest of vector stores

* fix build errors

* Revert "mcp icon extension"

This reverts commit 4d15827.

* unused imports and build errors

* build errors

* better icon reference

* tip edits

* fixing after preview

* more touchup

* small style edits for ts client page

* replicate pr 9676

* fix style

* KB comments

* Update docs/docs/Components/bundles-mongodb.mdx

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>

* add deprecated component to release notes

* knowledge and message history

* wording

* legacy components

* capitalization

* docs: OpenAI responses endpoint (#9539)

* init

* more-content-and-examples

* cleanup

* add-response-tabs-and-streaming-example

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* requires-agent-component-to-emit-message

* [autofix.ci] apply automated fixes

* test-and-explain-more

* global-var-and-fallback

* bash-not-curl-codeblock

* tighten-up-intro-para

* add-entry-to-concepts-publish-page

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* fix-merge-mistake

* flow-id-or-endpoint-name

* reformat

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* standardize-table-codefont

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

* fix build

* code rabbit comments

* docs: remove knowledge base content from 1.6 (#9784)

* remove-kb-content

* broken links

* random change to restart build

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: April M <april.murphy@datastax.com>

* docs: update composio bundle page (#9442)

* update-composio-integrations

* update-doc-to-be-general

* trailing-space

* add-tool-script

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* global-variable

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* reorder-steps-and-move-script

* clarify-connection

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* [autofix.ci] apply automated fixes (attempt 3/3)

* tools slug/name

* test composio steps

* remove unnecessary import

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: April M <april.murphy@datastax.com>

* chore: small misses and sync with 9-Sep-25 release build (#9792)

* io page

* fix slug

* custom models and canvas controls

* message history

* composio slack

* move a flow

* vlm option for docling

* docs: add oauth for mcp (#9626)

* oauth-and-none-options

* mcp-composer-for-server

* updates-from-testing

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* clarify-client-update

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* code-review

* clarify-oauth-values

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* code-review

* double-words

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs: include guidance for openai client dummy key (#9871)

* test-client-calls

* less-prose

* clearer-intro

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* remove-indentation-and-correct-example-key-value

* comment-syntax

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs: mcp tools troubleshooting (#9866)

* move-mcp-troubleshooting-from-server-page-and-add-issue

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com>

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com>

* docs: auth changes (#9731)

* initial-content

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* code-review

* Apply suggestions from code review

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* docs: CORS configuration (#9773)

* initial-content

* title

* clarify-default

* cleanup

* cors-defaults-with-warning-for-1.7

* docs-and-code-review

* clarify-cors-in-future-release

* code-review

* developer mode for docling

* auto login

* cors

* auth variables

* environment variables pt 1

* env var pt 2

* env var pt 3

* env var pt 5

* align CLI page with env var

* autologin

* docs: clarify log format behavior (#9945)

clarify-log-format-behavior

* docling dependency exceptions

---------

Co-authored-by: April M <april.murphy@datastax.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: Sandesh R <115570766+2getsandesh@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwinjose900@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants