Commit graph

121 commits

Author SHA1 Message Date
Gabriel Almeida
c522727d6e Refactor ImportModal code to use useState and useContext hooks
This commit refactors the code for the ImportModal component to use hooks like useState and useContext, resulting in improved readability and maintainability. It also adds functionality to load prebuilt examples and handle local file uploads.
2023-04-25 11:03:11 -03:00
anovazzi1
b3155a58a9
Add Import Examples Feature to Flow Editor (#175)
This pull request adds a new feature to the flow editor that allows
users to easily import example flows from the
[logspace-ai/langflow_examples](https://github.com/logspace-ai/langflow_examples)
repository on GitHub. The feature is accessible via the import example
button

Clicking on the "Import Examples" button opens a dialog box that
displays a list of available example flows from the GitHub repository.
Users can select one example to import, and the flow editor will
automatically add the selected flow to the user's current project.

This feature saves users time and effort by providing a convenient way
to explore and utilize pre-built flows.

Additionally, this feature promotes collaboration and community
involvement by encouraging users to contribute their own flows to the
repository for others to use and benefit from.
2023-04-24 19:08:21 -03:00
anovazzi1
a15d605cc8 update styles 2023-04-24 19:03:20 -03:00
Ibis Prevedello
843ae8efc5 feat: add extra tools and utilities 2023-04-20 15:17:23 -03: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
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
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 Luiz Freitas Almeida
e1ca085a7a
Vector stores, embeddings, document loaders, and text splitters (#145) 2023-04-10 19:16:45 -03:00
anovazzi1
36a083799f removable edges implemented 2023-04-10 18:49:35 -03:00
anovazzi1
fe98187b82 using local font family for working on firefox without web 2023-04-10 17:42:37 -03:00
anovazzi1
357dfbd009 solved issue for firefox, with internet connection 2023-04-10 17:23:04 -03:00
Ibis Prevedello
a6644176d4 feat: change icons, colors and fix minor bug 2023-04-10 11:53:34 -03:00
Yoaz Menda
7e39aff3ed revert local dev changes 2023-04-09 06:51:17 -03:00
Yoaz Menda
f02f0f9c98 Add support to llama as llm 2023-04-09 06:51:17 -03:00
Ibis Prevedello
8adf26e8de feat: add text splitter 2023-04-07 16:10:44 -03:00
Ibis Prevedello
616dfd0370 Merge branch 'dev' into vecstores 2023-04-07 13:06:49 -03:00
anovazzi1
dc1945c139 add minor fix for required fields that are not displayed 2023-04-06 16:52:25 -03:00
anovazzi1
c7d5139ecc review pull request #126 and changed some error messages 2023-04-06 16:24:53 -03:00
Cayal Walker
c13cfd09cf Modifies frontend chatComponent to itemize validation errors 2023-04-06 13:37:23 -04:00
Ibis Prevedello
cf4ceb0e1a feat: first version of vecstore, docloader and embeddings working 2023-04-06 13:55:07 -03:00
anovazzi1
845096d1ea getting error message from backend on prompt verification 2023-04-05 22:48:31 -03:00
anovazzi1
7471fe763c added console.log for erro debug 2023-04-05 22:34:28 -03:00
anovazzi1
1269f2c371 prompt component created with verification 2023-04-05 22:27:21 -03:00
Gabriel Luiz Freitas Almeida
c0d8a4b5de
Merge pull request #114 from logspace-ai/UIimprovement 2023-04-05 21:33:51 -03:00
anovazzi1
9058045039 tabsize bug fixed 2023-04-05 21:07:02 -03:00
anovazzi1
217634fa41 added colors to toolkits and wrappers 2023-04-05 20:47:49 -03:00
Ibis Prevedello
733f88aa69 Merge branch 'dev' into vecstores 2023-04-05 19:44:26 -03:00
Ibis Prevedello
7f330177f3 feat: add vecstores, docloaders and embedding 2023-04-05 19:40:52 -03:00
Gabriel Almeida
8eb4cdbbcb fix: typo 2023-04-05 16:27:37 -03:00
Gabriel Almeida
4cb8bdf4c4 fix: display_name should not be formatted 2023-04-05 16:14:25 -03:00
Gabriel Luiz Freitas Almeida
798813bafb
Merge pull request #112 from logspace-ai/UiUpdates 2023-04-05 16:04:01 -03:00
anovazzi1
092640e9e3 coming soon message for empty components 2023-04-04 22:08:31 -03:00
Gabriel Almeida
9c62adb8a6 Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-04 21:49:40 -03:00
anovazzi1
dd5a475cda added display_name to title 2023-04-04 21:43:21 -03:00
Ibis Prevedello
137070437c Merge branch 'dev' into vecstores 2023-04-04 21:04:46 -03:00
anovazzi1
40b3a9d6e3 fixed verification error 2023-04-04 20:53:48 -03:00
Gabriel Almeida
c41957c67e feat: adding validate/prompt endpoint 2023-04-04 20:43:41 -03:00
Gabriel Almeida
9d626c7cbc Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-04 19:41:40 -03:00
Gabriel Almeida
272006d749 fix proxy 2023-04-04 19:41:08 -03:00
anovazzi1
db5f37d5d8 delete send message when backend return error 2023-04-04 17:23:15 -03:00
Ibis Prevedello
4a26bf5d46 feat: add nodes 2023-04-04 15:14:16 -03:00
anovazzi1
1b93dc247e bug fixed when not implemented nodes are imported to the flow 2023-04-03 21:35:13 -03:00