Commit graph

72 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
ac45c278c4 Refactor error handling in build_vertex function 2024-03-30 16:17:39 -03:00
Rodrigo Nader
dc0feddb54 Add support for combining a list of texts in CombineTextComponent 2024-03-30 16:00:02 -03:00
Rodrigo Nader
acb1fa9997 Add CombineTextComponent to concatenate multiple text sources 2024-03-30 15:56:21 -03:00
Rodrigo Nader
775fa87f92 Update AstraDB component descriptions 2024-03-30 14:51:06 -03:00
Lucas Oliveira
b3ad7fa49f Fix icon glitch on Prompt Component. Using pre-imported icon. 2024-03-30 17:49:15 +02:00
cristhianzl
9db5638e8d 📝 (APIRequest.py): add icon "Globe" to APIRequest component for better visual representation
📝 (Directory.py): add icon "folder" to DirectoryComponent for better visual representation
📝 (File.py): add icon "file-text" to FileComponent for better visual representation
📝 (URL.py): add icon "layout-template" to URLComponent for better visual representation
📝 (TextInput.py): add icon "type" to TextInput component for better visual representation
📝 (TextOutput.py): add icon "type" to TextOutput component for better visual representation
📝 (styleUtils.ts): replace "Search" icon with "TextSearch" icon in nodeIconsLucide for better visual representation
2024-03-30 08:43:27 -03:00
Gabriel Luiz Freitas Almeida
a200f58251 Update field order in model components 2024-03-29 22:39:30 -03:00
Gabriel Luiz Freitas Almeida
617be2809f Refactor code to use get_text() method instead of accessing the 'text' attribute directly. 2024-03-29 22:29:47 -03:00
Gabriel Luiz Freitas Almeida
0788951ba4 Refactor extract_union_types_from_generic_alias function to exclude specific types 2024-03-29 22:20:47 -03:00
Gabriel Luiz Freitas Almeida
1cd651e300 Refactor code_parser/utils.py and custom_component/component.py 2024-03-29 22:20:46 -03:00
Gabriel Luiz Freitas Almeida
8a19c6b960 Add unit tests for the Record class 2024-03-29 22:20:44 -03:00
Gabriel Luiz Freitas Almeida
476438c2e4 Add CreateRecordComponent and remove TextToRecordComponent 2024-03-29 22:20:42 -03:00
Rodrigo Nader
30145a0067 Update component display names and descriptions 2024-03-29 22:10:45 -03:00
Rodrigo Nader
7d1fde6e7f Update component descriptions 2024-03-29 21:42:59 -03:00
Gabriel Luiz Freitas Almeida
0e351231b6 Update input_types in DefaultPromptField class 2024-03-29 19:15:03 -03:00
Gabriel Luiz Freitas Almeida
f170712864 Refactor exception handling and error messaging in chat module 2024-03-29 18:00:31 -03:00
Gabriel Luiz Freitas Almeida
7ebbc9abac Update build_config method in TextComponent subclasses 2024-03-29 16:27:33 -03:00
Gabriel Luiz Freitas Almeida
0cf2229ff1 Update TextInput and ChatOutput build methods 2024-03-29 16:19:41 -03:00
Gabriel Luiz Freitas Almeida
4ad0385768 Refactor TextComponent build method to accept Record input and generate text output 2024-03-29 16:16:42 -03:00
Gabriel Luiz Freitas Almeida
d71ebc7ea1 Add record_template parameter to ChatComponent 2024-03-29 16:16:32 -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
5c43bd3a5f Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-03-29 14:54:48 -03:00
Rodrigo Nader
8e3ce9050e Add CreateRecordComponent, update IDGeneratorComponent and input components' descriptions 2024-03-29 00:07:19 -03:00
anovazzi1
cf7225ce7a Update default value for sender in MessageHistoryComponent 2024-03-28 23:52:54 -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
a3924d657c Add vector search components and vector store search components 2024-03-28 20:16:00 -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
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
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
b54e8352fa Update StateServiceFactory to use InMemoryStateService 2024-03-28 09:57:52 -03:00
Gabriel Luiz Freitas Almeida
3dbd459f2c Refactor error handling in initialize_services function 2024-03-28 09:56:51 -03:00
Gabriel Luiz Freitas Almeida
d413bf167f Refactor imports in state factory module 2024-03-28 09:56:46 -03:00
Gabriel Luiz Freitas Almeida
6737c845eb Refactor code and fix formatting issues 2024-03-27 23:46:11 -03:00
Gabriel Luiz Freitas Almeida
291d655919 Add StateService and StateServiceFactory 2024-03-27 22:10:04 -03:00
Gabriel Luiz Freitas Almeida
beb8f9a393 Add get_schema method to Service class 2024-03-27 22:08:30 -03:00
Gabriel Luiz Freitas Almeida
0c025977ab Refactor variable names and update variable service 2024-03-27 22:06:36 -03:00
Gabriel Luiz Freitas Almeida
89a466f22e Refactor RunnableExecutor.py to improve input handling 2024-03-27 22:05:05 -03:00
Gabriel Luiz Freitas Almeida
ac17ab7ac6 Refactor set_cache_coro method call in RunnableVerticesManager 2024-03-27 18:41:19 -03:00
Gabriel Luiz Freitas Almeida
75d1c83aae Merge branch 'zustand/io/migration' into globalVariables 2024-03-27 18:20:34 -03:00
Gabriel Luiz Freitas Almeida
043ec91d96 Update status message format in RunnableExecutor.py 2024-03-27 18:11:39 -03:00
Gabriel Luiz Freitas Almeida
b3a621d1b2 Refactor RunnableExecutor.py to handle input keys and provide status information 2024-03-27 17:59:19 -03:00
Gabriel Luiz Freitas Almeida
77d1f7e731 Refactor RunnableExecutor.py to improve output handling 2024-03-27 17:52:34 -03:00
Gabriel Luiz Freitas Almeida
54aeee570b Add assemblyai dependency and update websockets version 2024-03-27 17:42:34 -03:00