Commit graph

9,749 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
00ea6d73fe Add session_id to simplified_run_flow_with_caching endpoint 2024-04-01 11:19:19 -03:00
Gabriel Luiz Freitas Almeida
1f28774be3 Add STREAM_INFO_TEXT constant to model components 2024-04-01 11:19:11 -03:00
Gabriel Luiz Freitas Almeida
3d3bb5a69d Add delete_messages function and update test_successful_run assertions 2024-04-01 10:38:13 -03:00
Gabriel Luiz Freitas Almeida
fcece1b29b Add new schema for simplified API request 2024-04-01 10:38:01 -03:00
Gabriel Luiz Freitas Almeida
c63f603b57 Update input type in Graph class 2024-04-01 10:37:51 -03:00
Gabriel Luiz Freitas Almeida
0aa9894435 Add InputType and OutputType literals to schema.py 2024-04-01 10:37:41 -03:00
Lucas Oliveira
f69235b2fc Fixed debouncing 2024-04-01 14:50:44 +02:00
Lucas Oliveira
3d7b8f08ed Fixed saving 2024-04-01 14:36:41 +02:00
Gabriel Luiz Freitas Almeida
0966a30043 Refactor load_session method to handle coroutine result 2024-04-01 09:17:20 -03:00
Gabriel Luiz Freitas Almeida
ac38b1d3b5 Add asyncio loop to uvicorn command 2024-04-01 09:17:01 -03:00
Gabriel Luiz Freitas Almeida
027fd0658b Remove unused code in test_endpoints.py 2024-04-01 09:00:53 -03:00
Gabriel Luiz Freitas Almeida
3c42c6e37d Refactor test_initial_setup.py to use RunOutputs instead of ResultData 2024-04-01 08:58:55 -03:00
Gabriel Luiz Freitas Almeida
be9a8c20fc Add nest_asyncio to fix event loop issue 2024-04-01 00:13:38 -03:00
Gabriel Luiz Freitas Almeida
a8779b1205 Add PythonFunctionComponent and test case for it 2024-04-01 00:13:33 -03:00
Gabriel Luiz Freitas Almeida
f43c558f7a Refactor run_flow_with_caching endpoint to include simplified and experimental versions 2024-03-31 23:12:24 -03:00
Gabriel Luiz Freitas Almeida
888a6904d5 Update input type options in schemas and graph base classes 2024-03-31 23:12:18 -03:00
Gabriel Luiz Freitas Almeida
239fb230c6 Update parameterUtils to use debounce instead of throttle 2024-03-31 23:11:53 -03:00
Gabriel Luiz Freitas Almeida
4ac1b4f1b0 Fix Save debounce 2024-03-31 23:09:43 -03:00
Gabriel Luiz Freitas Almeida
6af34864ad Update RangeSpec step_type default value to "float" 2024-03-31 22:06:31 -03:00
Gabriel Luiz Freitas Almeida
666248ee40 Fix range_spec step type validation 2024-03-31 22:05:00 -03:00
Gabriel Luiz Freitas Almeida
ff3bf645fd Update BaiduQianfanChatModel and OpenAIModel configurations 2024-03-31 21:48:33 -03:00
Gabriel Luiz Freitas Almeida
45b9141adb Refactor AzureOpenAIModel.py: Removed unnecessary "required" attribute from input parameters 2024-03-31 21:42:16 -03:00
Gabriel Luiz Freitas Almeida
ec0ea548f2 Update required field behavior in CustomComponent class 2024-03-31 21:41:33 -03:00
Gabriel Luiz Freitas Almeida
80eb0028be Remove unnecessary field_type key from CustomComponent class 2024-03-31 21:40:49 -03:00
Gabriel Luiz Freitas Almeida
bd96a863a7 Update OpenAI API Key handling in OpenAIEmbeddingsComponent 2024-03-31 21:30:49 -03:00
Gabriel Luiz Freitas Almeida
32b92c5e1c make Message field have no handles 2024-03-31 21:29:39 -03:00
anovazzi1
87f72a2eb3 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-31 18:18:00 -03:00
anovazzi1
be2bc7c38c Update keyboard shortcuts for advanced editing 2024-03-31 18:17:57 -03:00
Rodrigo Nader
e0a0220917 Update model kwargs and temperature values 2024-03-31 18:17:29 -03:00
anovazzi1
51ae47b1fc Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-31 18:10:57 -03:00
anovazzi1
7a439e8966 Fix ParentDisclosureComponent and commented frozen option 2024-03-31 18:10:54 -03:00
Rodrigo Nader
3540302c3a Update OpenAI API Key field in OpenAIEmbeddingsComponent 2024-03-31 18:03:35 -03:00
anovazzi1
e0b85f0872 Update node colors in styleUtils.ts 2024-03-31 17:49:27 -03:00
anovazzi1
c476db5dd4 Update nodeColors in styleUtils.ts 2024-03-31 17:40:24 -03:00
anovazzi1
be6b1b119f return base modal before bug on size 2024-03-31 17:32:31 -03:00
anovazzi1
2b8770f3c2 Update tooltip delay duration and icon name 2024-03-31 17:21:09 -03:00
anovazzi1
33d54a196e Fix rangeSpec and isChild prop usage in code 2024-03-31 17:13:51 -03:00
anovazzi1
239842ded9 Add className to div in parameterComponent 2024-03-31 16:48:30 -03:00
Lucas Oliveira
baf1a62280 Fixed modals 2024-03-31 22:09:29 +03:00
Lucas Oliveira
9e04c86dab Fixed chat priority on modal 2024-03-31 21:59:32 +03:00
Lucas Oliveira
667160b13c Fixed order 2024-03-31 21:55:31 +03:00
Lucas Oliveira
3e034d71a7 Test rodrigo 2024-03-31 21:54:06 +03:00
Lucas Oliveira
8e37556993 Fixed chat not opening when adding chat 2024-03-31 21:45:06 +03:00
Lucas Oliveira
0c6664674f Fixed get started size 2024-03-31 21:41:00 +03:00
Lucas Oliveira
b4a63827d9 Fixed bug on Dialog 2024-03-31 21:28:29 +03:00
Gabriel Luiz Freitas Almeida
9cfbe0f216 Fix rangeSpec bug and handle response error in ParameterComponent 2024-03-31 10:38:35 -03:00
Lucas Oliveira
035ada860d Fixed ctrl+u 2024-03-31 14:11:56 +03:00
Lucas Oliveira
7ea22986a7 Fixed controls color 2024-03-31 13:57:44 +03:00
Lucas Oliveira
08e455fa4d fixed share modal height 2024-03-31 13:40:10 +03:00
Lucas Oliveira
f451aca33e Fixed height of modal 2024-03-31 13:36:21 +03:00