Commit graph

9,621 commits

Author SHA1 Message Date
cristhianzl
1676d98d1d Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-03-30 08:27:50 -03:00
cristhianzl
6fbb8da13e ♻️ (DropdownButtonComponent/index.tsx): refactor className logic to improve readability and maintainability
🐛 (DropdownButtonComponent/index.tsx): fix issue with className not being applied correctly when dropdownOptions is present
2024-03-30 08:27:38 -03:00
Gabriel Luiz Freitas Almeida
a200f58251 Update field order in model components 2024-03-29 22:39:30 -03:00
Gabriel Luiz Freitas Almeida
617be2809f Refactor code to use get_text() method instead of accessing the 'text' attribute directly. 2024-03-29 22:29:47 -03:00
Gabriel Luiz Freitas Almeida
0788951ba4 Refactor extract_union_types_from_generic_alias function to exclude specific types 2024-03-29 22:20:47 -03:00
Gabriel Luiz Freitas Almeida
1cd651e300 Refactor code_parser/utils.py and custom_component/component.py 2024-03-29 22:20:46 -03:00
Gabriel Luiz Freitas Almeida
8a19c6b960 Add unit tests for the Record class 2024-03-29 22:20:44 -03:00
Gabriel Luiz Freitas Almeida
04f635d669 Update pinecone-client and pytest-asyncio versions 2024-03-29 22:20:43 -03:00
Gabriel Luiz Freitas Almeida
476438c2e4 Add CreateRecordComponent and remove TextToRecordComponent 2024-03-29 22:20:42 -03:00
Rodrigo Nader
30145a0067 Update component display names and descriptions 2024-03-29 22:10:45 -03:00
Rodrigo Nader
7d1fde6e7f Update component descriptions 2024-03-29 21:42:59 -03:00
Lucas Oliveira
cb64e6ba23 Fixed required stars 2024-03-30 02:00:39 +02:00
Lucas Oliveira
3c6d9fb388 Fixed dropdown placeholder 2024-03-30 01:55:51 +02:00
Lucas Oliveira
654e50aa1e Fixed padding on parameters 2024-03-30 01:50:47 +02:00
Gabriel Luiz Freitas Almeida
bbf93bfb90 Update DisclosureComponent indentation 2024-03-29 19:30:09 -03:00
Gabriel Luiz Freitas Almeida
23ad07af88 Add "embeddings" to PRIORITY_SIDEBAR_ORDER constant 2024-03-29 19:30:03 -03:00
Gabriel Luiz Freitas Almeida
0874e2c191 Update justMyCode setting in launch.json 2024-03-29 19:15:07 -03:00
Gabriel Luiz Freitas Almeida
2b61649dbf Update dependencies in pyproject.toml 2024-03-29 19:15:06 -03:00
Gabriel Luiz Freitas Almeida
5d50c9a4a6 Add isChild prop to DisclosureComponent 2024-03-29 19:15:04 -03:00
Gabriel Luiz Freitas Almeida
0e351231b6 Update input_types in DefaultPromptField class 2024-03-29 19:15:03 -03:00
anovazzi1
1ccfb7908f Remove unnecessary color definition for "Record" node 2024-03-29 19:00:56 -03:00
anovazzi1
06f4ade55f Refactor button component to convert children to title case 2024-03-29 18:43:52 -03:00
Gabriel Luiz Freitas Almeida
f170712864 Refactor exception handling and error messaging in chat module 2024-03-29 18:00:31 -03:00
anovazzi1
6a25d4b761 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-29 17:55:36 -03:00
anovazzi1
7d49cf668c Update variable type options and capitalize Save Variable button 2024-03-29 17:55:33 -03:00
Gabriel Luiz Freitas Almeida
6fb332a2a2 Rearrange sidebar components 2024-03-29 16:46:15 -03:00
Gabriel Luiz Freitas Almeida
7ebbc9abac Update build_config method in TextComponent subclasses 2024-03-29 16:27:33 -03:00
Gabriel Luiz Freitas Almeida
0cf2229ff1 Update TextInput and ChatOutput build methods 2024-03-29 16:19:41 -03:00
Gabriel Luiz Freitas Almeida
4ad0385768 Refactor TextComponent build method to accept Record input and generate text output 2024-03-29 16:16:42 -03:00
Gabriel Luiz Freitas Almeida
d71ebc7ea1 Add record_template parameter to ChatComponent 2024-03-29 16:16:32 -03:00
Gabriel Luiz Freitas Almeida
bb7d26f0cf Update Docker tags in pre-release workflow 2024-03-29 16:16:11 -03:00
Gabriel Luiz Freitas Almeida
84fb678b2f Refactor AstraDBSearchComponent parameters and add informative descriptions 2024-03-29 15:11:42 -03:00
Gabriel Luiz Freitas Almeida
a36f894212 New lock 2024-03-29 14:54:59 -03:00
Gabriel Luiz Freitas Almeida
5c43bd3a5f Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-03-29 14:54:48 -03:00
Gabriel Luiz Freitas Almeida
6f9a0eaa15
Merge branch 'main' into dev 2024-03-29 14:19:02 -03:00
Gabriel Luiz Freitas Almeida
feb29ddbb9
Fix unique constraints for id column (#1583)
* Fix unique constraints for id column

* Update version in pyproject.toml
2024-03-29 14:18:01 -03:00
Lucas Oliveira
404afa2734 Made global variables removing more obvious 2024-03-29 12:32:37 +02:00
Lucas Oliveira
06576470d9 Fixed padding on Input Component 2024-03-29 12:26:33 +02:00
cristhianzl
51a405d0cc (DropdownButtonComponent/index.tsx): add support for displaying a plus button and hiding dropdown options based on props
♻️ (inputComponent/index.tsx): refactor the logic for setting the paddingRight CSS property based on password and selectedOption values
 (MainPage/index.tsx): add support for displaying a plus button and hiding dropdown options in the DropdownButton component
♻️ (types/components/index.ts): add optional plusButton and dropdownOptions properties to the dropdownButtonPropsType type
2024-03-29 00:55:31 -03:00
cristhianzl
d318386483 📝 (GenericNode/index.tsx): add cursor-text class to the generic-node-tooltip-div element to change the cursor to text when hovering over the element 2024-03-29 00:23:39 -03:00
cristhianzl
26ad87170d Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-03-29 00:21:07 -03:00
cristhianzl
4f5cb3c0b7 (nodeToolbarComponent/index.tsx): Remove unused import of iconClasses from @mui/material to improve code cleanliness and reduce bundle size
♻️ (nodeToolbarComponent/index.tsx): Refactor code to improve readability and maintainability by adding line breaks and indentation
 (nodeToolbarComponent/index.tsx): Refactor code to improve readability and maintainability by extracting complex condition into a separate if statement
♻️ (nodeToolbarComponent/index.tsx): Refactor code to improve readability and maintainability by adding line breaks and indentation
♻️ (nodeToolbarComponent/index.tsx): Refactor code to improve readability and maintainability by adding line breaks and indentation
2024-03-29 00:20:59 -03:00
anovazzi1
6b1023fc47 Update IOView component and constants 2024-03-29 00:15:53 -03:00
Cristhian Zanforlin Lousa
dfb8d56f98
Fix minimize (#1579)
♻️ (GenericNode/index.tsx): refactor showNode state initialization and
update logic to use useState and useEffect hooks for better readability
and maintainability
2024-03-29 00:10:25 -03:00
Rodrigo Nader
8e3ce9050e Add CreateRecordComponent, update IDGeneratorComponent and input components' descriptions 2024-03-29 00:07:19 -03:00
cristhianzl
bb7620b810 ♻️ (GenericNode/index.tsx): refactor showNode state initialization and update logic to use useState and useEffect hooks for better readability and maintainability 2024-03-29 00:02:44 -03:00
anovazzi1
21df24956f Add new color for Record in nodeColors 2024-03-28 23:57:42 -03:00
anovazzi1
cf7225ce7a Update default value for sender in MessageHistoryComponent 2024-03-28 23:52:54 -03:00
anovazzi1
3baca9b89b Fix useState initialization and update keyboard shortcut for download button 2024-03-28 23:37:24 -03:00
anovazzi1
9c025d5889 Add download functionality to node toolbar component 2024-03-28 23:28:00 -03:00