Commit graph

8,980 commits

Author SHA1 Message Date
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
Gabriel Luiz Freitas Almeida
dce9901222 Remove "documents" configuration from vector store components 2024-03-05 18:46:18 -03:00
igorrCarvalho
7c8c52dbc3 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-03-05 18:25:58 -03:00
igorrCarvalho
245648c815 Refactor: UI changes 2024-03-05 18:25:48 -03:00
Gabriel Luiz Freitas Almeida
e454624036 Update user_id field to be optional in FlowRead class 2024-03-05 17:46:59 -03:00
Gabriel Luiz Freitas Almeida
ac8f2b7070 Update user_id field to be optional in FlowRead class 2024-03-05 17:46:17 -03:00
Gabriel Luiz Freitas Almeida
1d23649358 Fix exception variable name in database service 2024-03-05 17:44:48 -03:00
Gabriel Luiz Freitas Almeida
cbf6dfae4d Fix exception variable name in DatabaseService 2024-03-05 17:44:04 -03:00
Gabriel Luiz Freitas Almeida
42313fe1c1 Add logging to read_flows function 2024-03-05 17:42:06 -03:00
Gabriel Luiz Freitas Almeida
064e16cb77 Refactor flow reading logic and handle exception when retrieving example flows 2024-03-05 17:41:39 -03:00
Gabriel Luiz Freitas Almeida
4875ac57c8 Update Langflow documentation with new component descriptions 2024-03-05 17:36:09 -03:00
Gabriel Luiz Freitas Almeida
f8e9df61ea Implement getting all flows without a user_id as example flows 2024-03-05 17:34:11 -03:00
Gabriel Luiz Freitas Almeida
240b1900b9 Add update_build_config method that updates any part of the template 2024-03-05 16:29:20 -03:00
cristhianzl
1ae8be9c0f Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-03-05 14:42:18 -03:00
cristhianzl
2be300b158 🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts): remove unnecessary code that clicks and checks showcode element
🔧 fix(codeAreaModalComponent.spec.ts

🐛 fix(intComponent.spec.ts): fix test case for IntComponent to use correct input field and update assertions
 feat(intComponent.spec.ts): add additional test cases for IntComponent to cover more scenarios and improve test coverage
2024-03-05 14:42:07 -03:00
Gabriel Luiz Freitas Almeida
5e1488471d Refactor API endpoints and add new schemas 2024-03-05 14:20:21 -03:00
Gabriel Luiz Freitas Almeida
b4d859db66 Update InputValueRequest schema with additional component name 2024-03-05 12:57:18 -03:00
Gabriel Luiz Freitas Almeida
6b66834990 Refactor API endpoints and schemas 2024-03-05 12:40:56 -03:00
Gabriel Luiz Freitas Almeida
e1ded9c106 Add support for specifying outputs in run_flow_with_caching and run_graph 2024-03-05 12:24:49 -03:00
Gabriel Luiz Freitas Almeida
a4f5ff0daf tweaks now accept passing the name of parameter which will update all nodes 2024-03-05 12:07:28 -03:00
Gabriel Luiz Freitas Almeida
78d0c122d3 Update settings and task service 2024-03-05 11:56:34 -03:00
Gabriel Luiz Freitas Almeida
fa4b8214bf Refactor imports in types.py 2024-03-04 23:31:00 -03:00
Gabriel Luiz Freitas Almeida
971b591cd6 Delete UrlLoaderComponent and Add DocumentToRecordComponent 2024-03-04 23:29:32 -03:00
Gabriel Luiz Freitas Almeida
76a52c0a76 Remove unnecessary code and delay in flowsManagerStore 2024-03-04 19:19:44 -03:00
Gabriel Luiz Freitas Almeida
481df3de8f Merge branch 'zustand/io/migration' into state_theories 2024-03-04 18:53:12 -03:00
Gabriel Luiz Freitas Almeida
4b14aef8a7 Refactor process.py for readability and maintainability 2024-03-04 18:52:59 -03:00
Gabriel Luiz Freitas Almeida
c6045809f2 Update vertex raw parameters and add session ID 2024-03-04 18:52:50 -03:00
Gabriel Luiz Freitas Almeida
3d70849341 Update variable names and properties related to pinning to use "frozen" instead. 2024-03-04 18:21:17 -03:00
Gabriel Luiz Freitas Almeida
698fa6bf90 Add URLComponent to load a URL 2024-03-04 18:14:47 -03:00
Gabriel Luiz Freitas Almeida
56af9280b5 Add FileComponent to load a file 2024-03-04 18:13:09 -03:00
Gabriel Luiz Freitas Almeida
81f0bdd50b Add DirectoryComponent and related utility functions 2024-03-04 18:12:45 -03:00
Gabriel Luiz Freitas Almeida
cacd42b4b7 Make output become repr if no status is set 2024-03-04 18:09:56 -03:00
Gabriel Luiz Freitas Almeida
2264fa4827 Add dynamic icon loading and suspense fallback 2024-03-04 17:40:39 -03:00