Commit Graph

878 Commits

Author SHA1 Message Date
332738a317 docs: Build out Troubleshooting and Support documentation (#8662)
* 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
2025-06-23 16:16:40 +00:00
e8236dbd21 docs: Fix two anchored links on the Install page (#8661)
fix 2 anchors

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2025-06-23 15:14:36 +00:00
15f44519af docs: agent refactor (#8524)
* 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>
2025-06-20 22:05:48 +00:00
0c9d378161 docs: refactor installation page (#8487)
* 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>
2025-06-20 21:34:46 +00:00
48d623057e docs: refresh quickstart (#8582)
* 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>
2025-06-20 21:29:55 +00:00
14f3a2c111 ref: improve starter projects setup performance (#8549)
* 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>
2025-06-20 20:07:50 +00:00
9c252453dc fix: change lambda filter to smart function (#8558)
* change lambda filter nme

* reverse change for lambda filter

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2025-06-20 18:52:11 +00:00
d4fca1fe40 docs: merge starter projects and sample flows into templates (#8652)
* move-pages-and-add-redirects

* move-vector-rag-in-list
2025-06-20 18:34:30 +00:00
b135da749b docs: hide breadcrumbs from landing page (#8653)
hide-toc-is-true
2025-06-20 18:28:59 +00:00
4fcc447109 docs: Change paragraph text alignment from justified to start (#8651)
change paragraph text alignment
2025-06-20 16:54:48 +00:00
7fcbbe4f37 docs: add tip about icon usage with Lucide in custom components doc (#8644)
* docs: add tip about icon usage with Lucide in custom components doc

* Update docs/docs/Components/components-custom-components.md

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2025-06-20 16:43:12 +00:00
0e42f0dd09 docs: Promote MCP content in the left nav and revise the MCP connection component docs (#8567)
* 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
2025-06-20 16:33:41 +00:00
cf985bd834 docs: fix typos in Structured Output section (#8624) 2025-06-19 17:50:03 +00:00
bd0af911d9 refactor: replace hardcoded serialization constants with getter functions (#8616)
* 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>
2025-06-18 16:34:25 +00:00
1fcb500930 docs: add examples for users endpoints (#8273)
* initial-content

* sentence-case

* user-id-clarification

* apostrophe and clarity

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* add-auth-to-requests-that-use-it

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-06-17 17:23:18 +00:00
b77351331d fix: replace instances of 127.0.0.1 to localhost (#8536)
* Replace instances of 127.0.0.1 to localhost

* fix some replace-all issues

* fix some replace-all issues

* update starterprojects

* Upgrade uvlock
2025-06-16 15:54:04 +00:00
874002a03b docs: v2/files does not work for images (#8512)
update-for-v2-files
2025-06-12 14:48:44 +00:00
c0c3057812 docs: remove unnecessary tab from v2 loader example (#8428)
docs: remove unnecessary tab structure from API examples
2025-06-10 17:57:24 +00:00
e23e543b60 feat: combine chat history and chat store into a CRUD component (#8323)
* combine history and store

* combine history and store

* [autofix.ci] apply automated fixes

* Update memory.py

* [autofix.ci] apply automated fixes

* update json

* Update memory.py

* Update memory.py

* [autofix.ci] apply automated fixes

* change order

* change order

* put retrieve first

* add json

* [autofix.ci] apply automated fixes

* Update memory.py

* [autofix.ci] apply automated fixes

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

* update test

* fix test

* update tests

* update memory_chatbot

* change number back

* fix py test

* update

* update pokedex

* update flow

* [autofix.ci] apply automated fixes

* update type converter

* format

* fix name

* update meeting summary

* [autofix.ci] apply automated fixes

* fix test memory chatbot

* update method

* update method

* fix sort

* fix test graph state

* fix test

* fix locator

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com>
2025-06-05 22:19:01 +00:00
a161753a57 Docs: rename and redirect system assist component to g-assist component (#8317)
* add-redirect

* sidebars-and-filename

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-06-05 17:23:44 +00:00
22330abf9c docs: new logos (#8357)
* add-new-svgs

* refactor: update logo SVGs in Docusaurus config
2025-06-05 15:46:03 +00:00
087a22c246 feat: Add Cleanlab's AI Reliability Bundle to Langflow (#8049)
* Add Cleanlab bundle

* Fix icon logic and add support for light/dark mode dynamic logo

* Remove stuff

* Modify components and add documentation

* [autofix.ci] apply automated fixes

* Add sidebar code

* [autofix.ci] apply automated fixes

* Update docs/sidebars.js

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

* Update docs/docs/Integrations/Cleanlab/integrations-cleanlab.md

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

* Update docs/docs/Integrations/Cleanlab/integrations-cleanlab.md

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

* Update docs/docs/Integrations/Cleanlab/integrations-cleanlab.md

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

* copy edits

* update samples

* style check fixes

* [autofix.ci] apply automated fixes

* style check fix 2

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
2025-06-04 22:56:08 +00:00
06f7279977 docs: update details summary css for better arrow alignment (#8376)
* align-details-summary-appearance

* accessibility-suggestion
2025-06-04 19:09:06 +00:00
43b65b59ce docs: contributing page links (#8316)
* add-contributing-links

* style

* correct-url

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* link-names

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-06-04 17:57:42 +00:00
227a091211 fix: apikey lock issue and add option to disable tracking (#8361)
* fix(api-key): avoid row-level locks by disabling usage tracking

* [autofix.ci] apply automated fixes

* chore: move parameter handling to settings service

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-06-04 17:05:55 +00:00
5abb545c4d docs: add typescript client (#8195)
* install

* run-flow-complete

* unneeded-const

* extend-starter-example

* cleanup

* more-cleanup

* response-tabs

* Apply suggestions from code review

Co-authored-by: Phil Nash <philnash@gmail.com>

* cleanup

* update-logging-example

* remove-line-and-reduce-padding

* remove-tab

* logging-example-updated-for-0.3.0

* clarify-quickstart

* Update docs/docs/Develop/Clients/typescript-client.md

* style-review

* spelling

* link-clarity

---------

Co-authored-by: Phil Nash <philnash@gmail.com>
2025-06-04 13:33:56 +00:00
0896f51983 fix: added truncation length as constant and reduced it to 100 (#8321)
* 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
2025-06-02 21:30:11 +00:00
6582f06a21 docs: improve tasks for v2 uploads (#8259)
* improve-instructions-for-v2-file-upload

* clarify-tweak
2025-05-30 17:16:24 +00:00
d9037dfb3d docs: add instructions for defining path in claude desktop (#8269)
* initial-content

* project-name

* coder-review
2025-05-29 20:58:51 +00:00
09a65f6f41 docs: chat widget refresh (#8162)
* pause-at-angular

* text-io-works-but-no-context

* chat-widget-tsx

* split-out-page

* angular-section

* mikes-edits-for-indentation

* cleanup

* indentation

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* remove-widget-causing-scroll-problems

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-05-28 15:44:37 +00:00
f45ca81dda docs: recommendations for cache memory (#8140)
* env-vars-table

* remove-cache-table

* fix-bool-cli-links

* run-cache

* note

* code-review

* support
2025-05-28 15:29:01 +00:00
d1aee681f5 docs: remove duplicate values (#8236)
duplicate-values
2025-05-27 19:18:47 +00:00
40df7b28c0 docs: make filtering components legacy (#8144)
* deprecate-filtering-components

* updated-component-suggestions

* anchor

---------

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2025-05-27 18:00:27 +00:00
96862e4946 docs: add data operations component (#8127)
* add-data-operations-component

* cleanup

* clarify-data-input

---------

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2025-05-27 16:40:34 +00:00
a5ce562299 feat: New Search Bundle (#8146)
* delete data and transfer data to dataframe

* [autofix.ci] apply automated fixes

* create a new bundle for search

* fix type for dataframe

* add data_to_dataframe function

* [autofix.ci] apply automated fixes

* fix test because of files movement

* delete message and text

* json update

* fix search yahoo test

* fix run_model output type

* fix test errors

* fix test errors

* fix test error

* try fix frontend tests

* test fix

* [autofix.ci] apply automated fixes

* move serp search

* fix test

* fix test

* fix test to pass ruff style check

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
2025-05-23 21:51:04 +00:00
8387f6278f docs: deploy langflow with caddyfile and docker compose (#8120)
* initial-content

* not-json

* clarify-public key

* more-accessible-name-and-context

* exit-session
2025-05-22 16:24:21 +00:00
6c4f312f8a docs: system assist component (#8089)
* sidebars

* initial-content

* more

* update

* trailing-spaces

* example

* standardize-naming

* shorten-introduction-and-remove-client

* Apply suggestions from code review

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

* Update docs/docs/Integrations/Nvidia/integrations-nvidia-system-assist.md

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-05-22 15:58:29 +00:00
501660d742 docs: cookie-banner-link (#8179)
cookie-banner-link
2025-05-22 14:58:57 +00:00
e8f4dba133 docs: contribute custom components refresh (#7971)
* rewrite-to-use-data-component

* code-font

* cleanup

* update-build-behavior

* comment-out-for-build

* icon-is-str

* repeat-deprecation-info

* code-review

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* add-anchor-link

---------

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-05-20 17:21:35 +00:00
695942e391 docs: add auth warning for exposing ports (#8029)
* docs: update authentication guide with security warnings

* reference-auth-section

* auth
2025-05-20 17:13:00 +00:00
cddf2e13f0 docs: contributing templates (#8042)
* sidebars

* docs: add templates submission page

* Apply suggestions from code review

* style-cleanup

* include-items

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* add-links

* link-to-anchor

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-05-20 16:56:38 +00:00
67ffea984d docs: OpenAPI spec version upgraded from 1.4.1 to 1.4.2 (#8124)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
2025-05-20 16:34:35 +00:00
42ad40bce8 docs: bulk file feature (#8052)
* aria-hidden-attributes

* overview-and-screenshot-of-updated-ui

* file-management

* hover-behavior

* Update docs/docs/Concepts/concepts-file-management.md

* code-review
2025-05-20 16:12:56 +00:00
67cacf8a14 docs: add financial report parser to example flows (#8074)
* add-financial-report-parser-example

* code-review-changes

* table
2025-05-20 15:49:21 +00:00
8e58755849 docs: fix develop sidebar titles (#8137)
* remove-unnecessarily-verbose-sidebar-elements

* cleanup
2025-05-20 15:48:37 +00:00
d0dca46221 docs: contribute bundles (#8055)
* doc-and-sidebar

* cleanup

* some-cleanup

* Update docs/docs/Contributing/contributing-bundles.md
2025-05-20 15:43:51 +00:00
dd0d8de205 docs: combine text component is legacy (#8139)
* combine-text-is-legacy

* combine-text-is-legacy

* legacy-note
2025-05-20 14:50:41 +00:00
545f16bdbc docs: add loop component template suggestion (#8072)
add-admonition
2025-05-16 17:37:02 +00:00
b52c38cc27 docs: remove the loaders page and redirect to bundles (#8066)
remove-and-redirect-loaders-page-build-successful
2025-05-15 18:06:38 +00:00
58bdabf5a3 docs: langflow docs review (#8032)
* quickstart

* message-history

* concepts-components

* data

* helpers

* logic-and-memories

* models

* agent-descriptions

* langsmith-more-env-vars

* use-kbd

* modify-descriptions

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
Co-authored-by: Victor-w-Madeira <victor.wmadeira@gmail.com>

* remove-duplicate-periods

* remove-str-no-longer-used-in-ports

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
Co-authored-by: Victor-w-Madeira <victor.wmadeira@gmail.com>
2025-05-15 17:55:14 +00:00