Commit graph

9,012 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
bcd230f86f Update field_value type to any in postCustomComponentUpdate function 2024-03-06 11:10:49 -03:00
Gabriel Luiz Freitas Almeida
fc88070965 Remove console.log statements in flowStore.ts 2024-03-06 11:10:40 -03:00
Gabriel Luiz Freitas Almeida
62ce986576 Fix emoji validation in FlowBase model 2024-03-06 11:10:28 -03:00
Gabriel Luiz Freitas Almeida
067181dc63 Add field_order attribute to frontend_node 2024-03-06 11:10:20 -03:00
Gabriel Luiz Freitas Almeida
f497ecdeb9 Refactor Vertex class to support dictionary of nodes 2024-03-06 10:57:07 -03:00
Gabriel Luiz Freitas Almeida
4481130845 Update field_value type in CustomComponentCode schema 2024-03-06 10:56:51 -03:00
Gabriel Luiz Freitas Almeida
77ea76d37d Refactor build_template_from_function and build_template_from_class functions 2024-03-06 10:56:42 -03:00
Gabriel Luiz Freitas Almeida
5f9d3d5c40 Add exception logging in get_all function 2024-03-06 10:55:39 -03:00
Gabriel Luiz Freitas Almeida
dc1c092fe7 Add icon and icon_bg_color fields to Flow model 2024-03-06 10:55:07 -03:00
Gabriel Luiz Freitas Almeida
a1c09a5b4d Refactor database initialization and connection handling 2024-03-06 10:54:51 -03:00
Rodrigo Nader
a7dddbcb1d Add APIRequest component for making HTTP requests 2024-03-06 01:23:49 -03:00
Rodrigo Nader
9958ce76fd Refactor APIRequest class to use 'body' instead of 'record' parameter 2024-03-06 00:50:27 -03:00
Gabriel Luiz Freitas Almeida
22debde71d Refactor parameterComponent to conditionally set the width of InputListComponent 2024-03-05 23:19:20 -03:00
Gabriel Luiz Freitas Almeida
ee86334286 Refactor TemplateField class in base.py 2024-03-05 23:15:36 -03:00
Gabriel Luiz Freitas Almeida
43fdc7bbba Refactor CustomComponent class and update to_records method 2024-03-05 23:01:54 -03:00
Gabriel Luiz Freitas Almeida
725dc1442e Merge branch 'new_project_modal' into zustand/io/migration 2024-03-05 22:46:52 -03:00
Gabriel Luiz Freitas Almeida
8990a781b1 Refactor Record class to allow attribute-like access to data dictionary 2024-03-05 22:46:42 -03:00
Gabriel Luiz Freitas Almeida
1b4f0138d2 Handle KeyError in Graph class constructor 2024-03-05 22:46:32 -03:00
Gabriel Luiz Freitas Almeida
13a91a2625 Add ExtractDataFromRecord and MergeRecords components 2024-03-05 22:46:24 -03:00
Gabriel Luiz Freitas Almeida
bc37bc9982 Update APIRequest.py to use record.data instead of record.text 2024-03-05 22:24:18 -03:00
Gabriel Luiz Freitas Almeida
1f77b49191 Add MessageHistoryComponent to retrieve stored messages 2024-03-05 22:24:08 -03:00
Gabriel Luiz Freitas Almeida
930a2c01ec Remove console.log statement and format code 2024-03-05 22:06:06 -03:00
Gabriel Luiz Freitas Almeida
abf9bbd4a2 Update IDGenerator.py to generate a unique ID in the build_config 2024-03-05 22:05:57 -03:00
Gabriel Luiz Freitas Almeida
f1eb6ee673 Add STARTER_FOLDER_NAME constant 2024-03-05 21:54:48 -03:00
Gabriel Luiz Freitas Almeida
97b574272f Merge branch 'zustand/io/migration' into new_project_modal 2024-03-05 21:48:40 -03:00
Gabriel Luiz Freitas Almeida
94122cbe44 Add priority sidebar order constant and use it for sorting keys in extraSidebarComponent 2024-03-05 21:47:09 -03:00
Gabriel Luiz Freitas Almeida
57d6a78d4e Refactor utils.py: Fix formatting and import statements 2024-03-05 21:47:02 -03:00
Gabriel Luiz Freitas Almeida
1919621ef8 Update styleUtils.ts: changed "utilities" to "helpers" 2024-03-05 21:42:55 -03:00
Gabriel Luiz Freitas Almeida
c56846eeb5 Update nodeColors in styleUtils.ts 2024-03-05 21:40:16 -03:00
Gabriel Luiz Freitas Almeida
07f3ee59d7 Refactor code in utils.py 2024-03-05 21:40:09 -03:00
anovazzi1
6af16272fd Add ShadTooltip component and update styling in exampleComponent and MainPage 2024-03-05 21:34:36 -03:00
Gabriel Luiz Freitas Almeida
2b8164f28d Refactor APIRequest class to use httpx.AsyncClient 2024-03-05 21:27:05 -03:00
Gabriel Luiz Freitas Almeida
a2dfadcf4a Update sidebar component and styleUtils 2024-03-05 21:24:53 -03:00
Gabriel Luiz Freitas Almeida
306bdd9fd5 Merge branch 'zustand/io/migration' into new_project_modal 2024-03-05 21:17:03 -03:00
Gabriel Luiz Freitas Almeida
f304f7ef38 Delete io/__init__.py file 2024-03-05 21:16:34 -03:00
Gabriel Luiz Freitas Almeida
d770a3747b rename utilities folder to helpers 2024-03-05 21:09:47 -03:00
Gabriel Luiz Freitas Almeida
126e1d74ee Merge branch 'zustand/io/migration' into new_project_modal 2024-03-05 21:02:54 -03:00
Gabriel Luiz Freitas Almeida
b1abfaf36f Update description and info in RecordsAsTextComponent 2024-03-05 21:02:24 -03:00
Gabriel Luiz Freitas Almeida
e667218953 Update Langflow documentation with new component descriptions 2024-03-05 21:02:21 -03:00
anovazzi1
3b7f1928ff update examples in MainPage using zustand 2024-03-05 20:59:15 -03:00
anovazzi1
781d2705aa Update exampleComponent and MainPage components 2024-03-05 20:54:07 -03:00
anovazzi1
f2395aaee1 fix(exampleComponent): add Link component to wrap Button for navigation
feat(exampleComponent): add Link to navigate to specific flow based on data id

feat(components): add support for setting examples based on STARTER_FOLDER_NAME constant
feat(components): filter out examples from all flows and set them separately
feat(components): log examples and set them using setExamples function

feat(MainPage): add examples state to store and use it to render ExampleCardComponent
feat(MainPage): map over examples to render ExampleCardComponent for each example

feat(flowsManagerStore): add examples array to store state
feat(flowsManagerStore): add setExamples function to set examples in store

feat(flow): add folder and user_id fields to FlowType

feat(zustand): add examples array and setExamples function to FlowsManagerStoreType
2024-03-05 20:44:11 -03:00
Gabriel Luiz Freitas Almeida
8a1d48336a Refactor starter project loading and database update 2024-03-05 19:33:38 -03:00
anovazzi1
57afaae666 Add STARTER_FOLDER_NAME constant 2024-03-05 19:26:47 -03:00
anovazzi1
9d61ece65d Add new components and update styleUtils.ts 2024-03-05 19:25:39 -03:00
Gabriel Luiz Freitas Almeida
83c65fd3df Add Data Ingestion Starter Project 2024-03-05 19:17:51 -03:00
Gabriel Luiz Freitas Almeida
8d1dfdc2b6 Add initial setup for loading starter projects into the database 2024-03-05 19:17:30 -03:00
Gabriel Luiz Freitas Almeida
afb3cfbc05 Remove console.log statements in updateBuildStatus function 2024-03-05 19:17:20 -03:00
Gabriel Luiz Freitas Almeida
7c91e69004 Refactor ChromaComponent to accept inputs as Records 2024-03-05 19:17:04 -03:00
Gabriel Luiz Freitas Almeida
b0d4a67863 Refactor URLComponent to use WebBaseLoader instead of UnstructuredURLLoader 2024-03-05 19:16:57 -03:00