Commit graph

8,838 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
b83ffc87b2 Refactor code to improve performance and readability 2024-03-03 19:19:02 -03:00
Gabriel Luiz Freitas Almeida
5a5a5bba55 Remove console.log statement in buildVertices function 2024-03-03 19:05:31 -03:00
Gabriel Luiz Freitas Almeida
3985236224 Fix should_run_vertex method to remove vertex_id from vertices_to_run list 2024-03-03 19:03:41 -03:00
Lucas Oliveira
f2ccff0d21 Code opening again fixed 2024-03-03 23:01:14 +01:00
Lucas Oliveira
2ad91f71f8 fixed w-full 2024-03-03 23:01:14 +01:00
Lucas Oliveira
29050a2c1f Fixed chat width 2024-03-03 23:01:14 +01:00
Lucas Oliveira
1d7d68b7e0 made it syntaxhighlighter to reproduce the bug 2024-03-03 23:01:14 +01:00
anovazzi1
a782fd7074 Refactor parameterComponent to conditionally hide code field on group component too 2024-03-03 23:01:14 +01:00
anovazzi1
7e177b26af Fix build button running on text selection 2024-03-03 23:01:14 +01:00
anovazzi1
265e4060e7 Refactor getFieldTitle function in utils.ts 2024-03-03 23:01:14 +01:00
anovazzi1
8ca0f43b30 Refactor GenericNode component 2024-03-03 23:01:14 +01:00
Gabriel Luiz Freitas Almeida
33cf2ae5ae Update API configuration and add optional input_value parameter 2024-03-03 18:55:48 -03:00
Gabriel Luiz Freitas Almeida
20ffe250a9 Add _is_chat_input() method to Vertex and ChatVertex classes 2024-03-03 18:55:39 -03:00
Gabriel Luiz Freitas Almeida
4dbe66ae06 Add vertices_to_run set and update getVerticesOrder API parameter 2024-03-03 18:55:30 -03:00
Gabriel Luiz Freitas Almeida
c87c213feb Refactor vertex running logic in Graph class 2024-03-03 18:46:31 -03:00
Gabriel Luiz Freitas Almeida
68d6c16e7c Remove unnecessary code for streaming to non-streamable component 2024-03-03 18:31:33 -03:00
Gabriel Luiz Freitas Almeida
42574da37f Fix streaming issue for Chat Output vertex 2024-03-03 18:23:55 -03:00
Gabriel Luiz Freitas Almeida
af20ca0f6e Refactor buildUtils and flowStore to improve performance 2024-03-03 18:11:06 -03:00
Gabriel Luiz Freitas Almeida
28bfa9cc41 Fix typo in next_vertices_ids field 2024-03-03 18:10:58 -03:00
Gabriel Luiz Freitas Almeida
2861391e6e Fix issue with next_vertices_ids in build_vertex function 2024-03-03 18:10:43 -03:00
Gabriel Luiz Freitas Almeida
6781460869 Refactor buildVertices process one layer at a time 2024-03-03 14:40:43 -03:00
Gabriel Luiz Freitas Almeida
390ccb892a Merge branch 'zustand/io/migration' into better_io 2024-03-03 14:32:04 -03:00
Lucas Oliveira
46e5b8b7e3 Fixed text output not showing display name 2024-03-03 01:26:39 +01:00
Lucas Oliveira
c44c574c99 Fixed flexbox in io 2024-03-03 01:24:39 +01:00
Gabriel Luiz Freitas Almeida
28edf41fa5 Fix bug in PromptComponent 2024-03-02 18:11:46 -03:00
Gabriel Luiz Freitas Almeida
04f6ee7bea Update page size in ComponentsComponent 2024-03-02 16:14:05 -03:00
Gabriel Luiz Freitas Almeida
cdb59132d3 Fix verticesLayers assignment bug 2024-03-02 00:08:31 -03:00
Gabriel Luiz Freitas Almeida
96c5db6589 Update vertex from another vertex 2024-03-01 23:02:28 -03:00
Gabriel Luiz Freitas Almeida
791754cd30 Fix comparison of data in Vertex class 2024-03-01 22:57:15 -03:00
Gabriel Luiz Freitas Almeida
5d87eb021f Update __eq__ methods 2024-03-01 22:51:53 -03:00
Gabriel Luiz Freitas Almeida
457934b9d9 Change how sort_up_to_vertex works 2024-03-01 22:51:30 -03:00
igorrCarvalho
7f55a0ed24 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-03-01 20:03:23 -03:00
igorrCarvalho
463ee575e0 Refactor: Change texts 2024-03-01 20:02:52 -03:00
Gabriel Luiz Freitas Almeida
52a2658f47 Add ShadTooltip component and display display_name for outputs 2024-03-01 19:24:53 -03:00
Gabriel Luiz Freitas Almeida
5300549b61 Refactor vertices order handling 2024-03-01 19:08:23 -03:00
Gabriel Luiz Freitas Almeida
c7ca7bf209 Refactor paste function in flowStore.ts 2024-03-01 19:07:52 -03:00
Gabriel Luiz Freitas Almeida
b455284e97 Refactor vertex base class and add error handling for streaming components 2024-03-01 19:00:16 -03:00
Gabriel Luiz Freitas Almeida
8641a152ac Add logger import and append "Text" to base_classes 2024-03-01 18:37:16 -03:00
Gabriel Luiz Freitas Almeida
cac6473361 Refactor graph class to handle vertex additions and removals 2024-03-01 18:21:59 -03:00
anovazzi1
fb433d90d9 Refactor IOView component 2024-03-01 18:09:43 -03:00
anovazzi1
a153ff1d48 Refactor AccordionComponent to wrap children in a div 2024-03-01 18:00:22 -03:00
anovazzi1
3b5b013ada Update className in CodeTabsComponent 2024-03-01 17:24:58 -03:00
Gabriel Luiz Freitas Almeida
a03d4573fe Fix issue with updating vertices order 2024-03-01 16:25:14 -03:00
anovazzi1
5ae5feb64a style(IOOutputView/index.tsx): update className to include h-full for consistent styling across components
style(IOview/index.tsx): update className to include w-full for consistent styling across components
2024-03-01 15:51:34 -03:00
Gabriel Luiz Freitas Almeida
da82d33493 Fix formatting issues in database service 2024-03-01 14:43:56 -03:00
Gabriel Luiz Freitas Almeida
86e47f1279 Add LANGFLOW_AUTO_LOGIN configuration option 2024-03-01 14:32:14 -03:00
anovazzi1
be0ab30350
Fix tests after IO refactor (#1487) 2024-03-01 13:29:31 -03:00
Gabriel Luiz Freitas Almeida
811ab28339 Refactor graph traversal and update vertices order 2024-03-01 12:12:28 -03:00
Gabriel Luiz Freitas Almeida
3a136362c8 Refactor Vertex class to handle list and Record types in params 2024-03-01 12:12:11 -03:00
Gabriel Luiz Freitas Almeida
f0c592a330 Remove console.log statement and refactor string replacement logic in GenericModal component 2024-03-01 11:11:50 -03:00