Mendon Kissling
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
Jordan Frazier
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
Mendon Kissling
874002a03b
docs: v2/files does not work for images ( #8512 )
...
update-for-v2-files
2025-06-12 14:48:44 +00:00
Mendon Kissling
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
Yuqi Tang
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
Mendon Kissling
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
Mendon Kissling
22330abf9c
docs: new logos ( #8357 )
...
* add-new-svgs
* refactor: update logo SVGs in Docusaurus config
2025-06-05 15:46:03 +00:00
Chris Mauck
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
Mendon Kissling
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
Mendon Kissling
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
Ítalo Johnny
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
Mendon Kissling
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
Lucas Oliveira
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
Mendon Kissling
6582f06a21
docs: improve tasks for v2 uploads ( #8259 )
...
* improve-instructions-for-v2-file-upload
* clarify-tweak
2025-05-30 17:16:24 +00:00
Mendon Kissling
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
Mendon Kissling
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
Mendon Kissling
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
Mendon Kissling
d1aee681f5
docs: remove duplicate values ( #8236 )
...
duplicate-values
2025-05-27 19:18:47 +00:00
Mendon Kissling
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
Mendon Kissling
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
Yuqi Tang
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
Mendon Kissling
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
Mendon Kissling
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
Mendon Kissling
501660d742
docs: cookie-banner-link ( #8179 )
...
cookie-banner-link
2025-05-22 14:58:57 +00:00
Mendon Kissling
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
Mendon Kissling
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
Mendon Kissling
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
github-actions[bot]
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
Mendon Kissling
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
Mendon Kissling
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
Mendon Kissling
8e58755849
docs: fix develop sidebar titles ( #8137 )
...
* remove-unnecessarily-verbose-sidebar-elements
* cleanup
2025-05-20 15:48:37 +00:00
Mendon Kissling
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
Mendon Kissling
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
Mendon Kissling
545f16bdbc
docs: add loop component template suggestion ( #8072 )
...
add-admonition
2025-05-16 17:37:02 +00:00
Mendon Kissling
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
Mendon Kissling
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
Mendon Kissling
29f6631c9d
docs: remove duplicate entries from api examples page ( #8065 )
...
fix-duplicate-entries
2025-05-15 17:54:59 +00:00
Mendon Kissling
199f2d91aa
docs: breaking changes in components feature ( #8026 )
...
* breaking-changes-feature
* dialog-not-popup
* dialog
* numbering
* include-individual-component-update
* fix-incorrect-information
* cleanup
2025-05-14 18:49:00 +00:00
Mendon Kissling
b78d021516
docs: mcp component name update ( #8013 )
...
* update-name-and-screenshots
* links
* update-astradb-screenshot
* sentence-case
* additional-linkfixes
2025-05-14 17:16:10 +00:00
Mendon Kissling
25cdc4b80d
docs: add bigquery integration ( #8024 )
...
* docs: add bigquery integration
* link-to-datasets
* cleanup
* remove-description-tags
2025-05-14 15:03:31 +00:00
Mendon Kissling
e3bce8b8d8
docs: add webhook auth note ( #8015 )
...
* webhook-update
* remove-trailing-space-to-restart-ci
2025-05-13 19:19:43 +00:00
github-actions[bot]
9af9986c64
docs: OpenAPI spec version upgraded from 1.4.0 to 1.4.1 ( #8001 )
...
* docs: OpenAPI spec version upgraded from 1.4.0 to 1.4.1
* fix-flow-id
* typo
---------
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-12 21:18:07 +00:00
Mendon Kissling
aa38112d9a
docs: use details tabs in component pages ( #7809 )
...
* * Added collapsible sections for Inputs and Outputs to improve readability and organization.
* Removed deprecated components and clarified legacy status for certain tools.
* icosa-url
* details-tab-styling
* models
* helpers
* data
* embedding-models
* inputs-and-outputs
* loaders
* logic
* memories-and-prompts
* processing
* vector-stores
* legacy-agents
* agents
* hcd
* revert-vector-stores
* vector-stores
* bundles-agents
* update-legacy-wording
* complete-sentences-and-punctionaion
* vector-stores
* google-components-are-legacy
* commas
* plural-s
* remove-future-tense
* code-review
* code-review
* fix-hcd-db
* periods
2025-05-09 21:10:00 +00:00
Mendon Kissling
3eadcd5a14
docs: add quickstart dockerfile with default sqlite database ( #7952 )
...
* initial-content
* clarify-memory-type
* nits
* restore-section
* cleanup
* more-information
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* Update docs/docs/Deployment/deployment-docker.md
Co-authored-by: Tejas Kumar <tejas@tejas.qa>
* Update docs/docs/Deployment/deployment-docker.md
* Apply suggestions from code review
* Update docs/docs/Deployment/deployment-docker.md
---------
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
Co-authored-by: Tejas Kumar <tejas@tejas.qa>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2025-05-09 21:05:26 +00:00
Mendon Kissling
32bdf24052
docs: base64 images in playground ( #7966 )
...
initial-content
2025-05-09 13:41:23 +00:00
Mendon Kissling
3d8e7f3dff
docs: clarify multi-user access ( #7958 )
...
* clarify-multi-user-access
* Update docs/docs/Configuration/configuration-authentication.md
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* Update docs/docs/Configuration/configuration-authentication.md
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
---------
Co-authored-by: Lucas Democh <democh@datax.dev>
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-05-09 11:38:49 +00:00
Mendon Kissling
178c443c26
docs: refresh tools page and try details tabs ( #7769 )
...
* * Added collapsible sections for Inputs and Outputs to improve readability and organization.
* Removed deprecated components and clarified legacy status for certain tools.
* icosa-url
* details-tab-styling
* code-review
* input-anchor
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* Update docs/docs/Components/components-tools.md
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* exa-search-url
---------
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
2025-05-08 15:04:40 +00:00
Mendon Kissling
44e4cbcbdd
docs: add hardware requirements to installation prerequisites ( #7946 )
...
hardware-reqs
2025-05-08 14:10:26 +00:00
Mendon Kissling
e53f500ccc
docs: add troubleshooting steps for installation failures on Linux ( #7945 )
...
* docs: add troubleshooting steps for installation failures on Linux
* Update docs/docs/Get-Started/get-started-installation.md
---------
Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
2025-05-08 14:10:11 +00:00
Victor-w-Madeira
ca83cbe613
docs: Revise and restructure docs for the Custom Component ( #7838 )
...
* Update Custom Component session documentation
* Follow-up fix for the Custom Component documentation update
* docs: add explanation for tool_mode in custom component inputs
* at-typed-annotations
* finished-edit
* tool-mode
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
2025-05-08 01:25:00 +00:00