Commit graph

9,591 commits

Author SHA1 Message Date
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
Gabriel Luiz Freitas Almeida
ac5f81f5ec Format assets json 2024-03-28 20:16:52 -03:00
Gabriel Luiz Freitas Almeida
742ec9f0d5 Update import statements in __init__.py files 2024-03-28 20:16:35 -03:00
Gabriel Luiz Freitas Almeida
76dbaf3b21 Refactor API generation tests 2024-03-28 20:16:16 -03:00
Gabriel Luiz Freitas Almeida
a3924d657c Add vector search components and vector store search components 2024-03-28 20:16:00 -03:00
Gabriel Luiz Freitas Almeida
a61bb83bff Add explanation for the new version of Langflow 2024-03-28 19:56:34 -03:00
Gabriel Luiz Freitas Almeida
afeb1f6e65 Add new chapter for Langflow with major changes and improvements 2024-03-28 19:51:29 -03:00
Gabriel Luiz Freitas Almeida
53a959d8e5 Update AnthropicModel with new model options and API URL 2024-03-28 19:51:28 -03:00
Gabriel Luiz Freitas Almeida
1c55b8159b Update AmazonBedrockModel.py with new model options and remove unused code 2024-03-28 19:51:27 -03:00
Rodrigo Nader
754e74ec37 Update component descriptions and messages 2024-03-28 19:33:55 -03:00
Rodrigo Nader
d7fdd2fe9d Update component descriptions 2024-03-28 18:49:25 -03:00
anovazzi1
d77ceaec8e Fix conditional rendering in NodeToolbarComponent 2024-03-28 18:42:21 -03:00
anovazzi1
c7cdf3f9e9 Fix nodeToolbarComponent rendering issue and add chat_io end-to-end test 2024-03-28 18:42:16 -03:00
Rodrigo Nader
57802f9632 Update display names of models 2024-03-28 18:19:25 -03:00
Gabriel Luiz Freitas Almeida
5bc787fef4 Update file path in build_config method 2024-03-28 17:56:12 -03:00
Gabriel Luiz Freitas Almeida
d6f1a9f1f6 Refactor FileComponent build method to accept a single path 2024-03-28 17:53:59 -03:00
Rodrigo Nader
91b8f12a54 Add advanced options to sender and return_record in ChatComponent 2024-03-28 17:34:17 -03:00
Gabriel Luiz Freitas Almeida
b84210c583 Refactor buildVertices function to handle validation error 2024-03-28 17:34:00 -03:00
Gabriel Luiz Freitas Almeida
8d6cbeff44 Fix buildUtils.ts to handle validation errors properly 2024-03-28 17:32:22 -03:00
anovazzi1
f80af6bd03 Add end-to-end test for tweaks functionality 2024-03-28 17:24:36 -03:00
anovazzi1
7a844466d8 migrate commits on wrong branch 2024-03-28 17:17:24 -03:00
Gabriel Luiz Freitas Almeida
f7e8526a06 Fix getting extension in files 2024-03-28 17:03:56 -03:00
Gabriel Luiz Freitas Almeida
37ede63d2d Add import statement for get_settings_service() in base.py 2024-03-28 17:01:13 -03:00
Gabriel Luiz Freitas Almeida
cdf1963138 Update version.py to retrieve package version using package name 2024-03-28 16:58:02 -03:00
Gabriel Luiz Freitas Almeida
ec46a56288 Refactor useDarkStore in darkStore.tsx 2024-03-28 16:55:08 -03:00
Gabriel Luiz Freitas Almeida
af9e683133 Update extraSidebarComponent index.tsx 2024-03-28 16:35:16 -03:00
Gabriel Luiz Freitas Almeida
30a593c67c Update react-icons version to 5.0.1 2024-03-28 16:35:10 -03:00
Lucas Oliveira
4c153c05c5 Fixed dropdown appearing in input 2024-03-28 18:32:56 +02:00
Lucas Oliveira
de1e6bdc49 Fixed name of node at Tweaks 2024-03-28 15:30:50 +02:00
Lucas Oliveira
36a3fda059 Fix bug on parameter component 2024-03-28 15:20:46 +02:00
Gabriel Luiz Freitas Almeida
b54e8352fa Update StateServiceFactory to use InMemoryStateService 2024-03-28 09:57:52 -03:00