anovazzi1
34b3be397e
Fix conditional statement in IOView component
2024-02-08 17:34:24 -03:00
Gabriel Luiz Freitas Almeida
5b51610377
Refactor code and fix imports
2024-02-08 15:48:22 -03:00
Gabriel Luiz Freitas Almeida
4bba0212ff
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
2024-02-07 22:42:20 -03:00
Gabriel Luiz Freitas Almeida
5ed7c4fbe1
Add nodeColors and nodeNames for models
2024-02-07 20:47:29 -03:00
Cristhian Zanforlin Lousa
034312d2a2
Refactor: make new flow create as "Untitled document" instead of random name ( #1408 )
2024-02-07 20:00:21 -03:00
anovazzi1
de854325ed
Fix message type conversion in newChatView component
2024-02-07 18:14:31 -03:00
anovazzi1
36ccba9b78
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-02-07 15:30:28 -03:00
Gabriel Luiz Freitas Almeida
b4012a80b2
Fix validationStatus data in GenericNode component
2024-02-07 14:59:39 -03:00
anovazzi1
d0a61fb084
Fix bug in login functionality***
...
***Update README with new instructions***
***Refactor code for better performance***
***Add new feature for user authentication***
***Fix formatting issues in code***
***Update dependencies to latest versions***
***Remove unused variables***
***Fix broken links in documentation***
***Add error handling for edge cases***
***Optimize database queries
2024-02-06 14:39:11 -03:00
igorrCarvalho
d0865a2580
Refactor: remove flow if there is no changes
2024-02-06 14:27:23 -03:00
anovazzi1
cdbc516b85
removed animated dash edge for text
2024-02-06 14:26:16 -03:00
Gabriel Luiz Freitas Almeida
6854c25dae
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
2024-02-06 14:21:50 -03:00
Gabriel Luiz Freitas Almeida
392b81b519
Reapply "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes"
...
This reverts commit f3b3d2cf68 .
2024-02-05 19:02:34 -03:00
Gabriel Luiz Freitas Almeida
7b5225f857
Merge branch 'main' into dev
2024-02-05 18:34:19 -03:00
anovazzi1
ee22000c52
Fix output type separator in GenericNode component
2024-02-05 18:33:11 -03:00
Gabriel Luiz Freitas Almeida
f3b3d2cf68
Revert "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes"
2024-02-05 18:29:03 -03:00
anovazzi1
6fcc754704
Update Playwright configuration and fix Select component
2024-02-05 17:32:43 -03:00
anovazzi1
8023332260
add vectara icon ( #1389 )
...
* adding vectara icon
* Add field_typing imports and source parameter to VectaraComponent
* Refactor Vectara imports and update dependencies
* Refactor VectaraSelfQueryRetriverComponent class and update field_config
* Remove None values and update template strings
* Add get_output_types_from_code method to DirectoryReader
* Refactor directory_reader.py and handle exception when getting output types from code
---------
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@logspace.ai>
Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
2024-02-02 18:01:29 -03:00
igorrCarvalho
f5cf73947c
Remove console.log
2024-02-02 01:20:59 -03:00
igorrCarvalho
c33eec9c88
Feat: Make edges change color when hover it
2024-02-02 01:19:43 -03:00
anovazzi1
e195cb5eec
fix(App.tsx): refactor the usage of useAlertStore to use the new removeFromTempNotificationList and tempNotificationList variables
...
fix(newChatView/index.tsx): remove console.log statement
fix(alertStore.ts): remove unused imports and refactor the usage of setErrorData, setNoticeData, and setSuccessData to update both notificationList and tempNotificationList
fix(types/zustand/alert/index.ts): add tempNotificationList variable and corresponding functions to clear and remove items from it
2024-02-01 21:02:39 -03:00
Gabriel Luiz Freitas Almeida
c0c64c99c9
Update imports to use langchain_core.documents
2024-02-01 09:37:37 -03:00
Gabriel Luiz Freitas Almeida
7efa79af69
Fix formatting issues and update code style
2024-02-01 09:35:46 -03:00
Gabriel Luiz Freitas Almeida
b05ac9e84d
Merge branch 'zustand/io/migration' of https://github.com/logspace-ai/langflow into zustand/io/migration
2024-01-31 17:56:10 -03:00
cristhianzl
e855f24448
fixing arrow direction
2024-01-31 17:54:54 -03:00
Gabriel Luiz Freitas Almeida
c08b277f15
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
2024-01-31 17:54:51 -03:00
cristhianzl
b42c34cdb1
Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration
2024-01-31 17:44:57 -03:00
cristhianzl
f8dd179d97
fix arrow connection
2024-01-31 17:44:36 -03:00
Gabriel Luiz Freitas Almeida
e61e4ac51b
Update Langchain to 0.1 and migrate most components to CustomComponent ( #1382 )
...
This PR updates Langchain to 0.1.* and move components previously
created automatically to start using the CustomComponent framework.
This will improve maintainability and move Langflow to be closer to the
framework.
2024-01-31 17:43:18 -03:00
anovazzi1
f7e5eb8133
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-01-31 17:06:54 -03:00
anovazzi1
9726defa33
fix(API): update return type of getFlowPool function to match the actual response structure
...
fix(EditNodeModal): remove unused setPending function call
fix(PageComponent): remove unused setFlowPool and setLoading state variables
fix(flowStore): remove unused import and updateFlowInDatabase function call, add logic to fetch flowPool data when resetting flow
2024-01-31 17:03:51 -03:00
cristhianzl
6ef92bf233
Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration
2024-01-31 16:48:56 -03:00
cristhianzl
4d19883cc7
arrow on edge
2024-01-31 16:48:30 -03:00
Gabriel Luiz Freitas Almeida
2076f32704
Merge branch 'dev' into update_lc
2024-01-31 15:57:16 -03:00
anovazzi1
f7766118e8
Add deleteFlowPool function and useFlowsManagerStore in newChatView
2024-01-31 15:32:58 -03:00
anovazzi1
a735289476
Add FlowPoolType and getFlowPool function
2024-01-31 15:07:04 -03:00
Gabriel Luiz Freitas Almeida
9761862fee
Fix code formatting and update dependencies
2024-01-31 14:59:39 -03:00
cristhianzl
24f05126c1
bugfix
2024-01-31 09:07:20 -03:00
Lucas Oliveira
89cb0f9e22
Merge branch 'dev' into zustand/io/migration
2024-01-31 11:54:25 +01:00
Lucas Oliveira
b49e0578d7
fix cursor position on safari
2024-01-31 11:54:08 +01:00
Lucas Oliveira
3a13113cbe
Fixed cursor position on Safari
2024-01-31 11:53:22 +01:00
Lucas Oliveira
5984a45178
removed unused utils function
2024-01-31 11:37:11 +01:00
Lucas Oliveira
911257c92f
Fix console error on code component
2024-01-31 11:31:24 +01:00
Lucas Oliveira
abe597823b
Fixed undoing not fixing group edges
2024-01-31 11:23:16 +01:00
Lucas Oliveira
f93724eb44
Fixed takeSnapshot deleting history if snapshot was equal to the previous
2024-01-31 11:18:33 +01:00
Lucas Oliveira
7ba2610184
refactored number of handles
2024-01-31 11:10:42 +01:00
Lucas Oliveira
cc548ba604
removed unused createFlowComponent
2024-01-31 10:56:55 +01:00
Lucas Oliveira
30709221ef
removed direct attribution of official attribute
2024-01-31 10:54:47 +01:00
Lucas Oliveira
b3f5b25eba
Removed direct attribution on data on updateFlowPosition
2024-01-31 10:52:36 +01:00
anovazzi1
3c58007b62
fix(IOInputField): remove console.log statement for inputType variable
...
fix(IOview): fix conditional rendering of IOInputField and IOOutputView components based on selectedCategory
2024-01-30 18:25:09 -03:00