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
Gabriel Luiz Freitas Almeida
d243cfd98f
Add time_elapsed variable to track the elapsed time during stream_build()
2023-12-13 18:10:48 -03:00
Gabriel Luiz Freitas Almeida
24ec1bc39e
Remove stale.yml configuration file
2023-12-13 15:10:01 -03:00
Gabriel Luiz Freitas Almeida
a2336aa7c8
Refactor vertex class selection in Graph class
2023-12-13 10:38:25 -03:00
Gabriel Luiz Freitas Almeida
e61277cc6d
Fix typo in README.md
2023-12-13 08:37:29 -03:00
anovazzi1
eda7df867e
Release 0.6.0 - Langflow Store, Group Components and more ( #1201 )
...
This release marks a significant milestone for our project with the
integration of the Langflow Store, enabling users to share and utilize a
wide array of shared components. We've also introduced the ability to
group multiple components into a single entity, streamlining the
organization and management of complex workflows.
Key Features:
- Langflow Store Integration: Share and use shared components with ease,
fostering a collaborative environment.
- Grouped Components: Combine multiple components into one for better
organization and usability.
- Enhanced UI/UX: Numerous improvements to the user interface and user
experience, including loading animations, modal management, and UI
consistency.
- Performance and Security: Dependency updates and refactoring for
improved performance, security, and maintainability.
- Error Handling: Robust error handling mechanisms for API key issues,
component retrieval, and more.
- Backend and Frontend Refinements: Backend services and frontend
components have been optimized for better performance and user
experience.
We've also addressed various bugs and made improvements across the
board, including memory leak fixes, UI enhancements, and codebase
optimizations. The addition of new features like the GPT-4 Vision
Preview option and the first steps into handling credentials a bit
better. Some features will be implemented fully in the coming weeks.
A heartfelt thank you to all our contributors, especially @lucaseduoli ,
@igorrCarvalho, @anovazzi1, @Cristhianzl ,@merrygoround-of-life,
@kandakji, @onesolpark , @ysekiy, @rm-- , @brylie , @Lanznx, @mrab72 ,
@gladson for their significant commits and dedication to the project.
Your contributions have been invaluable in bringing this release to
fruition.
2023-12-12 18:06:53 -03:00
Gabriel Luiz Freitas Almeida
f109a4097e
Refactor code and fix imports
2023-12-12 17:57:56 -03:00
Gabriel Luiz Freitas Almeida
155e441406
Fix various bugs and make improvements
2023-12-12 17:02:37 -03:00
Gabriel Luiz Freitas Almeida
5f237313b9
Remove "code" parameter from VectorStoreVertex and ChainVertex
2023-12-12 16:58:56 -03:00