Commit graph

7,244 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
2afb0fb119 Add support for custom components in langchain_object 2023-12-17 20:44:35 -03:00
Gabriel Luiz Freitas Almeida
f36b6a5693 Add support for Runnable objects in generate_result function 2023-12-17 17:32:03 -03:00
Gabriel Luiz Freitas Almeida
7999b3364b Add Prompt type to CustomComponent 2023-12-15 20:08:24 -03:00
Gabriel Luiz Freitas Almeida
5c290c0014 Pull start_time out of try block 2023-12-14 17:44:25 -03:00
Gabriel Luiz Freitas Almeida
865ac0306a
Refactor custom component module (#1210) 2023-12-14 13:04:02 -03:00
Cristhian Zanforlin Lousa
6346c68381
Cz/tests (#1213) 2023-12-14 13:01:32 -03:00
cristhianzl
45479222d7 fix(frontend): fix save component test by removing unnecessary steps and fixing selectors
feat(frontend): add test for saving components and verifying their presence in the flow
feat(frontend): add test for grouping nodes and verifying the presence of the group node
feat(frontend): add test for saving default component with custom values and verifying the saved component
feat(frontend): add test for saving the same component multiple times and verifying their presence
feat(frontend): add test for saving default component and deleting it from the saved components list
2023-12-14 13:00:48 -03:00
Gabriel Luiz Freitas Almeida
a43ece5257
Update version to 0.6.3a1 in pyproject.toml (#1212)
This pull request updates the version in the pyproject.toml file from 0.6.3a0 to 0.6.3a1.
2023-12-14 12:59:50 -03:00
Gabriel Luiz Freitas Almeida
4fa6956638 Update version to 0.6.3a1 in pyproject.toml 2023-12-14 12:59:06 -03:00
Gabriel Luiz Freitas Almeida
865c7ce4d0 Update dependencies versions in poetry.lock and pyproject.toml
jq dependency problem on windows #1209
2023-12-14 12:58:41 -03:00
Gabriel Luiz Freitas Almeida
36ebdbf4c2
Update version to 0.6.3a0 in pyproject.toml (#1211) 2023-12-14 12:56:22 -03:00
Gabriel Luiz Freitas Almeida
e249b9d8fe Update version to 0.6.3a0 in pyproject.toml 2023-12-14 12:55:26 -03:00
Gabriel Luiz Freitas Almeida
599bf44f08 Add support for passing arguments to pytest 2023-12-14 10:00:53 -03:00
Gabriel Luiz Freitas Almeida
7ec8a6c2a8 Refactor code_parser.py and test_custom_component.py 2023-12-14 10:00:43 -03:00
Gabriel Luiz Freitas Almeida
570822d20b Add imports to utils.py 2023-12-14 09:45:23 -03:00
Gabriel Luiz Freitas Almeida
2d92da6ed4 Add import for warnings module 2023-12-14 09:43:55 -03:00
Gabriel Luiz Freitas Almeida
5de717c770 Fix CustomComponent get_build_method return value 2023-12-14 09:39:19 -03:00
Gabriel Luiz Freitas Almeida
e7e364be38 Add custom component classes and methods 2023-12-14 09:32:45 -03:00
Gabriel Luiz Freitas Almeida
7fdc9bfbd8 Add new code parser and directory reader modules 2023-12-14 09:27:38 -03:00
Gabriel Luiz Freitas Almeida
2909fd73e4 Update dependencies versions in poetry.lock and pyproject.toml
jq dependency problem on windows #1209
2023-12-14 08:00:17 -03:00
Gabriel Luiz Freitas Almeida
bba6aa70e9
Adds Google Generative AI Component and other small bugfixes (#1207) 2023-12-13 21:44:00 -03:00
Gabriel Luiz Freitas Almeida
10c9c95a64 Fix import error in GoogleGenerativeAI.py 2023-12-13 21:19:11 -03:00
Gabriel Luiz Freitas Almeida
0442c7d42a Add "code" field to GoogleGenerativeAIComponent 2023-12-13 21:15:22 -03:00
Gabriel Luiz Freitas Almeida
e212d83f6a Bump version to 0.6.3 in pyproject.toml 2023-12-13 21:11:38 -03:00
Gabriel Luiz Freitas Almeida
cb02ca0dc9 Remove ffmpeg-python package and its dependencies 2023-12-13 21:10:43 -03:00
Gabriel Luiz Freitas Almeida
f5c673d207 Add Google Generative AI component 2023-12-13 21:09:09 -03:00
Gabriel Luiz Freitas Almeida
b869852365 Update dependencies: ffmpeg-python, google-cloud-aiplatform, google-cloud-bigquery 2023-12-13 20:35:56 -03:00
Cristhian Zanforlin Lousa
1a4e4f502a
refactor(GenericNode): simplify conditional class assignment for the … (#1206)
…div element in the GenericNode component
2023-12-13 20:31:19 -03:00
cristhianzl
60fc7c630e refactor(GenericNode): simplify conditional class assignment for the div element in the GenericNode component 2023-12-13 20:27:07 -03:00
Cristhian Zanforlin Lousa
8343ecab5f
feat(pageLayout): add support for displaying a beta icon in the page … (#1205)
…title

feat(StorePage): enable beta icon in the PageLayout component
style(applies.css): adjust styles for the beta icon in the page title
2023-12-13 20:17:22 -03:00
cristhianzl
03be55a1ba feat(pageLayout): add support for displaying a beta icon in the page title
feat(StorePage): enable beta icon in the PageLayout component
style(applies.css): adjust styles for the beta icon in the page title
2023-12-13 20:14:34 -03:00
Gabriel Luiz Freitas Almeida
94003cf39a 🐛 fix(utils.py): add support for initializing class objects with a template parameter 2023-12-13 20:01:33 -03:00
Gabriel Luiz Freitas Almeida
dd6d510be3 Merge remote-tracking branch 'origin/main' into dev 2023-12-13 19:57:04 -03:00
Gabriel Luiz Freitas Almeida
c891748135 Add python-ffmpeg packages 2023-12-13 19:55:01 -03:00
Gabriel Luiz Freitas Almeida
ca576c1bd9
Add AWS CDK deployment scripts by @kazuki306 (#1193) 2023-12-13 19:15:43 -03:00
Gabriel Luiz Freitas Almeida
1c612dc37f
Hotfix 0.6.2
Fixes #1202
2023-12-13 19:11:26 -03:00
Gabriel Luiz Freitas Almeida
d9bf832d0d Update version to 0.6.2 in pyproject.toml 2023-12-13 19:10:49 -03:00
Gabriel Luiz Freitas Almeida
cc666e1ce5 Add unique constraints to tables 2023-12-13 19:10:48 -03:00
Gabriel Luiz Freitas Almeida
372f39bcad Fix build failure and optimize imports 2023-12-13 19:10:48 -03:00
Gabriel Luiz Freitas Almeida
9d19082452 Refactor serialize_file_path method in TemplateField class 2023-12-13 19:10:47 -03:00
Gabriel Luiz Freitas Almeida
a05acd5580 Add .docker and scratchpad to .gitignore 2023-12-13 19:10:47 -03:00
Gabriel Luiz Freitas Almeida
e8c1034c1d
Merge branch 'main' into release 2023-12-13 19:01:46 -03:00
Gabriel Luiz Freitas Almeida
c5148c594e Add loguru logger and sqlalchemy imports
Handle AutogenerateDiffsDetected exception in migrations

Fix migration error message
2023-12-13 18:57:30 -03:00
Gabriel Luiz Freitas Almeida
fde3c52665 Refactor cache factory imports 2023-12-13 18:57:14 -03:00
Gabriel Luiz Freitas Almeida
1c472c359f Add unique constraints to tables 2023-12-13 18:57:02 -03:00
Gabriel Luiz Freitas Almeida
24bb1b2d83 Merge branch 'main' into dev 2023-12-13 18:40:50 -03:00
Gabriel Luiz Freitas Almeida
9c8f57f8f2
Hotfix: 0.6.1 (#1203) 2023-12-13 18:36:00 -03:00
Gabriel Luiz Freitas Almeida
e8da46fbc1
Merge branch 'main' into release 2023-12-13 18:33:21 -03:00
Gabriel Luiz Freitas Almeida
ba3219b106 New poetry.lock file 2023-12-13 18:26:42 -03:00
Gabriel Luiz Freitas Almeida
7002abe939 Bump version to 0.6.1 in pyproject.toml 2023-12-13 18:22:22 -03:00