Commit graph

1145 commits

Author SHA1 Message Date
Lucas Oliveira
eef9e380dc Added opensearch queries 2025-10-06 09:45:21 -03:00
Edwin Jose
1458de9135
Merge branch 'main' into fix/tasks_ingest 2025-10-03 16:36:20 -04:00
Edwin Jose
56d235a6fd
Merge pull request #196 from langflow-ai/lf-nightly-docker 2025-10-03 16:24:52 -04:00
Edwin Jose
5ea70cc779
Refactor file upload task to use filename mapping (#195)
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 17:17:05 -03:00
Lucas Oliveira
7201a914be open tasks menu when clicking view 2025-10-03 17:12:36 -03:00
Lucas Oliveira
509b6c6132 make view button open menu 2025-10-03 17:06:07 -03:00
Edwin Jose
e5f8c152ef Switch base image to langflow-nightly in Dockerfile
Replaces the custom Python build steps with the official langflow-nightly:1.6.3.dev0 image, simplifying the Dockerfile and reducing build complexity.
2025-10-03 16:03:07 -04:00
Lucas Oliveira
946d3edc89 refresh tasks on entering page, make failed files persist 2025-10-03 16:54:40 -03: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
Sebastián Estévez
886297a40d
Merge pull request #192 from langflow-ai/version-0.1.14.dev2
lock
2025-10-03 14:24:36 -04:00
phact
baec57336b lock 2025-10-03 14:23:58 -04:00
Sebastián Estévez
695eae2a3b
Merge pull request #191 from langflow-ai/version-0.1.14.dev2
v0.1.14.dev2
2025-10-03 14:20:52 -04:00
phact
7303e99f1a v0.1.14.dev2 2025-10-03 14:19:26 -04:00
Mike Fortman
c46eb10df3
Merge pull request #189 from langflow-ai/embedding-tooltip
add tooltip to embedding model
2025-10-03 13:04:17 -05:00
Mike Fortman
166ef96353
Merge pull request #180 from langflow-ai/lf-ffs
Add Langflow feature flags for default folder name and to hide getting started progress
2025-10-03 13:01:46 -05:00
Mike Fortman
8fef1c7976
Merge branch 'main' into lf-ffs 2025-10-03 12:30:04 -05:00
Deon Sanchez
b94dc62d15
Merge pull request #186 from langflow-ai/change-ingest-button-text
'Add files' button on cloud ingest temporarily changes to 'Opening picker'
2025-10-03 11:10:35 -06:00
Deon Sanchez
ffece14031
Merge branch 'main' into change-ingest-button-text 2025-10-03 11:10:17 -06:00
Mike Fortman
7232d8ea23
Merge branch 'main' into embedding-tooltip 2025-10-03 12:03:15 -05:00
Mike Fortman
40aef5a567 add tooltip to embedding model 2025-10-03 12:01:44 -05:00
Simon Duncan
7890ad6dea
Merge pull request #187 from langflow-ai/chore/env-example-fixes
chore: fix typo and clarify comments in .env.example
2025-10-03 11:42:57 -05:00
Simon Duncan
6b78e74a17
Update .env.example
Co-authored-by: Sebastián Estévez <estevezsebastian@gmail.com>
2025-10-03 11:42:00 -05:00
Simon Duncan
98c8b2eb2c
chore: fix typo and clarify comments in .env.example
- Fixed a typo in comments
- Clarified instructions
- Added spacing for better readability
- No variable values changed
2025-10-03 11:10:46 -05:00
Deon Sanchez
49570b3a47 fix: update button text in PickerHeader component 2025-10-03 09:22:47 -06:00
Deon Sanchez
c55b891968
Merge pull request #156 from langflow-ai/app-shell
App Shell
2025-10-03 09:10:09 -06:00
Deon Sanchez
e1a7071bcf Merge branch 'main' of https://github.com/langflow-ai/openrag into app-shell 2025-10-03 08:20:10 -06: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
Lucas Oliveira
611df1f5a2
fix: use same model selector as onboarding on settings page (#176)
* updated model selector to not call function when model is empty

* Changed settings page to use model selector
2025-10-03 09:39:19 -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
Mike Fortman
9782f6ddf0 add Langflow feature flags 2025-10-02 16:50:16 -05: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