Commit graph

7,784 commits

Author SHA1 Message Date
dxxky
fd8a82fc49
Update AzureChatOpenAI.py
Add API Supported versions - 2023-09-01-preview
2024-01-18 17:16:23 +08: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
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
Lucas Oliveira
7ada6f20ac Merge branch 'cz/bug/state/zustand' into update_lc 2024-01-17 19:44:30 +01: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
igorrCarvalho
ea40145b33 Fix: Add value prop initial value to prevent it from breaking when open edit node modal 2024-01-17 13:42:36 -03: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
Gabriel Luiz Freitas Almeida
36a6a30828
Fix unique constraints and column nullability (#1348)
This pull request tries to fix the unique constraints and column nullability in the codebase.
2024-01-17 07:08:56 -03:00
Gabriel Luiz Freitas Almeida
e4cbe9c85d Bump version to 0.6.5a7 in pyproject.toml 2024-01-17 07:08:38 -03:00
Gabriel Luiz Freitas Almeida
fa55e98a0b Fix unique constraints and column nullability 2024-01-17 07:07:45 -03:00
Gabriel Luiz Freitas Almeida
bc4cab16df
Add primary key and unique constraints to user, apikey, and flow tables (#1347)
This pull request adds primary key and unique constraints to the user, apikey, and flow tables in the database schema. This ensures data integrity and improves database performance.
2024-01-16 23:14:34 -03:00
Gabriel Luiz Freitas Almeida
490a9ef38c Update version number in pyproject.toml 2024-01-16 23:14:25 -03:00
Gabriel Luiz Freitas Almeida
8cb4fe9f5f Add primary key and unique constraints to user, apikey, and flow tables 2024-01-16 23:13:09 -03:00
igorrCarvalho
70717110d1 Fix: Add select trigger to Saved components to make toolbar open again 2024-01-16 20:09:18 -03:00
anovazzi1
8c61654bda Update SQLDatabaseChainComponent return type 2024-01-16 19:17:52 -03:00
igorrCarvalho
6fb0800d52 Merge branch 'update_lc' of github.com:logspace-ai/langflow into update_lc 2024-01-16 18:56:44 -03:00
igorrCarvalho
2ca2fc0f6a Fix: Transform empty object to array without opening 'editNode' modal to prevent flow build breakage. 2024-01-16 18:55:59 -03:00
anovazzi1
f4ae9b4308 Refactor RetrievalQAWithSourcesChainComponent class 2024-01-16 18:54:08 -03:00
anovazzi1
921e34e378 Add BaseCombineDocumentsChain to CombineDocsChainComponent 2024-01-16 18:33:41 -03:00
anovazzi1
9bd1c755c4 Update LLMMathChainComponent to use LLMMathChain 2024-01-16 18:27:42 -03:00
anovazzi1
b56cca506d Update LLMMathChainComponent build method signature 2024-01-16 18:22:26 -03:00
anovazzi1
cb5076cba0 Update LLMChainComponent signature 2024-01-16 18:13:31 -03:00
anovazzi1
4f5f8258f3 Add typing imports and update return type in LLMMathChainComponent 2024-01-16 18:13:16 -03:00
anovazzi1
758b4e443d Add create_vectorstore_router_agent function and update VectorStoreRouterToolkitComponent 2024-01-16 18:04:14 -03:00
anovazzi1
f83120bcec Update VectorStoreAgent and VectorStoreToolkit 2024-01-16 17:56:42 -03:00
anovazzi1
00d80a4b9b Add llm parameter to build method in VectorStoreRouterToolkitComponent 2024-01-16 17:33:39 -03:00
anovazzi1
c05ab078fa Refactor VectorStoreInfoComponent and VectorStoreToolkitComponent
This commit refactors the VectorStoreInfoComponent and VectorStoreToolkitComponent classes. The changes include importing the VectorStoreInfo class from the correct module and adding a new parameter, llm, to the build method of the VectorStoreToolkitComponent class.
2024-01-16 17:28:08 -03:00
anovazzi1
d9d89470c5 Remove commented code in OpenAPIToolkitComponent 2024-01-16 16:58:40 -03:00
anovazzi1
0a21f2b453 Refactor build method in JsonToolkitComponent 2024-01-16 16:49:50 -03:00
anovazzi1
630d28ea01 Update display names for advanced settings in SupabaseVectorStore.py 2024-01-16 16:35:02 -03:00
anovazzi1
e79022c71f Update SupabaseVectorStore implementation 2024-01-16 16:34:01 -03:00
anovazzi1
f7faef33bd Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc 2024-01-16 16:23:33 -03:00
anovazzi1
f7fc67bb9a Update QdrantComponent parameters 2024-01-16 16:23:30 -03:00
igorrCarvalho
b0654401a6 Fix: Input list doesnt show up when template value are empty 2024-01-16 16:16:06 -03:00