Commit graph

9,779 commits

Author SHA1 Message Date
anovazzi1
33e171e52b Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-04-01 16:46:34 -03:00
anovazzi1
85c375382f udpate some starter projects 2024-04-01 16:46:32 -03:00
Gabriel Luiz Freitas Almeida
6bfc3bf8ad Add installation of backend in start target 2024-04-01 16:46:23 -03:00
Gabriel Luiz Freitas Almeida
501a71d2cb Add asyncio event loop to uvicorn command 2024-04-01 16:42:47 -03:00
Gabriel Luiz Freitas Almeida
05de3ba255 Update HuggingFace Spaces documentation with duplication process 2024-04-01 16:40:07 -03:00
Gabriel Luiz Freitas Almeida
fd2200af69 Refactor getChatInputField function and update API code 2024-04-01 16:18:10 -03:00
Gabriel Luiz Freitas Almeida
bb19581750 Refactor run_graph function to add support for running a JSON flow 2024-04-01 16:18:02 -03:00
Gabriel Luiz Freitas Almeida
0da3138939 Fix indentation in Makefile 2024-04-01 16:16:30 -03:00
Gabriel Luiz Freitas Almeida
305745273f Update Makefile with new variables and start command 2024-04-01 16:12:19 -03:00
Gabriel Luiz Freitas Almeida
0014e877d1 Add asyncio loop to LangflowApplication initialization 2024-04-01 16:07:57 -03:00
Gabriel Luiz Freitas Almeida
23e08f1f5c Add custom Uvicorn worker for Langflow application 2024-04-01 16:07:50 -03:00
Gabriel Luiz Freitas Almeida
d8162f5dc2 Add support for retrieving specific component output 2024-04-01 15:06:57 -03:00
Gabriel Luiz Freitas Almeida
6090df0deb Refactor input_request parameter in simplified_run_flow function 2024-04-01 14:36:27 -03:00
Gabriel Luiz Freitas Almeida
07093d83ba Refactor SimplifiedAPIRequest and add documentation for Tweaks 2024-04-01 14:21:22 -03:00
Gabriel Luiz Freitas Almeida
7cd4b00611 Refactor flow running endpoints 2024-04-01 14:16:07 -03:00
Gabriel Luiz Freitas Almeida
0b28c30abb Add Python 3.10 installation requirement to README 2024-04-01 13:44:01 -03:00
Gabriel Luiz Freitas Almeida
f9463f5f30 Update HuggingFace Spaces badge in README 2024-04-01 13:42:38 -03:00
Gabriel Luiz Freitas Almeida
f22bb98980 Add duplicate space link to README 2024-04-01 13:35:47 -03:00
Gabriel Luiz Freitas Almeida
45233df8c9 Add type annotations and improve test coverage 2024-04-01 13:33:52 -03:00
Gabriel Luiz Freitas Almeida
b1b998a6a0 Add tests for different input types 2024-04-01 13:33:47 -03:00
Gabriel Luiz Freitas Almeida
665a5011e3 Update Vertex params in base.py 2024-04-01 13:33:38 -03:00
Gabriel Luiz Freitas Almeida
7e5b2c5d14 Remove filepath reference 2024-04-01 13:33:29 -03:00
Gabriel Luiz Freitas Almeida
2456b46eb1 Update HuggingFace Spaces link and add image for dark mode 2024-04-01 13:33:16 -03:00
Gabriel Luiz Freitas Almeida
b11b8a8a81 Refactor test_endpoints.py: Update test names and add new tests for different output types 2024-04-01 12:26:27 -03:00
Gabriel Luiz Freitas Almeida
ac1efd99aa sets starter_project fixture to Basic Prompting 2024-04-01 12:26:22 -03:00
Gabriel Luiz Freitas Almeida
99d9eb3384 Update Starter Examples 2024-04-01 12:19:41 -03:00
Gabriel Luiz Freitas Almeida
81069dce39 Update setup.py to include latest component versions 2024-04-01 12:19:08 -03:00
Gabriel Luiz Freitas Almeida
7415def0a9 Add constants for Langflow base module 2024-04-01 12:18:55 -03:00
Gabriel Luiz Freitas Almeida
4b052776ed update starter projects 2024-04-01 12:02:36 -03:00
Gabriel Luiz Freitas Almeida
dd6ece6700 Add field_typing import to OpenAIModel.py 2024-04-01 11:51:40 -03:00
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