cristhianzl
ec1a0fafe5
♻️ (use-delete-folder.tsx): replace refreshFolders with getFoldersApi for better API call management
2024-06-14 09:34:59 -03:00
italojohnny
2d692a6701
Merge branch 'dev' into two_edges_dev
2024-06-14 09:31:14 -03:00
italojohnny
2b244b69e3
fix .json files after merge conflict
2024-06-14 09:30:38 -03:00
italojohnny
902e616286
Merge branch 'two_edges' into two_edges_dev
2024-06-14 09:29:50 -03:00
italojohnny
81be804eee
fix .json files after merge conflict
2024-06-14 09:28:05 -03:00
ogabrielluiz
df634de53f
chore: Improve error handling and logging in get_current_user_by_jwt function
2024-06-14 08:55:33 -03:00
ogabrielluiz
a7e83baa35
chore: Bump langchain and langchain-core versions to 0.2.4 and 0.2.6 respectively
2024-06-14 08:53:15 -03:00
ogabrielluiz
38c721f387
chore: Bump version of langflow and langflow-base packages
2024-06-14 08:39:42 -03:00
ogabrielluiz
3738a32b92
chore: Update Docker build workflow to include LANGFLOW_IMAGE build argument
2024-06-14 08:36:28 -03:00
Gabriel Luiz Freitas Almeida
5300b9cc08
Improve error handling and logging in get_current_user_by_jwt function ( #2165 )
...
chore: Improve error handling and logging in get_current_user_by_jwt function
2024-06-14 04:24:52 -07:00
ogabrielluiz
5f87e10127
🔧 (docker-build.yml): update setting output variables to use a file for better readability and maintainability
2024-06-14 08:19:38 -03:00
Rodrigo
750624f097
refactor: Update max_tokens default value in AnthropicLLM classes
2024-06-14 01:12:07 -03:00
Rodrigo
505ca31467
refactor: Update TextOperatorComponent to handle default outputs
2024-06-14 01:09:31 -03:00
ogabrielluiz
05ceb29dec
chore: Update Docker build workflow to include base and component images
2024-06-13 18:48:43 -03:00
ogabrielluiz
c818c47594
chore: Update Docker build workflow to include base and component images
2024-06-13 18:47:37 -03:00
ogabrielluiz
d921865e45
chore: Update dependencies to latest versions
2024-06-13 18:33:48 -03:00
Lucas Oliveira
94d7f4a9cb
Fixed table header displaying Title Case instead of normal
2024-06-13 18:22:16 -03:00
Lucas Oliveira
cf0e3eb4cd
Fixed not being able to copy anywhere
2024-06-13 18:18:15 -03:00
Lucas Oliveira
229cfa123d
Fixed error color and padding
2024-06-13 18:00:13 -03:00
Lucas Oliveira
82958878b8
Fixed grabbing to override children
2024-06-13 17:48:21 -03:00
cristhianzl
41fc846107
refactor: Update FoldersStoreType to use isLoadingFolders instead of loading
2024-06-13 17:46:14 -03:00
cristhianzl
33b3a9ee7e
refactor: Update getFoldersApi to handle startup application and improve code readability
2024-06-13 17:46:06 -03:00
cristhianzl
9dd56b0412
refactor: Update MainPage component to remove unused code and improve folder deletion handling
2024-06-13 17:45:58 -03:00
cristhianzl
5462aeee3e
refactor: Update useDeleteFolder hook to use refreshFolders instead of getFoldersApi
2024-06-13 17:45:50 -03:00
cristhianzl
6450b52c40
chore: Remove unused code in HeaderTabsSearchComponent
2024-06-13 17:45:41 -03:00
cristhianzl
a1cd3be237
feat: Add useFlowsManagerStore to LoginPage for managing loading state during login
2024-06-13 17:45:27 -03:00
cristhianzl
68201bb0d5
feat: Add setLoading to LoginAdminPage for displaying loading state during login
2024-06-13 17:45:16 -03:00
cristhianzl
e66286662e
refactor: Improve duplicate request handling in checkDuplicateRequestAndStoreRequest function
2024-06-13 17:45:09 -03:00
cristhianzl
a49cd49eee
refactor: Remove console.log statement in getMessagesTable function
2024-06-13 17:45:02 -03:00
cristhianzl
b9e1a3c0c5
fix: Handle duplicate requests in ApiInterceptor
2024-06-13 17:44:46 -03:00
ogabrielluiz
7d7e641260
refactor: Improve handling of template_dicts inputs in Vertex class
2024-06-13 17:44:41 -03:00
cristhianzl
4358ff5255
chore: Update authContext to useFolderStore for getting folders
2024-06-13 17:44:36 -03:00
cristhianzl
8980b66bec
refactor: Update TableComponent to use optional chaining for hiding overlay
2024-06-13 17:44:28 -03:00
cristhianzl
9cd3bd751e
chore: Update use-on-file-drop.tsx to use refreshFolders instead of getFoldersApi
2024-06-13 17:44:21 -03:00
cristhianzl
0bbecc9bab
refactor: Refresh folders after adding a new folder in SideBarFoldersButtonsComponent
2024-06-13 17:44:12 -03:00
cristhianzl
75c13f4f20
chore: Refactor loadingFolders variable name in SidebarNav component
2024-06-13 17:44:06 -03:00
cristhianzl
bc50e010d4
feat: Add Case component to App for conditional rendering
2024-06-13 17:43:35 -03:00
Lucas Oliveira
5929e75d6e
Changed icon of message
2024-06-13 17:42:07 -03:00
Lucas Oliveira
bc9a103c64
Fixed badge size on Advanced modal
2024-06-13 17:39:47 -03:00
Gabriel Luiz Freitas Almeida
5de41ecb3a
🐛 (service.py): Fix handling of postgres dialect in database URL to prevent NoSuchModuleError and provide a warning message for users to update the database URL. ( #2161 )
2024-06-13 13:36:48 -07:00
Rodrigo
32170a79ae
refactor: Update TextOperatorComponent to handle default outputs
...
Update the TextOperatorComponent to handle default outputs when the true_output or false_output is not passed. If not provided, the default output will be the input text. This change improves the flexibility and usability of the component.
2024-06-13 17:07:41 -03:00
Lucas Oliveira
876eae7f32
Fixed if/else that is not on useEffect
2024-06-13 17:01:17 -03:00
Lucas Oliveira
3dbc648f00
Changed Reload Components to Refresh All
2024-06-13 17:00:55 -03:00
Lucas Oliveira
f821036f3e
Fixed hidden outputs dropdown maintaining state even if every output is shown
2024-06-13 17:00:55 -03:00
Rodrigo
c89f87baea
refactor: Update langflow components and constants
2024-06-13 16:59:37 -03:00
ogabrielluiz
96511fef4a
refactor: Improve handling of template_dicts inputs in Vertex class
...
Refactor the Vertex class to enhance the handling of template_dicts inputs. Instead of using list comprehensions, explicit loops are now used to append the required and optional inputs. This change improves the readability and maintainability of the code.
2024-06-13 16:51:27 -03:00
ogabrielluiz
ffae471c7b
refactor: Add HandleInput to inputs module
2024-06-13 16:50:57 -03:00
ogabrielluiz
88f03f0408
refactor: Update Vertex class to improve handling of template_dicts inputs
...
Refactor the Vertex class to improve the handling of template_dicts inputs. Instead of using list comprehensions, the code now uses explicit loops to append the required and optional inputs. This change enhances the readability and maintainability of the code.
2024-06-13 16:30:38 -03:00
ogabrielluiz
b3266bab9c
refactor: Fix issue with handling None values in ResultData class
...
Fix the issue where None values were not being handled correctly in the ResultData class. This ensures that the code properly handles cases where the message is None, preventing any potential errors or unexpected behavior.
2024-06-13 16:30:29 -03:00
ogabrielluiz
3862afc907
refactor: Sort fields alphabetically and prioritize fields with DIRECT_TYPES in Template class
...
Sort the fields alphabetically and prioritize fields with DIRECT_TYPES in the Template class. This improves the organization and readability of the code, ensuring that fields with specific types are listed first.
2024-06-13 16:29:00 -03:00