Commit graph

8,005 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
12938f4d32 Add flow_id dependency to file upload, download, list, and delete endpoints 2024-01-28 12:00:44 -03:00
Gabriel Luiz Freitas Almeida
682d8724be Update file upload URL in API controller 2024-01-27 23:36:14 -03:00
Gabriel Luiz Freitas Almeida
9d808cc55d Add UploadFileResponse to file upload API 2024-01-27 23:35:30 -03:00
Gabriel Luiz Freitas Almeida
3f1316b595 Refactor storage service factory and service 2024-01-27 23:27:19 -03:00
Gabriel Luiz Freitas Almeida
b28da3f71a Refactor file upload and download functions 2024-01-27 23:26:49 -03:00
Gabriel Luiz Freitas Almeida
8f7beb10b2 Refactor storage service constructors 2024-01-27 23:16:26 -03:00
Gabriel Luiz Freitas Almeida
bcd0151e7b Add mime type validation for file download 2024-01-27 00:11:00 -03:00
Gabriel Luiz Freitas Almeida
6fd4ac1bb9 Refactor file deletion test in test_files.py 2024-01-26 23:03:55 -03:00
Gabriel Luiz Freitas Almeida
11c9a84cbe Refactor file operations tests 2024-01-26 22:50:52 -03:00
Gabriel Luiz Freitas Almeida
e6876e2ab0 Update save_file and get_file methods to handle binary data 2024-01-26 22:50:03 -03:00
Gabriel Luiz Freitas Almeida
2e6ea1808d Add unit tests for file upload, download, list, and delete operations 2024-01-26 22:41:21 -03:00
Gabriel Luiz Freitas Almeida
ab1c3f0b85 Add constants and utility function for file storage 2024-01-26 22:40:58 -03:00
Gabriel Luiz Freitas Almeida
4b08504ff7 Add files router to API v1 2024-01-26 22:39:56 -03:00
Gabriel Luiz Freitas Almeida
2ee9e5bb97 Add file upload, download, list, and delete endpoints 2024-01-26 19:02:47 -03:00
Gabriel Luiz Freitas Almeida
7b347d89c0 Add storage service to dependencies 2024-01-26 19:02:22 -03:00
Gabriel Luiz Freitas Almeida
ce31a13010 Add STORAGE_TYPE configuration 2024-01-26 19:01:48 -03:00
Gabriel Luiz Freitas Almeida
e9fc9f631b Add storage service and factory classes 2024-01-26 19:01:17 -03:00
Gabriel Luiz Freitas Almeida
1a4362fe50 Refactor create_upload_file function signature 2024-01-26 19:00:50 -03:00
Gabriel Luiz Freitas Almeida
aa30bc97d7 Remove unused imports and variables in ChatVertex class 2024-01-26 17:19:49 -03:00
Gabriel Luiz Freitas Almeida
174cd37a2b Refactor chatInput component to use Popover for repetitions input 2024-01-26 17:08:44 -03:00
Gabriel Luiz Freitas Almeida
7eac47f4c8 Add support for message conversion in ChatOutputResponse class 2024-01-26 17:08:10 -03:00
Gabriel Luiz Freitas Almeida
5277798cca Refactor Vertex class to make _run method asynchronous 2024-01-26 17:07:07 -03:00
Gabriel Luiz Freitas Almeida
20d9e51208 Change honor method to be asynchronous in ContractEdge 2024-01-26 17:06:16 -03:00
anovazzi1
b9b3ef88fe Refactor buildVertices function 2024-01-26 16:07:30 -03:00
Lucas Oliveira
e606762e7f UI design of button and repeat function 2024-01-26 19:51:41 +01:00
anovazzi1
69b1c3714b Update IOInputField and IOFileInput components 2024-01-26 15:46:09 -03:00
anovazzi1
07cbd593eb Add IOFileInput component to IOInputField 2024-01-26 15:31:21 -03:00
Gabriel Luiz Freitas Almeida
04f5da3bd4
Update cookie settings in login.py (#1371)
This pull request updates the cookie settings in the login.py file. Specifically, it removes the "secure" and "samesite" attributes from the response.set_cookie() function calls. This change ensures that the cookies are not restricted to secure connections only and are not limited to same-site requests.
2024-01-26 15:18:49 -03:00
Gabriel Luiz Freitas Almeida
e63878b2f1 Update version to 0.6.5a12 in pyproject.toml 2024-01-26 15:18:00 -03:00
Gabriel Luiz Freitas Almeida
a5f91da7d4 Update cookie settings in login.py 2024-01-26 15:17:30 -03:00
anovazzi1
870204eb40 Refactor IOInputField and IOView components 2024-01-26 15:12:02 -03:00
cristhianzl
6c36fcec18 fix(newChatView): remove unnecessary dependencies in useEffect hooks to improve performance and prevent unnecessary re-renders 2024-01-26 15:06:01 -03:00
anovazzi1
ff112cfd34 Add file input component to IOInputField and update IOView to use new input structure 2024-01-26 14:52:00 -03:00
anovazzi1
fbcd2ea4a4 Refactor IOInputField component to handle different input types 2024-01-26 14:32:48 -03:00
anovazzi1
4af5aa56c2 chore(IOInputField): rename onChange prop to updateValue for better semantics
chore(IOInputField): remove styleClasses and placeholder props as they are not used
chore(IOView): remove TODO comment for extending and improving view mode and adding other types of views
chore(IOView): remove unused onChange prop from IOInputProps type
2024-01-26 14:23:39 -03:00
Gabriel Luiz Freitas Almeida
eece7b60c5
Refactor import order and remove unnecessary samesite attribute in set_cookie() calls (#1370)
This pull request refactors the import order and removes the unnecessary samesite attribute in the set_cookie() calls. This change improves the code readability and removes redundant code.
2024-01-26 14:10:32 -03:00
Gabriel Luiz Freitas Almeida
a2ca8a62e7 Bumped version to 0.6.5a11 in pyproject.toml 2024-01-26 14:09:48 -03:00
Gabriel Luiz Freitas Almeida
e011d1f6dc Refactor import order and remove unnecessary samesite attribute in set_cookie() calls 2024-01-26 14:08:38 -03:00
Gabriel Luiz Freitas Almeida
fc7bcf53c9
Add unique constraints and new fixes (#1368)
This pull request adds unique constraints to the database tables and includes new fixes for the codebase.
2024-01-26 13:38:46 -03:00
Gabriel Luiz Freitas Almeida
89a8a6a0be Update version number in pyproject.toml 2024-01-26 13:37:48 -03:00
Gabriel Luiz Freitas Almeida
01fef3733b Add unique constraints and new fixes 2024-01-26 13:37:00 -03:00
igorrCarvalho
fc1614c7c1 Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-01-26 10:56:04 -03:00
igorrCarvalho
61ecc66e1f Feat: Add support to another input types on IO 2024-01-26 10:55:54 -03:00
Gabriel Luiz Freitas Almeida
537747951a Fix return value for power components in Vertex class 2024-01-26 09:56:36 -03:00
Gabriel Luiz Freitas Almeida
8d55bd2505 Fix missing semicolon and remove unnecessary commas in newChatView and FlowStoreType 2024-01-26 09:46:03 -03:00
Gabriel Luiz Freitas Almeida
dbf0a2a920 Refactor code and fix minor issues 2024-01-26 09:45:33 -03:00
Gabriel Luiz Freitas Almeida
ea47b44ac7 Refactor model_dump method in ChatVertex 2024-01-26 09:44:40 -03:00
Gabriel Luiz Freitas Almeida
53844a5963 Delete ZeroShotAgent and CombineDocsChain components 2024-01-25 21:19:19 -03:00
Gabriel Luiz Freitas Almeida
5cf56ca7a8 Fix import errors and type annotations 2024-01-25 21:15:28 -03:00
Gabriel Luiz Freitas Almeida
d258e0faea Refactor OllamaLLM constructor parameters 2024-01-25 19:53:51 -03:00