Commit graph

9,536 commits

Author SHA1 Message Date
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
igorrCarvalho
e4db0f225a Feat: Implement ungroup shortcut (Ctrl U) 2024-03-01 14:13:17 -03:00
anovazzi1
be0ab30350
Fix tests after IO refactor (#1487) 2024-03-01 13:29:31 -03:00
igorrCarvalho
8dad400216 Feat: Add shortcut for share a node (ctrl shift S) 2024-03-01 12:41:37 -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
igorrCarvalho
0e9910b666 Feat: add shortcut to minimize/expand a node (ctrl Q) 2024-03-01 11:50:32 -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
Gabriel Luiz Freitas Almeida
d6fe701c7f Refactor code for extracting input variables from prompt 2024-03-01 11:11:18 -03:00
Gabriel Luiz Freitas Almeida
e0989c0f53 Refactor variable highlighting regex in constants.ts and fix error handling in genericModal 2024-03-01 11:11:01 -03:00
Gabriel Luiz Freitas Almeida
8b99087cff Refactor FileLoaderComponent to remove unnecessary code 2024-03-01 09:34:09 -03:00
Gabriel Luiz Freitas Almeida
9d696230bc Refactor CustomComponent's data conversion method to use Record objects 2024-03-01 09:33:58 -03:00
Gabriel Luiz Freitas Almeida
c74f0c2b0f Refactor CustomComponent data handling 2024-03-01 09:32:44 -03:00
Gabriel Luiz Freitas Almeida
3e5c41666c Refactor FileLoaderComponent to use Record and add Record import 2024-03-01 09:23:22 -03:00
Gabriel Luiz Freitas Almeida
fd16f136b1 Refactor TextInput and TextOutput to use TextComponent 2024-03-01 09:19:10 -03:00
Gabriel Luiz Freitas Almeida
90569d73c8 Fix import statements and formatting issues 2024-03-01 09:19:00 -03:00
Gabriel Luiz Freitas Almeida
f12d84d6f9 Refactor RecordsAsTextComponent to use records_to_text helper function 2024-03-01 09:18:22 -03:00
Gabriel Luiz Freitas Almeida
c9a282bdea Add helper functions for converting documents to records and records to text 2024-03-01 09:17:18 -03:00
Gabriel Luiz Freitas Almeida
05e6036be2 Update ChatOutput sender and sender_name defaults 2024-03-01 08:07:53 -03:00
Gabriel Luiz Freitas Almeida
1ce317c252 Fix duplicate edges in Graph class 2024-03-01 07:35:46 -03:00
igorrCarvalho
5facaac995 Feat: Add Shortcut to open docs (ctrl shift D) 2024-03-01 00:47:42 -03:00
igorrCarvalho
a3e7c6f8f6 Feat: Implement ctrl s shortcut for save and override nodes 2024-03-01 00:32:33 -03:00
igorrCarvalho
31f75f1007 Feat: add ctrl E icon 2024-03-01 00:16:08 -03:00
igorrCarvalho
e04b10c059 Feat: Add ctrl E shortcut to open Edit node modal 2024-03-01 00:09:00 -03:00
igorrCarvalho
69c4575f90 Merge zustand/io/migration 2024-02-29 23:58:40 -03:00
Gabriel Luiz Freitas Almeida
f3a7570aad Add SharedState component for state sharing 2024-02-29 23:39:42 -03:00
Gabriel Luiz Freitas Almeida
62a7dc77d6 Add state management methods to CustomComponent class 2024-02-29 23:39:36 -03:00
Gabriel Luiz Freitas Almeida
6ae5a39f8d Refactor directory_reader.py for improved readability and maintainability 2024-02-29 19:27:33 -03:00
Gabriel Luiz Freitas Almeida
925127a5a3 Refactor CustomComponent class methods and improve code readability 2024-02-29 19:27:33 -03:00
Gabriel Luiz Freitas Almeida
8703d4410e Fix component_template output_types assignment 2024-02-29 19:27:32 -03:00
Gabriel Luiz Freitas Almeida
26f120ec05 Refactor API endpoints and fix formatting issues 2024-02-29 19:27:30 -03:00
igorrCarvalho
07aa83e4e5 Fix: Remove code modal shortcut for improvements 2024-02-29 19:20:26 -03:00
igorrCarvalho
fff3995c11 Feat: Implement shortcut to open CodeModal 2024-02-29 19:17:10 -03:00
cristhianzl
2190d65c59 fix tests 2024-02-29 19:15:00 -03:00
cristhianzl
066a5969e7 fix all the tests 2024-02-29 18:42:24 -03:00
Gabriel Luiz Freitas Almeida
2305806c40 Fix vertex filtering in layered topological sort 2024-02-29 18:36:42 -03:00
Lucas Oliveira
d2127acf04 Fixed adding more than one chat input 2024-02-29 22:27:07 +01:00
Gabriel Luiz Freitas Almeida
b6a2f7dd24 Fix layered topological sort bug in Graph class 2024-02-29 18:16:23 -03:00
Gabriel Luiz Freitas Almeida
2b2fd3fa8d Refactor import statements and update component headings 2024-02-29 17:38:18 -03:00
Gabriel Luiz Freitas Almeida
cb782d1873 Add MessageHistory component to documentation 2024-02-29 17:38:09 -03:00
anovazzi1
1a0d9f3077
Add new Icons - Postgres, Redis, Azure IA, Ollama (#1481) 2024-02-29 17:28:42 -03:00
anovazzi1
02b1f89555 Add Azure icon to AzureOpenAIEmbeddingsComponent and AzureChatOpenAISpecsComponent 2024-02-29 17:28:09 -03:00
Gabriel Luiz Freitas Almeida
0b0b7d3c66 If return type is str set it to Text 2024-02-29 17:01:30 -03:00
cristhianzl
b83a18bcc9 add draganddrop test 2024-02-29 17:01:19 -03:00
Lucas Oliveira
8a8f27f5dc fixed position of info 2024-02-29 20:41:49 +01:00
Gabriel Luiz Freitas Almeida
978efe5543 Add MessageHistory component and remove StoreMessages component 2024-02-29 16:36:35 -03:00
Lucas Oliveira
88fb95014f Added ID on tooltip 2024-02-29 20:35:37 +01:00
Lucas Oliveira
5188dacfed Fixed tooltip 2024-02-29 20:35:01 +01:00
Lucas Oliveira
9d5faaf3c2 Added name changing 2024-02-29 20:33:30 +01:00