Lucas Oliveira
99561d0d4c
Merge remote-tracking branch 'origin/zustand/io/migration' into globalVariables
2024-03-21 15:35:52 +01:00
Gabriel Luiz Freitas Almeida
7b11435655
Refactor Graph class to improve readability and add docstrings
2024-03-21 09:48:34 -03:00
Gabriel Luiz Freitas Almeida
f4e204ce50
Refactor AnthropicModel imports and update description
2024-03-21 09:48:21 -03:00
Gabriel Luiz Freitas Almeida
a6625bbad5
Update node and edge IDs, refactor node ID generation, and fix async bug in build_vertex_stream function ( #1546 )
...
* Update node and edge IDs in PageComponent and reactflowUtils
* Merge remote-tracking branch 'origin/zustand/io/migration' into fixGroup
* Refactor node ID generation and update node IDs in selection
* Update flowStore.ts and reactflowUtils.ts
* Fix async bug in build_vertex_stream function
* Add check for missing id in vertex data
* Fix exception message for missing vertex id
* Update code: Added VertexLayerElementType type and modified updateIds function
2024-03-20 20:06:25 -03:00
Gabriel Luiz Freitas Almeida
8c0a2b62a3
Refactor custom fields handling in validate.py
2024-03-20 17:55:49 -03:00
Gabriel Luiz Freitas Almeida
cb98118ce8
Refactor vertex build process and add new response field
2024-03-20 16:13:57 -03:00
Gabriel Luiz Freitas Almeida
c4b2ad763f
Add functions for retrieving next runnable vertices and top-level vertices in the graph
2024-03-20 16:13:53 -03:00
Gabriel Luiz Freitas Almeida
50d27eeaa0
Remove duplicate import statements and unused imports
2024-03-18 21:26:52 -03:00
Gabriel Luiz Freitas Almeida
735d5ed803
Add imports and update log level in run_langflow function
2024-03-18 21:26:37 -03:00
Lucas Oliveira
e38cf0dd6c
Changed component.py to fix bug
2024-03-18 23:40:25 +01:00
Lucas Oliveira
6c9a87bed7
Merge branch 'zustand/io/migration' into globalVariables
2024-03-18 23:40:15 +01:00
Gabriel Luiz Freitas Almeida
9bcd74cbce
Refactor code formatting and style
2024-03-18 18:38:35 -03:00
Gabriel Luiz Freitas Almeida
c57aadbbc6
Fix merge conflicts in backend code
2024-03-18 18:30:55 -03:00
Lucas Oliveira
06f0e0e0f8
Added dropdown and global page
2024-03-18 13:12:31 +01:00
Gabriel Luiz Freitas Almeida
df12199462
Fix input value handling in run_graph function
2024-03-11 19:24:52 -03:00
Gabriel Luiz Freitas Almeida
0bd4517372
Add RunOutputs class to schema.py
2024-03-11 18:21:31 -03:00
Gabriel Luiz Freitas Almeida
4d45f47698
Fix vertex iteration bug and add component metadata
2024-03-11 18:09:33 -03:00
Gabriel Luiz Freitas Almeida
c80ee236c9
Fix components value handling in InputValueRequest
2024-03-11 18:00:52 -03:00
Gabriel Luiz Freitas Almeida
bcab53818e
Refactor API endpoints and schemas
2024-03-11 16:51:08 -03:00
Gabriel Luiz Freitas Almeida
230982161e
Makes all vertices be considered for output retrieval
2024-03-11 16:41:25 -03:00
Gabriel Luiz Freitas Almeida
fde57a3463
Add model_config to CustomComponentRequest schema
2024-03-11 15:17:00 -03:00
Gabriel Luiz Freitas Almeida
9802322ae9
Make update_build_config use always the latest version
2024-03-11 14:27:15 -03:00
Gabriel Luiz Freitas Almeida
4106118a84
Add UpdateRecordComponent to helpers package
2024-03-09 23:39:33 -03:00
Gabriel Luiz Freitas Almeida
67bccdc753
Refactor cache service and fix async issues ( #1512 )
2024-03-09 22:55:56 -03:00
Cristhian Zanforlin Lousa
0a3401640d
Bugfix: Refresh Token Renovation ( #1511 )
...
bugfix: fix the refresh token renovation
2024-03-09 11:03:19 -03:00
Gabriel Luiz Freitas Almeida
8751249fe4
Refactor retrieve_file_paths and get_elements functions
2024-03-08 23:41:46 -03:00
Gabriel Luiz Freitas Almeida
8139b743c2
Fix URLComponent build method and update test_url_component
2024-03-08 23:41:35 -03:00
Gabriel Luiz Freitas Almeida
c7fc2eb4af
Add input_types field to new_data in UpdateRecordComponent
2024-03-08 23:40:41 -03:00
Gabriel Luiz Freitas Almeida
2455031e48
Add support for parsing PDF files
2024-03-08 18:05:42 -03:00
Gabriel Luiz Freitas Almeida
522bd304e8
Format
2024-03-08 17:42:22 -03:00
Gabriel Luiz Freitas Almeida
29908957e9
Fix field type for Dict in add_new_custom_field function
2024-03-08 17:41:36 -03:00
Gabriel Luiz Freitas Almeida
7243fdc674
Remove unused PythonFunction node from customs.py
2024-03-08 17:08:20 -03:00
Gabriel Luiz Freitas Almeida
dced59cef8
Refactor file parsing in FileComponent
2024-03-08 17:08:19 -03:00
Gabriel Luiz Freitas Almeida
865bc02c94
Refactor file parsing and loading in DirectoryComponent
2024-03-08 17:08:18 -03:00
Gabriel Luiz Freitas Almeida
1c66bc9988
Refactor Record class to add model_validator for data validation
2024-03-08 17:08:18 -03:00
Gabriel Luiz Freitas Almeida
e30130cdb9
Refactor TextToRecordComponent build method
2024-03-08 16:14:19 -03:00
Gabriel Luiz Freitas Almeida
bac1933a57
Add UpdateRecordComponent to helpers
2024-03-08 16:07:46 -03:00
Gabriel Luiz Freitas Almeida
6348da2de3
Refactor template formatting in records_to_text function
2024-03-08 16:05:59 -03:00
Gabriel Luiz Freitas Almeida
0c153e659f
Update APIRequest and ExtractDataFromRecord components
2024-03-08 16:05:53 -03:00
anovazzi1
6b3ff2cd8c
Update token expiration settings
2024-03-08 15:05:13 -03:00
Rodrigo Nader
b538d1bb39
Add custom components for message history and text to record conversion
2024-03-08 14:50:28 -03:00
Gabriel Luiz Freitas Almeida
97d448926c
Fix all erros to run tests correctly
2024-03-08 13:43:34 -03:00
anovazzi1
b23d879760
Add expiration time for access and refresh token cookies
2024-03-08 13:01:14 -03:00
Gabriel Luiz Freitas Almeida
7b53178d6f
Refactor ChatVertex to handle artifacts and unescape message
2024-03-08 12:17:44 -03:00
Gabriel Luiz Freitas Almeida
bb6a2ceb58
Refactor PromptComponent and add import statement for PromptComponent
2024-03-08 11:58:56 -03:00
Gabriel Luiz Freitas Almeida
0e5e259bae
fix yaml dump not outputing unicode
2024-03-08 11:58:41 -03:00
Gabriel Luiz Freitas Almeida
39434eadc4
Formatting
2024-03-08 11:36:32 -03:00
Gabriel Luiz Freitas Almeida
fd7da8720f
Set up __init__ for all components
2024-03-08 11:35:55 -03:00
Gabriel Luiz Freitas Almeida
1f76ad728f
Add defaultdict import and handle empty custom_fields
2024-03-08 11:24:23 -03:00
Gabriel Luiz Freitas Almeida
d777df3dbf
Refactor text splitter components to use unescape_string utility
2024-03-08 10:20:41 -03:00