ogabrielluiz
4b71295caf
refactor: Update RedisCache to use AsyncInMemoryCache as fallback when Redis cache is not connected
2024-06-18 00:14:31 -03:00
ogabrielluiz
515fe5638f
📝 (base.py): refactor Graph class serialization to include necessary attributes and handle run_manager properly
...
📝 (utils.py): rename build_and_cache_graph_from_db to build_graph_from_db for clarity and consistency
📝 (chat.py): update function calls to use the new build_graph_from_db function name
📝 (runnable_vertices_manager.py): add serialization methods to RunnableVerticesManager class
📝 (vertex.py): improve Vertex class serialization for better handling of internal attributes
2024-06-18 00:14:31 -03:00
ogabrielluiz
f49ebe5f9b
refactor: Update OpenAIModelComponent to support JSON mode with schema
2024-06-18 00:14:31 -03:00
Lucas Oliveira
84c1320c82
Added help buttons and icons to image menu
2024-06-18 00:11:13 -03:00
Lucas Oliveira
6c3956987d
Added w-full on input list component
2024-06-17 23:49:15 -03:00
Lucas Oliveira
328e214a0f
Fixed styling on components changed by the icons-parameters-comp class
2024-06-17 23:46:36 -03:00
Rodrigo
0fb0520a2c
refactor: langchain imports auto-update
2024-06-17 23:42:10 -03:00
Lucas Oliveira
e78c26b26a
Returned lodash to old version becase of lint problems
2024-06-17 23:37:21 -03:00
Lucas Oliveira
725a7a95a9
make dataOutputComponent column width fit the contents
2024-06-17 23:34:00 -03:00
Lucas Oliveira
38a816f545
Fixed View Text modal title
2024-06-17 23:32:53 -03:00
Lucas Oliveira
6f34e039eb
Fixed loading on file component and unstyled buttons not having nocopy and nopan classes
2024-06-17 23:11:14 -03:00
Lucas Oliveira
7e5deb932a
Removed text from text modal
2024-06-17 23:11:14 -03:00
Rodrigo
f3042bddda
refactor: Update CombineTextComponent to return Message object in combine_texts method
2024-06-17 23:09:23 -03:00
Rodrigo
81034f8ded
improve inputs and outputs
2024-06-17 22:54:25 -03:00
Lucas Oliveira
11bff8f180
Added function to unselect nodes on pressing esc
2024-06-17 22:29:44 -03:00
Lucas Oliveira
790648dd26
refactored keypairListComponent value getters
2024-06-17 22:14:49 -03:00
Rodrigo
168a0db5ab
refactor: Update URLComponent to include text_key in Data objects
2024-06-17 22:04:04 -03:00
ogabrielluiz
1a4491574e
refactor: Update MessageInput in multiple components to remove unnecessary input_types
2024-06-17 21:42:27 -03:00
Lucas Oliveira
35cb084728
Implemented gradient on handle and made it smaller
2024-06-17 21:24:16 -03:00
italojohnny
2e853ac260
add emoji to LiteLLM icon
2024-06-17 21:20:26 -03:00
Lucas Oliveira
37f61e8b83
Fixed display and conditions of minimized node
2024-06-17 20:54:26 -03:00
igorrCarvalho
21ed3ec97c
Feat: Add message when name is invalid
2024-06-17 20:53:52 -03:00
Lucas Oliveira
38f60933b2
Modularized handle component
2024-06-17 20:40:01 -03:00
Lucas Oliveira
07bf4d390d
Added colored handle with conic background
2024-06-17 20:40:01 -03:00
igorrCarvalho
af0c35d685
Fix: Block user from saving flows with the same name
2024-06-17 20:36:25 -03:00
ogabrielluiz
0198342767
refactor: Update URLComponent to include text_key in Data objects
2024-06-17 20:20:33 -03:00
ogabrielluiz
c343660ff5
Change Prompt to Message
2024-06-17 20:19:02 -03:00
ogabrielluiz
22c5d34038
📝 (base.py): add field_validator decorator to validate name field based on dataType in SourceHandle class
2024-06-17 20:18:36 -03:00
ogabrielluiz
84e1d39b71
refactor: Update PromptComponent to return Message instead of Prompt
2024-06-17 20:18:36 -03:00
Rodrigo
791c55c2db
refactor: Update URLComponent to use 'text' key in Data objects
2024-06-17 20:13:47 -03:00
ogabrielluiz
503437c73a
refactor: Update CustomComponent to use data_objects instead of data list
2024-06-17 19:54:58 -03:00
ogabrielluiz
cff8dfb897
refactor: Update OpenAIEmbeddingsComponent to handle None value for request_timeout
2024-06-17 19:54:58 -03:00
cristhianzl
ff6d20f76f
fix tests FE
2024-06-17 19:47:54 -03:00
cristhianzl
611e8134da
fixing tests
2024-06-17 19:38:15 -03:00
ogabrielluiz
65e888b7a8
refactor: Update URLComponent to include text_key in Data objects
2024-06-17 19:35:26 -03:00
ogabrielluiz
fa68a8fee6
refactor: Update Vertex class to store artifacts in a dictionary
2024-06-17 19:35:18 -03:00
igorrCarvalho
2efa10ed37
Feat: add icon for Upstash, pgVector and FAISS
2024-06-17 19:28:54 -03:00
igorrCarvalho
f7165283f9
Feat: add Upstash icon
2024-06-17 19:19:53 -03:00
ogabrielluiz
8b598ac103
refactor: Fix variable type check in VariableService
2024-06-17 18:49:18 -03:00
ogabrielluiz
238db494f1
refactor: Handle unknown artifact type in post_process_raw function
2024-06-17 18:49:11 -03:00
cristhianzl
2e3b868cbc
update modal size
2024-06-17 18:20:23 -03:00
cristhianzl
60df238ec2
fix markdown and jax version
2024-06-17 18:16:15 -03:00
anovazzi1
10ec865214
add mistral Icon
2024-06-17 17:52:19 -03:00
ogabrielluiz
8602cdd7fe
refactor: Update APIRequestComponent to handle empty curl command in update_build_config
2024-06-17 17:40:30 -03:00
ogabrielluiz
382910c21a
refactor: Handle empty curl command in parse_context function
2024-06-17 17:40:30 -03:00
ogabrielluiz
0b91156b6c
refactor: Update TextInput validation to handle list values
2024-06-17 17:40:30 -03:00
Lucas Oliveira
32e5b6fe49
Fixed styling of button on List Component
2024-06-17 17:36:09 -03:00
cristhianzl
31568acf4c
updating basic prompting
2024-06-17 17:35:08 -03:00
cristhianzl
929bac7036
fix message displaying when sending an img on chat
2024-06-17 17:34:54 -03:00
Lucas Oliveira
d39d17c656
Fixed ListComponent margin on custom node
2024-06-17 17:16:09 -03:00