Commit graph

1,754 commits

Author SHA1 Message Date
anovazzi1
7e1d361c90 templates from backend stored in context 2023-04-19 23:19:17 -03:00
Robert Wilkins III
11fea7a7a8 testing var expansion 2023-04-20 02:18:27 +00:00
Robert Wilkins III
060a0cfbeb set project config 2023-04-20 02:10:45 +00:00
Robert Wilkins III
a8b2460b91 remove login prompt for ephemeral cloudshell 2023-04-20 02:07:10 +00:00
Robert Wilkins III
7314a3fc81 add cloudshell repo trust advisory 2023-04-20 02:05:34 +00:00
Robert Wilkins III
413285f7ec force gcp login in ephemeral cloudshell 2023-04-20 01:55:34 +00:00
anovazzi1
284f865c36 created template context and type 2023-04-19 22:54:46 -03:00
Robert Wilkins III
a13be7f1dd match bash script to walkthrough 2023-04-20 01:37:52 +00:00
Robert Wilkins III
98fc23dfe8 fix bash command launch 2023-04-20 01:35:20 +00:00
Robert Wilkins III
c458f0f222 remove comments that show up in walkthrough 2023-04-20 01:32:45 +00:00
Robert Wilkins III
12a1f3ac7a remove scripted steps from walkthrough 2023-04-20 01:30:44 +00:00
Gabriel Almeida
0a630cd70d refactor(chat_manager.py): move process_graph function outside of ChatManager class
test(websocket.py): add tests for websocket connection, chat history, and sending messages
2023-04-19 22:23:31 -03:00
Robert Wilkins III
5c57701e38 configure cloudshell to run walkthrough 2023-04-20 01:21:21 +00:00
anovazzi1
53b8f48f96 change text on examples page 2023-04-19 22:13:31 -03:00
anovazzi1
26db1f4e1b added github logo with link to repo 2023-04-19 22:11:18 -03:00
anovazzi1
4a66105ef7 updade examples color 2023-04-19 21:58:30 -03:00
Gabriel Almeida
7d183ff57e refactor(chat.py, chat_manager.py, schemas.py, run.py): add chat history to ChatManager and ChatMessage schema
feat(chat.py, chat_manager.py): add error handling for async_get_result_and_steps
feat(chat.py): add client_id to websocket endpoint
feat(schemas.py): add data_type field to ChatResponse schema
refactor(run.py): memoize build_langchain_object_with_caching function with maxsize of 10
2023-04-19 21:28:05 -03:00
Robert Wilkins III
a200ddc4fd create setup files and GCP tutorial 2023-04-19 22:59:56 +00:00
Gabriel Almeida
f1ef859374 feat(template): add advanced flag to TemplateFieldCreator and FrontendNode classes
Add an advanced flag to the TemplateFieldCreator and FrontendNode classes to allow for fields to be hidden from the user interface. In the TemplateFieldCreator class, the advanced flag is set to False by default. In the FrontendNode class, the advanced flag is set to False for all fields except for "model_type" and "model_kwargs", which are set to True.
2023-04-19 14:52:05 -03:00
Gabriel Almeida
72bb4e45c5 Merge branch 'dev' of https://github.com/logspace-ai/langflow into NodeModal 2023-04-19 14:25:20 -03:00
Gabriel Almeida
9b1f86b681 refactor(chatComponent): simplify conditional statement in Chat component's error handling logic 2023-04-19 14:20:05 -03:00
Robert Wilkins III
1e6a40adee fix apt confirms, heredoc vars, add if statements 2023-04-19 16:44:55 +00:00
Gabriel Almeida
18b3583850 test(websocket.py): add tests for websocket connection, chat history and sending message 2023-04-19 13:13:58 -03:00
Gabriel Almeida
e4d0a39b0b refactor: remove unnecessary build and push scripts and Dockerfiles
The removed files were unnecessary and were removed to simplify the project.
2023-04-19 11:49:17 -03:00
Gabriel Almeida
d978ae5438 refactor(cache): move cache-related functions to base.py module
feat(cache): add support for pandas and PIL Image objects caching
fix(interface): import cache-related functions from base.py module
test(cache): update import statements in cache-related test file
2023-04-19 11:02:32 -03:00
Gabriel Almeida
0b087e28c5 feat(pyproject.toml): add pyarrow dependency to the project. 2023-04-19 00:48:22 -03:00
Gabriel Almeida
8721083c25 refactor(run.py): simplify fix_memory_inputs function and handle cases where langchain_object has no prompt attribute 2023-04-19 00:48:06 -03:00
Gabriel Almeida
cd241c22c7 refactor(loading.py): add support for instantiating tool nodes
refactor(tools/base.py): comment out unused code for ToolCreator
feat(nodes.py): add 'return_direct' field to ToolNode template and set base class to 'Tool'
2023-04-19 00:46:57 -03:00
anovazzi1
a3294c4fcf added advanced verification and removed show property from validation 2023-04-18 22:36:04 -03:00
anovazzi1
38aa051bf9 update node verification bug for boolean field 2023-04-18 22:32:54 -03:00
Gabriel Almeida
a0da9c6111 refactor(validate.py): filter function objects by filename to ensure they are from the evaluated string 2023-04-18 21:27:47 -03:00
Gabriel Almeida
3b52cd0e6b Merge remote-tracking branch 'origin' into dev 2023-04-18 18:58:05 -03:00
anovazzi1
999f3b21d0 improve scroll behavior for import modal 2023-04-18 15:37:57 -03:00
anovazzi1
a583a11876 improve tabs behavior 2023-04-18 15:19:35 -03:00
anovazzi1
d28d73a37e update add flow function to show import flow name 2023-04-18 15:14:08 -03:00
anovazzi1
a923cdeccb improve example ui 2023-04-18 15:12:10 -03:00
anovazzi1
4f72d54cb1 update types and improve tooltip component 2023-04-18 15:11:35 -03:00
anovazzi1
b3d5221ac2 added new tailwind dependencies 2023-04-18 15:10:58 -03:00
Robert Wilkins III
5c4743db36 adding machine type to VM create 2023-04-18 17:31:50 +00:00
Robert Wilkins III
d19d3f4de0 Allow IAP 2023-04-18 04:32:41 +00:00
Robert Wilkins III
7195278f2c check and create VPC and subnet 2023-04-18 04:29:42 +00:00
Robert Wilkins III
f2a587191b Add comments to clarify code 2023-04-18 03:42:01 +00:00
Robert Wilkins III
c7bf4f80df Adjust firewall to allow port 8080 2023-04-18 03:14:45 +00:00
Robert Wilkins III
c315abcde2 Add steps to provision GCP VM serving langflow 2023-04-18 03:07:05 +00:00
anovazzi1
1049275715 set back button and high of the example element 2023-04-17 23:18:45 -03:00
anovazzi1
dbe3e156d7 showing examples name 2023-04-17 22:24:28 -03:00
Gabriel Almeida
188cbb0ed0 chore(pyproject.toml): update package version from 0.0.56 to 0.0.57 2023-04-17 21:29:40 -03:00
Gabriel Almeida
a36aedd8fd fix(pyproject.toml): replace psycopg2 with psycopg2-binary to avoid installation issues 2023-04-17 21:29:40 -03:00
Ibis Prevedello
988f4b32f5 Fix bug when running LLM alone
Fix #117
2023-04-17 21:29:40 -03:00
Ibis Prevedello
a4f32777de Update issue templates 2023-04-17 21:29:40 -03:00