Commit graph

1105 commits

Author SHA1 Message Date
Edwin Jose
42a18bb0e9 Refactor file upload task to use filename mapping
Changed the handling of original filenames in Langflow upload tasks to use a mapping from file paths to original filenames instead of a list. Updated both the API router and TaskService to support this change, improving reliability when associating uploaded files with their original names.
2025-10-03 15:53:11 -04:00
Lucas Oliveira
1fdb251a47 UI minor tweaks 2025-10-03 16:15:32 -03:00
Lucas Oliveira
4de9a0d085 removed unused prop 2025-10-03 16:12:24 -03:00
Lucas Oliveira
ca9bee8222 removed file from query when overwriting 2025-10-03 16:12:18 -03:00
Lucas Oliveira
9336aa287e fixed lint 2025-10-03 16:12:09 -03:00
Lucas Oliveira
fb29f72598 update task toast 2025-10-03 15:39:51 -03:00
Lucas Oliveira
589839fedc implement duplicate handling on backend and frontend 2025-10-03 15:34:54 -03:00
Lucas Oliveira
b28831ec25 fixed issues with already ingested files, fixed state issues 2025-10-03 10:11:39 -03:00
Lucas Oliveira
efb74f5ab0 Merge remote-tracking branch 'origin/main' into fix/tasks_ingest 2025-10-03 09:39:58 -03:00
Edwin Jose
1628f84ef5
Merge pull request #55 from langflow-ai/lfx-openrag-update-flows 2025-10-02 18:23:36 -04:00
Edwin Jose
0f22e079e3 Update page.tsx 2025-10-02 18:19:20 -04:00
Mendon Kissling
586c61ef56
Merge pull request #140 from langflow-ai/docs-env-vars
docs: environment variables and config.yaml
2025-10-02 17:22:49 -04:00
Mendon Kissling
8d336b2475
Merge branch 'main' into docs-env-vars 2025-10-02 17:16:09 -04:00
Lucas Oliveira
d258841ce9
fix: functional changes at the filter menu (#177)
* changed div to popover

* made filter popover appear at @ place

* make at position not reset

* removed unused handler

* refactor handlers

* updated blue circle to check

* update empty message

* changed filter behavior and design

* make button focus

* fixed textarea scrolling
2025-10-02 18:10:44 -03:00
Lucas Oliveira
179a7403cc fixed router, langflow files and processors to not use temp names 2025-10-02 18:09:18 -03:00
Lucas Oliveira
7d6feef999 fixed status badge size 2025-10-02 18:09:02 -03:00
Lucas Oliveira
581879f5f6 fixed animated processing icon 2025-10-02 18:04:45 -03:00
Lucas Oliveira
db715c122b made failed and processing files not accessible and deletable 2025-10-02 18:00:09 -03:00
Lucas Oliveira
a8938bdf38 Merge remote-tracking branch 'origin/main' into fix/tasks_ingest 2025-10-02 17:41:39 -03:00
Lucas Oliveira
11464f031e Merge remote-tracking branch 'origin/main' into lfx-openrag-update-flows 2025-10-02 17:40:19 -03:00
Lucas Oliveira
460d3d29fc
fix: remove config from being visible (#178)
* remove config from volume

* delete config folder
2025-10-02 17:34:03 -03:00
Edwin Jose
b6966ade48 Update openrag_agent.json 2025-10-02 16:12:43 -04:00
Edwin Jose
e3eb4dc3d1 Update chat_service.py 2025-10-02 15:51:38 -04:00
Lucas Oliveira
aa61ba265c made files and toast appear just once, use new queries 2025-10-02 16:50:47 -03:00
Lucas Oliveira
41e4ecefdb implement tasks fetching and cancelling on useQuery 2025-10-02 16:50:34 -03:00
Mendon Kissling
05692b2137 provider-api-keys-restriction-and-docker-commands 2025-10-02 15:21:07 -04:00
boneill-ds
6fe3538be9
Merge pull request #153 from langflow-ai/120-design-sweep-polish-setting-screen-needs-to-match-design-spec
120 + 122 design sweep polish setting screen needs to match design spec
2025-10-02 13:16:47 -06:00
Mendon Kissling
9bc780ead3 remove-config-yaml 2025-10-02 14:55:35 -04:00
Lucas Oliveira
7dfe90c8a6 fixed ibm logo 2025-10-02 15:49:21 -03:00
Edwin Jose
3d07a6b419 Update docker-compose.yml 2025-10-02 14:46:38 -04:00
Mendon Kissling
1598857552 slight-config-change 2025-10-02 14:21:30 -04:00
Mendon Kissling
ac5ff9725e config-yaml-not-configurable 2025-10-02 14:09:41 -04:00
Edwin Jose
634f98b293 Update agent flow and Dockerfile branch for OpenAI tests
Changed Dockerfile.langflow to use the 'test-openai-responses' branch. Improved file handling in ChatInput, updated ChatOutput to fix source property unpacking, and made AgentComponent use LCToolsAgentComponent._base_inputs. Also updated code hashes, dependency versions, and metadata timestamps in openrag_agent.json.
2025-10-02 14:08:14 -04:00
Mendon Kissling
8f0612e494 onboarding-selections 2025-10-02 14:04:39 -04:00
Brent O'Neill
ded23f12c4 added new icons for cloud connectors 2025-10-02 11:50:53 -06:00
boneill-ds
0aae4c882d
Merge branch 'main' into 120-design-sweep-polish-setting-screen-needs-to-match-design-spec 2025-10-02 11:30:35 -06:00
Mendon Kissling
98cd715cf4 eng-review 2025-10-02 13:24:00 -04:00
Mendon Kissling
7b9b09da46 Merge branch 'main' into docs-env-vars 2025-10-02 13:10:32 -04:00
Nate McCall
a7bd2c2bc2
Merge pull request #161 from langflow-ai/docs-peer-review
docs: peer review
2025-10-03 06:01:00 +13:00
Nate McCall
d462cc9cc1
Merge branch 'main' into docs-peer-review 2025-10-03 05:58:50 +13:00
Mendon Kissling
909eea346c install-cleanup 2025-10-02 12:41:27 -04:00
Mendon Kissling
631aca0518 clarify-local-download 2025-10-02 12:31:38 -04:00
Nate McCall
535841e882
Merge pull request #160 from langflow-ai/159-docker-npm
bug: closes #159 by adding more memory to npm invocations
2025-10-03 05:00:32 +13:00
Cole Goldsmith
331f737c00
Merge pull request #171 from langflow-ai/feat/filters-sweep
Feat/filters sweep
2025-10-02 10:52:31 -05:00
Cole Goldsmith
0a75d6437c search icon spacing 2025-10-02 10:52:04 -05:00
Cole Goldsmith
2e6b177f41 more styles 2025-10-02 10:47:35 -05:00
Cole Goldsmith
5f2fede000 styles 2025-10-02 10:28:00 -05:00
Mendon Kissling
2985958102 Merge branch 'main' into docs-peer-review 2025-10-02 11:27:26 -04:00
Mendon Kissling
ab55049e1f config-yaml-behavior 2025-10-02 11:23:52 -04:00
Brent O'Neill
2a1f2ae21c fix bad merge 2025-10-02 08:57:38 -06:00