cristhianzl
20a99ed418
chore(tagsSelectorComponent): add useContext hook to import statement to use darkContext
...
chore(tagsSelectorComponent): add darkContext to useContext hook to access dark mode state
chore(tagsSelectorComponent): add className conditionally based on dark mode state to fade-container div
chore(shareModal): change initial state of checked variable to false
chore(shareModal): add saveFlow function to useContext hook to access saveFlow function from FlowsContext
chore(shareModal): add saveFlow function call to saveFlowStore function call to save flow data to store
chore(shareModal): add saveFlow function call to addFlow function call to add flow to FlowsContext
chore(shareModal): set checked variable to false when sharePublic state changes
chore(shareModal): disable save with my API keys checkbox when sharePublic is true
chore(shareModal): add warning message about deselecting save with my API keys checkbox
chore(components): add resetFilter function to reset filter state variables and set allData to original flows data
chore(components): call resetFilter function when flow is deleted to reset filter state variables and set allData to original flows data
chore(applies.css): rearrange classes in community-page-arrangement to match order of properties
chore(applies.css): add fade-container-dark class to handle dark mode for fade-container div
chore(applies.css): add linear gradient background color for fade-container-dark class to handle dark mode
2023-11-29 10:04:10 -03:00
Gabriel Luiz Freitas Almeida
024ca2540f
Merge remote-tracking branch 'origin/dev' into feature/store
2023-11-29 07:47:37 -03:00
Gabriel Luiz Freitas Almeida
da1cab825a
Refactor update_frontend_node_with_template_values
...
function
2023-11-29 07:19:03 -03:00
Gabriel Luiz Freitas Almeida
7547bfd028
Update dependencies in pyproject.toml
2023-11-28 23:58:37 -03:00
Gabriel Luiz Freitas Almeida
6839b64d52
Update dependencies in poetry.lock and
...
pyproject.toml
2023-11-28 23:55:14 -03:00
Gabriel Luiz Freitas Almeida
c25e38a385
Update langchain and openai versions
2023-11-28 23:37:36 -03:00
EC2 Default User
2730dbac82
use env file
2023-11-29 02:16:46 +00:00
Gabriel Luiz Freitas Almeida
44b0ca9a15
Fix formatting issues and add missing semicolons
2023-11-28 23:08:26 -03:00
Gabriel Luiz Freitas Almeida
41b3c29332
Refactor code formatting and imports
2023-11-28 23:08:17 -03:00
Gabriel Luiz Freitas Almeida
6746b0d4f0
Remove duplicate method in TaskService
2023-11-28 23:08:00 -03:00
Gabriel Luiz Freitas Almeida
8d461ce0dc
🔨 refactor(utils.py): rename replace_existing_field_values to update_frontend_node_with_template_values for clarity and consistency
...
🔨 refactor(endpoints.py): rename replace_existing_field_values to update_frontend_node_with_template_values for clarity and consistency
✨ feat(utils.py): add update_frontend_node_with_template_values function to update frontend node with values from raw template data
✨ feat(endpoints.py): add update_frontend_node_with_template_values function to update frontend node with values from raw template data
2023-11-28 23:07:42 -03:00
Gabriel Luiz Freitas Almeida
173db54a4d
Fix field value replacement in
...
build_input_keys_response function
2023-11-28 23:00:48 -03:00
Gabriel Luiz Freitas Almeida
0d7e5992af
Refactor custom_component endpoint and
...
reload_custom_component endpoint
2023-11-28 23:00:42 -03:00
Gabriel Luiz Freitas Almeida
9c09c724a9
Update CustomComponentCode schema
2023-11-28 23:00:29 -03:00
Gabriel Luiz Freitas Almeida
bff0f3496c
Refactor langflow.interface.types.py
2023-11-28 23:00:20 -03:00
Gabriel Luiz Freitas Almeida
343f3992f8
Add template parameter to postCustomComponent
...
function
2023-11-28 23:00:06 -03:00
Gabriel Luiz Freitas Almeida
2444a7dd09
Refactor content formatting in utils.py
2023-11-28 22:39:14 -03:00
Gabriel Luiz Freitas Almeida
3cc1e4b8bc
Refactor vertex import in base.py
2023-11-28 22:04:37 -03:00
Gabriel Luiz Freitas Almeida
c14f95c100
Fix is_task attribute in CustomComponentVertex
...
constructor
2023-11-28 22:02:55 -03:00
Lucas Oliveira
52338db3c5
Merge branch 'bug/undo-copy' into feature/store
2023-11-28 20:47:45 -03:00
Lucas Oliveira
b7e70d3511
Fixed nodes being minimized by default
2023-11-28 20:40:35 -03:00
Lucas Oliveira
857fa403a1
Added takeSnapshot on ungroup and show and hide node
2023-11-28 20:36:47 -03:00
Lucas Oliveira
733e6945c6
Fixed unnecessary updates
2023-11-28 20:31:27 -03:00
Gabriel Luiz Freitas Almeida
3accebc0a9
Refactor document loader component and improve
...
error handling
2023-11-28 20:23:10 -03:00
Gabriel Luiz Freitas Almeida
04736de021
add AnthropicLLM by CustomComponent ( #1153 )
2023-11-28 19:53:46 -03:00
Gabriel Luiz Freitas Almeida
a0d54021ab
Fix components link in Readme ( #1151 )
2023-11-28 19:53:17 -03:00
Lucas Oliveira
082ea5282f
Merge branch 'feature/store' into bug/undo-copy
2023-11-28 19:51:53 -03:00
Lucas Oliveira
db18d98325
Fixed confirmation modal
2023-11-28 19:45:55 -03:00
igorrCarvalho
1f18b20c90
Feat: Add new CustomComponent icon and gradient to Group icon
2023-11-28 19:41:29 -03:00
Gabriel Luiz Freitas Almeida
64e8d4bbc7
Update poll_task_status sleep time
2023-11-28 19:39:40 -03:00
Gabriel Luiz Freitas Almeida
4b54a9d234
Fix typing error and handle Coroutine object in
...
generate_result() function
2023-11-28 19:39:14 -03:00
Gabriel Luiz Freitas Almeida
77227b887b
Update typing import in base.py
2023-11-28 19:38:52 -03:00
Gabriel Luiz Freitas Almeida
ff86d02a92
Refactor process_graph_cached_task function
2023-11-28 19:38:22 -03:00
Gabriel Luiz Freitas Almeida
a255afbabe
Update Celery command options
2023-11-28 19:38:16 -03:00
Gabriel Luiz Freitas Almeida
3c2b798000
Update celery version to 5.3.6
2023-11-28 19:38:08 -03:00
Lucas Oliveira
55dc19d1ab
Fixed flows not being able to upload
2023-11-28 19:22:31 -03:00
igorrCarvalho
a59399bac6
Refactor: Change group Icon
2023-11-28 19:03:57 -03:00
igorrCarvalho
11a89b4793
Refactor: make group animation better
2023-11-28 19:00:54 -03:00
igorrCarvalho
96fc1550fc
Refactor: make Custom appear as second section on sideBar
2023-11-28 18:48:34 -03:00
igorrCarvalho
a9c5ada45f
Refactor: make not selected header button brighter
2023-11-28 18:33:51 -03:00
Gabriel Luiz Freitas Almeida
86ce36426a
Refactor vertex lookup using a dictionary
2023-11-28 17:56:30 -03:00
Gabriel Luiz Freitas Almeida
b5c27724a6
Fix merge_nested_dicts_with_renaming function
2023-11-28 17:43:13 -03:00
igorrCarvalho
9b41432c96
Refactor: Make Store Icon on sideBar icon with same animated gradient like CustomComponents icon
2023-11-28 17:05:04 -03:00
Gabriel Luiz Freitas Almeida
96bb758124
Update Celery command to use gevent pool
2023-11-28 15:38:51 -03:00
Gabriel Luiz Freitas Almeida
1a0c5c497a
Add basic imports from typing module
2023-11-28 15:38:40 -03:00
Gabriel Luiz Freitas Almeida
cca09505ee
Remove unused code in build_valid_menu function
2023-11-28 15:18:06 -03:00
Gabriel Luiz Freitas Almeida
732f64bf23
Add task_result variable and update
...
custom_component_update function
2023-11-28 15:18:00 -03:00
Gabriel Luiz Freitas Almeida
0d8a400557
Refactor process_graph_cached_task to use
...
async/await
2023-11-28 15:17:52 -03:00
Gabriel Luiz Freitas Almeida
46ba84b95d
Fix async handling in TaskService
2023-11-28 15:17:44 -03:00
Gabriel Luiz Freitas Almeida
2a0e33f3f4
🐛 fix(chat.py): fix variable name in if condition to improve code readability and maintain consistency
2023-11-28 15:13:09 -03:00