anovazzi1
b23d879760
Add expiration time for access and refresh token cookies
2024-03-08 13:01:14 -03:00
Gabriel Luiz Freitas Almeida
7b53178d6f
Refactor ChatVertex to handle artifacts and unescape message
2024-03-08 12:17:44 -03:00
Gabriel Luiz Freitas Almeida
bb6a2ceb58
Refactor PromptComponent and add import statement for PromptComponent
2024-03-08 11:58:56 -03:00
Gabriel Luiz Freitas Almeida
0e5e259bae
fix yaml dump not outputing unicode
2024-03-08 11:58:41 -03:00
Gabriel Luiz Freitas Almeida
f2cbc0c2f1
Add respx library for mocking HTTP requests
2024-03-08 11:37:52 -03:00
Gabriel Luiz Freitas Almeida
39434eadc4
Formatting
2024-03-08 11:36:32 -03:00
Gabriel Luiz Freitas Almeida
fd7da8720f
Set up __init__ for all components
2024-03-08 11:35:55 -03:00
Gabriel Luiz Freitas Almeida
1f76ad728f
Add defaultdict import and handle empty custom_fields
2024-03-08 11:24:23 -03:00
Gabriel Luiz Freitas Almeida
c7ad808c9e
Refactor test_loading.py to use Graph instead of Chain
2024-03-08 10:23:55 -03:00
Gabriel Luiz Freitas Almeida
7ec33d3fe0
Add test for tweak with no node id
2024-03-08 10:23:48 -03:00
Gabriel Luiz Freitas Almeida
af5933524a
Remove unused test files
2024-03-08 10:23:43 -03:00
Gabriel Luiz Freitas Almeida
d777df3dbf
Refactor text splitter components to use unescape_string utility
2024-03-08 10:20:41 -03:00
Gabriel Luiz Freitas Almeida
b8639977ae
Add unescape_string function and use it to unescape values in Vertex class
2024-03-08 10:20:24 -03:00
Gabriel Luiz Freitas Almeida
f6e5ddf928
only set Chat Input params if there is data to add
2024-03-08 10:11:51 -03:00
Gabriel Luiz Freitas Almeida
103dda198a
Refactor code and update dependencies
2024-03-08 08:46:25 -03:00
Cristhian Zanforlin Lousa
553624c1be
Add New Icons to New Components ( #1509 )
...
add new icons to new components
2024-03-08 07:59:32 -03:00
Gabriel Luiz Freitas Almeida
50320a1a65
Change log level from info to debug in create_new_project function
2024-03-08 07:47:07 -03:00
Gabriel Luiz Freitas Almeida
2130152b14
Add ignore rule for chroma files
2024-03-07 22:02:49 -03:00
Gabriel Luiz Freitas Almeida
a6b7b9d5a8
Fix import errors and type annotations
2024-03-07 21:45:59 -03:00
anovazzi1
45d4610812
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-03-07 20:48:35 -03:00
anovazzi1
b26973a7c4
Add disabled attribute to Input and button components
2024-03-07 20:48:32 -03:00
igorrCarvalho
dcc78c2134
Refactor: Adjust window size for textInput and textOutput text area
2024-03-07 20:47:39 -03:00
anovazzi1
191afcb940
Fix bug in login functionality
2024-03-07 20:21:25 -03:00
anovazzi1
eb32a9f5d6
Feat: Implement Multiple Shortcuts for Enhanced User Experience ( #1489 )
...
This pull request introduces a set of multiple keyboard shortcuts to
enhance the usability and efficiency of the application. These are some
of the shortcuts that have been implemented:
Ctrl + E: Open edit node modal
Ctrl + Q: Minimize/expand node
Ctrl + U: Ungroup
Ctrl + Shift + S: Share component
Ctrl + Shift + D: Open component docs
Ctrl + S: Save component
These shortcuts provide users with quick access to commonly used
features, enabling smoother navigation and faster interaction within the
application.
2024-03-07 20:13:42 -03:00
Gabriel Luiz Freitas Almeida
69145f35ca
Refactor code and update dependencies
2024-03-07 19:54:14 -03:00
igorrCarvalho
fd3942b2ed
Fix: node with more than 1 handle can minimize when leave flow with it selected
2024-03-07 19:52:10 -03:00
anovazzi1
b1df45dd91
Merge branch 'zustand/io/migration' into codeShortcut
2024-03-07 19:41:11 -03:00
igorrCarvalho
ceb34e4ce6
Merge branch 'codeShortcut' of github.com:logspace-ai/langflow into codeShortcut
2024-03-07 19:17:50 -03:00
igorrCarvalho
eed3dcb574
Feat: Add popup to notify users when they can't use a shortcut.
2024-03-07 19:17:26 -03:00
anovazzi1
3363729515
Refactor example mapping in MainPage component
2024-03-07 19:10:03 -03:00
anovazzi1
db89f3b4e0
Merge branch 'zustand/io/migration' into codeShortcut
2024-03-07 19:05:00 -03:00
anovazzi1
fa029497b7
Add new SVG assets and update UndrawCardComponent
2024-03-07 19:04:40 -03:00
Carlos Coelho
6e06b15f74
Update sidebar order ( #1506 )
...
* Remove beta flag from components
* Remove beta flag from APIRequest class
* Add beta flag to experimental components
* Remove beta flag from APIRequest, ChromaComponent, ChromaSearchComponent, and LCVectorStoreComponent
2024-03-07 18:43:27 -03:00
anovazzi1
3f541b6a9a
Refactor layout to use CSS grid
2024-03-07 18:40:21 -03:00
igorrCarvalho
92a92aa616
Add visual shortcut for duplicate
2024-03-07 18:30:49 -03:00
igorrCarvalho
b16848c0b4
Merge zustand/io/migration into codeShortcut
2024-03-07 18:21:47 -03:00
igorrCarvalho
e120bfe869
Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration
2024-03-07 18:00:10 -03:00
igorrCarvalho
2be79f3232
Refactor: make save appear on principal toolbar instead of duplicate
2024-03-07 17:59:44 -03:00
Gabriel Luiz Freitas Almeida
34d578b813
Refactor build_vertex function and improve code readability
2024-03-07 16:55:29 -03:00
Gabriel Luiz Freitas Almeida
0eacc33f82
Update input handling in Vertex class
2024-03-07 16:55:21 -03:00
Gabriel Luiz Freitas Almeida
17d1841e28
Fix code formatting and add MissingDefault class
2024-03-07 16:24:08 -03:00
Gabriel Luiz Freitas Almeida
a01a22ce3e
Refactor APIRequest and TextToRecord components
2024-03-07 15:59:13 -03:00
anovazzi1
cf4733e5a9
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-03-07 15:36:34 -03:00
anovazzi1
f8636f1399
Add EXAMPLES_MOCK constant to constants.ts
2024-03-07 15:36:31 -03:00
Gabriel Luiz Freitas Almeida
24a2e640ff
Update refresh functionality in API and UI components
2024-03-07 14:36:34 -03:00
Gabriel Luiz Freitas Almeida
224f5b436e
Refactor prompt validation and variable handling
2024-03-07 12:27:43 -03:00
Gabriel Luiz Freitas Almeida
716b6cf4b7
Fix custom component build error and import statement
2024-03-07 12:27:14 -03:00
Gabriel Luiz Freitas Almeida
2930b4ed1a
Update CustomComponent class methods to use dotdict
2024-03-07 12:26:57 -03:00
Gabriel Luiz Freitas Almeida
091d80cd5b
Add dotdict class for accessing dictionary elements using dot notation
2024-03-07 12:26:43 -03:00
Gabriel Luiz Freitas Almeida
6c415d0865
Refactor code to improve performance and readability
2024-03-07 09:57:34 -03:00