Commit graph

7,567 commits

Author SHA1 Message Date
anovazzi1
e7629226d3 Add process_tweaks_on_graph function to chat.py 2024-01-19 17:59:00 -03:00
anovazzi1
e327c381be Add function to apply tweaks on vertex 2024-01-19 17:58:35 -03:00
anovazzi1
45b2b29545 Add process_tweaks_on_graph function to process.py 2024-01-19 17:57:17 -03:00
anovazzi1
2e79b597fb Update schemas.py with ResultDict model 2024-01-19 17:48:23 -03:00
anovazzi1
4b1d5aa2b6 Add get_cache method to ChatService 2024-01-19 17:22:10 -03:00
anovazzi1
fd64dc9f2a Add Body import to chat.py 2024-01-19 17:11:34 -03:00
anovazzi1
c60fe6ba14 Add build_vertex endpoint to chat.py 2024-01-19 16:47:36 -03:00
anovazzi1
0313592a7b Fix graph edge references in Graph class 2024-01-19 16:42:47 -03:00
anovazzi1
93a374d5b4 Add defaultdict and deque imports 2024-01-19 16:26:05 -03:00
anovazzi1
f6333136cc Add layered topological sort algorithm to Graph class 2024-01-19 16:19:50 -03:00
anovazzi1
5f9a09d4c3 Add Flow model and related schemas 2024-01-19 16:16:01 -03:00
anovazzi1
bbd92fc453 Add VerticesOrderResponse schema 2024-01-19 16:11:03 -03:00
anovazzi1
72e10b42b3 Add API endpoint to get vertices order in a flow 2024-01-19 16:09:17 -03:00
igorrCarvalho
f9f6057efc Refactor: Use Promise.all to proccess vertices assynchronously 2024-01-18 20:30:10 -03:00
anovazzi1
10f67667d5 Refactor flowStore and flowsIOStore 2024-01-18 18:48:18 -03:00
anovazzi1
9c0d794dd1 Add checkInputandOutput function to flowStore.ts 2024-01-18 18:18:54 -03:00
anovazzi1
383152aa4b Add flow pool management functions to flowStore and remove duplicate functions from flowIOStore 2024-01-18 18:13:06 -03:00
anovazzi1
103dd29380 Fix template formatting in custom.py 2024-01-18 18:00:32 -03:00
anovazzi1
fb30f18fc2 Add flowPool, outputTypes, inputTypes, inputIds, and outputIds to FlowStoreType 2024-01-18 17:59:37 -03:00
anovazzi1
b8fab10f0b Merge branch 'cz/bug/state/zustand' into zustand/io/migration 2024-01-18 17:55:17 -03:00
anovazzi1
65ec1ab3a5 Fix formatting issues in code 2024-01-18 16:48:13 -03:00
anovazzi1
5e5a64872c chore(flowsIOStore.ts): remove unused variables and functions for better code readability and maintainability
refactor(flowsIOStore.ts): remove unused variables and functions to improve code quality and reduce complexity
2024-01-18 16:38:46 -03:00
igorrCarvalho
30940cb853 Refactor: Make IOView component use zustand store 2024-01-18 14:57:17 -03:00
anovazzi1
276329edf0 Add unselectAll function to CodeTabsComponent and FlowStore 2024-01-18 14:47:43 -03:00
anovazzi1
3b60133639 Fix readonly prop in CodeTabsComponent and update setNodeClass in GenericModal 2024-01-18 14:26:31 -03:00
anovazzi1
291e5f42c0 Update embeddings and conversation chains 2024-01-18 13:38:23 -03:00
anovazzi1
454e80f6d8 fix(GenericNode/index.tsx): import useUpdateNodeInternals from reactflow to fix missing dependency
feat(GenericNode/index.tsx): add useUpdateNodeInternals hook to update node internals when isMinimized changes
2024-01-18 13:37:42 -03:00
cristhianzl
06bc86142a Merge branch 'dev' into cz/bug/state/zustand 2024-01-18 09:35:09 -03:00
Lucas Oliveira
6ab7bbf46c Fixed chat button appearing even if build failed 2024-01-18 13:23:44 +01:00
cristhianzl
a6f25e97b8 fix(parameterComponent): add isMinimized prop to ParameterComponent to control the display of a component when minimized
feat(GenericNode): add isMinimized state to control the display of components when the node is minimized
fix(nodeToolbarComponent): set isMinimized state based on showNode prop to control the display of components when the node is minimized
2024-01-17 20:40:39 -03:00
igorrCarvalho
35bdfafa4f Refactor: Change context to zustand store 2024-01-17 19:59:22 -03:00
anovazzi1
35a0a344dd Fix drag and click behavior in nestedComponent.spec.ts 2024-01-17 19:01:32 -03:00
anovazzi1
5ca45e02b4 Add frontend tests to Makefile 2024-01-17 18:53:31 -03:00
anovazzi1
84160ce86e Fix formatting and remove unused code 2024-01-17 17:29:15 -03:00
anovazzi1
7b889fe651 Refactor sidebar draggable component 2024-01-17 17:27:05 -03:00
cristhianzl
e48c5d06c0 merge fix 2024-01-17 16:57:58 -03:00
cristhianzl
bd0d0cb1b2 fix(sideBarDraggableComponent): fix alignment and positioning of select trigger and select content
feat(sideBarDraggableComponent): add support for download option in select content
feat(sideBarDraggableComponent): add support for delete option in select content for non-official items
2024-01-17 16:57:02 -03:00
igorrCarvalho
a2096b8e0b Fix: Add value prop initial value to prevent it from breaking when open edit node modal 2024-01-17 19:29:25 +01:00
igorrCarvalho
65d8b59885 Fix: Add select trigger to Saved components to make toolbar open again 2024-01-17 19:29:21 +01:00
igorrCarvalho
cb956e68d0 Fix: Transform empty object to array without opening 'editNode' modal to prevent flow build breakage. 2024-01-17 19:29:14 +01:00
igorrCarvalho
8d86d6208c Fix: Input list doesnt show up when template value are empty 2024-01-17 19:28:50 +01:00
Lucas Oliveira
c3a0dfbd97 Fixed handles not showing when changing the output of the custom code 2024-01-17 19:27:58 +01:00
igorrCarvalho
41aec50819 Refactor: Change onConnection function to zustand store 2024-01-17 19:27:37 +01:00
anovazzi1
cbea369c2c Update setFilterEdge references in code 2024-01-17 19:27:26 +01:00
anovazzi1
59de3fe50b fix(App.tsx): increase the timer interval for fetching data to 20 seconds for better performance
feat(App.tsx): add cleanup function to clean up flow state when component unmounts
feat(PageComponent/index.tsx): add cleanFlow function to reset flow state when component unmounts
fix(PageComponent/index.tsx): fix bug where newEdges were not being set correctly in onConnect function
fix(PageComponent/index.tsx): remove unnecessary dependencies from onConnect function
fix(PageComponent/index.tsx): fix bug where setEdges was not returning the newEdges array correctly
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values in flowStore type
2024-01-17 19:27:04 +01:00
cristhianzl
dd95a0c699 chore(playwright-report): fix indentation and formatting in index.html file
style(App.css): add overflow: hidden to body and fix indentation and formatting
2024-01-17 19:26:50 +01:00
Gabriel Luiz Freitas Almeida
8d523dc672
Add indexes to tables apikey, flow, and user (#1349)
This pull request adds indexes to the tables apikey, flow, and user in order to improve database performance.
2024-01-17 07:36:29 -03:00
Gabriel Luiz Freitas Almeida
91d1b04d92 Add indexes to tables apikey, flow, and user 2024-01-17 07:36:05 -03:00
Gabriel Luiz Freitas Almeida
679ef1f955 Update version to 0.6.5a8 in pyproject.toml 2024-01-17 07:34:31 -03:00
Gabriel Luiz Freitas Almeida
3eb14b53f1 Add indexes to tables apikey, flow, and user 2024-01-17 07:34:18 -03:00