* add new pages
* cut and paste
* break up examples page and do some minor cleanup
* notes
* get started w api page
* revert yarn
* mc
* coderabbit
* minor edit
* add quickstart link
* peer review
* rewrite build endpoints intro
* change luna to enterprise support
* community page updates
* combine issues and discussions pages
* move telemetry out of contribute
* remove gerund title
* rewrite issues page
* fix 2 anchors
* add troubleshooting page
* move troubleshooting and extras from install
* add some more issues
* coderabbit
* changes-from-1.5
* initial-content
* Apply suggestions from code review
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* breakout-tools-config
* Apply suggestions from code review
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* docs-review
* fix-broken-links
* Apply suggestions from code review
---------
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* initial-changes
* install-by-os
* powershell-install-and-venvs
* clearer-intro
* post-install-and-ordering
* readme quickstart
* run
* 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>
* Apply suggestions from code review
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* 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>
* 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>
* dependency-extras
* move-troubleshooting-to-details-tabs
* manage-versions-tabs
* left-align
* Apply suggestions from code review
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* add-venv-deactivate-why
---------
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* content
* Apply suggestions from code review
Add suggestions from first half
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* icon-and-image
* more-cleanup
* replace-urls
* Apply suggestions from code review
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* Update quickstart guide to clarify script execution for curl snippet
* clarify-tweaks
* indentation
* Apply suggestions from code review
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* fix-broken-links
* code-review
---------
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
* Update starter project logic to only delete and recreate if necessary
* move updates to correct location
* [autofix.ci] apply automated fixes
* remove unused var
* Add to env var md
* Use setting service for env vars
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* related links and nav change
* create mcp client page and condense mcp tool info
* rewrite mcp client content
* add mcp to the welcome page
* tweak text regarding modes
* small style edits
* minor edit
* refactor: move serialization length limits to settings and use cached getters
* refactor: replace hardcoded serialization limits with dynamic settings-based values
* refactor: replace hardcoded serialization constants with getter functions
* 📝 Add docstrings to `move-max-consts-to-settings` (#8617)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: improve docstring formatting
* fix: ensure flow_id is UUID type when creating vertex build record
* docs: enhance docstrings for max_text_length and max_items_length in Settings class
Updated the docstrings for max_text_length and max_items_length to clarify their purpose and behavior regarding UI display and truncation.
* docs: add LANGFLOW_MAX_ITEMS_LENGTH and LANGFLOW_MAX_TEXT_LENGTH environment variables
Introduced new environment variables to configure the maximum number of items and text length displayed in the UI. Updated documentation to reflect these changes and their impact on UI truncation behavior.
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Added truncation items as constant and reduced it to 100
* Added truncation test to regression
* get max items length from config
* changed typo in backend