Gabriel Luiz Freitas Almeida
42356fc379
Add build_full_path method to LocalStorageService and stub method to StorageService
2024-01-30 17:17:36 -03:00
Gabriel Luiz Freitas Almeida
349fc92981
Update anthropic version to 0.12.0
2024-01-30 16:24:32 -03:00
Gabriel Luiz Freitas Almeida
c78c34983d
Update mypy version and add follow_imports option
2024-01-30 16:17:02 -03:00
Gabriel Luiz Freitas Almeida
44696a9eb4
Refactor locustfile.py: Import modules and reorder code
2024-01-30 16:16:38 -03:00
Gabriel Luiz Freitas Almeida
866e820ecb
Import Document from langchain_core instead of langchain
2024-01-30 16:16:17 -03:00
anovazzi1
e63e51cc5c
Remove TODO comment for showing output options in IOView component
2024-01-30 15:58:16 -03:00
anovazzi1
ec313e4f3b
feat(IOview): add support for rendering IOOutputView component based on selected output type
...
feat(IOOutputView): create IOOutputView component to render different types of output views based on output type
fix(utils): add helper functions isInputType and isOutputType to check if a type is an input or output type
The changes were made to add support for rendering different types of output views in the IOView component. The IOOutputView component was created to handle rendering of different types of output views based on the output type. Helper functions isInputType and isOutputType were added to the utils file to check if a type is an input or output type.
2024-01-30 15:55:25 -03:00
anovazzi1
0c153f6ab5
Refactor IOView component to use UpdateAccordion() function
2024-01-30 15:39:51 -03:00
anovazzi1
369315b121
Reorder CSS classes for status icons in GenericNode component
2024-01-30 15:37:52 -03:00
anovazzi1
1fb907bf4f
Refactor IOInputField component and update dependencies
2024-01-30 15:37:17 -03:00
Gabriel Luiz Freitas Almeida
43e3baaa84
Update import statements for langchain_community packages
2024-01-30 14:46:28 -03:00
anovazzi1
42e433c6e2
fix(IOview/index.tsx): import classNames function from utils/utils to fix compilation error
...
feat(IOview/index.tsx): add support for dynamic categories based on available inputs and outputs
feat(IOview/index.tsx): add functionality to select and display different views based on selected category
fix(flowStore.ts): fix logic for determining if flow has inputs or outputs
2024-01-30 14:36:56 -03:00
Gabriel Luiz Freitas Almeida
d59a8836b6
Merge remote-tracking branch 'origin/dev' into zustand/io/migration
2024-01-30 14:13:17 -03:00
Gabriel Luiz Freitas Almeida
4b697fc0df
Remove vectorstore_creator import and test_vectorstore_template.py
2024-01-30 14:03:33 -03:00
Lucas Oliveira
0257e99288
Fixed build animation
2024-01-30 16:36:22 +01:00
Lucas Oliveira
1ad2b0b9f2
Fix build button not working with beta badge
2024-01-30 16:27:11 +01:00
Gabriel Luiz Freitas Almeida
4918f03032
Remove test_agents_template.py and update test_zero_shot_agent, test_json_agent, and test_csv_agent
2024-01-30 11:53:21 -03:00
Gabriel Luiz Freitas Almeida
09354748cd
Update Pinecone.py to remove default value for "embedding" configuration
2024-01-30 09:16:38 -03:00
Gabriel Luiz Freitas Almeida
05588767e8
Refactor PineconeComponent in Pinecone.py
2024-01-30 09:16:04 -03:00
Gabriel Luiz Freitas Almeida
910c55fa0c
Update langchain version to 0.1.0
2024-01-30 09:00:32 -03:00
Gabriel Luiz Freitas Almeida
0c16cbed04
Refactor instantiate_custom_component function signature
...
This commit refactors the function signature of the `instantiate_custom_component` function in `loading.py`. The `class_object` parameter is now annotated with the `Type["CustomComponent"]` type hint to improve type safety.
2024-01-30 08:54:41 -03:00
Gabriel Luiz Freitas Almeida
7a3d057a50
Refactor PromptRunner class to use langchain_core.messages.BaseMessage
2024-01-29 23:36:48 -03:00
Gabriel Luiz Freitas Almeida
d3c2d2f893
Refactor ConversationChainComponent to handle inputs and return result as string if applicable
2024-01-29 23:36:26 -03:00
Gabriel Luiz Freitas Almeida
5eb2e7f979
Update LLMChainComponent signature
2024-01-29 23:24:45 -03:00
Gabriel Luiz Freitas Almeida
f232efe179
Convert save_file, get_file, list_files, delete_file, and teardown methods to async functions in S3StorageService
2024-01-29 22:49:43 -03:00
Gabriel Luiz Freitas Almeida
f29257c613
Update storage service methods to be asynchronous
2024-01-29 22:49:16 -03:00
Gabriel Luiz Freitas Almeida
6362cd2891
Refactor file upload and download functions
2024-01-29 22:48:55 -03:00
Gabriel Luiz Freitas Almeida
16dcbddb0d
Refactor S3StorageService class to include logging
2024-01-29 22:48:26 -03:00
Gabriel Luiz Freitas Almeida
35087cd2b4
Add async file operations to LocalStorageService
2024-01-29 22:48:03 -03:00
anovazzi1
19e076b4ab
Fix input fields behavior when node is not selected ( #1376 )
2024-01-29 17:41:31 -03:00
anovazzi1
2aa273166d
Fix input fields behavior when node is not selected
2024-01-29 17:36:00 -03:00
anovazzi1
7d7a980e7c
Fix selection validation and error message
2024-01-29 16:33:29 -03:00
anovazzi1
7912f846a6
Add flow update to database
2024-01-29 16:06:32 -03:00
anovazzi1
2fb72b1d1e
added local storage of flow state to fake chat memory for refresh page
2024-01-29 14:46:38 -03:00
Gabriel Luiz Freitas Almeida
37d48faf16
Refactor file download functions
2024-01-29 14:42:51 -03:00
Gabriel Luiz Freitas Almeida
6c30eb539b
Change route decorator to use GET method for downloading images
2024-01-29 14:27:02 -03:00
Gabriel Luiz Freitas Almeida
d692ccd3ab
Add image download endpoint
2024-01-29 14:22:18 -03:00
Gabriel Luiz Freitas Almeida
4f6d5fe5d8
Update download_file function to include headers for file download
2024-01-29 10:18:52 -03:00
Gabriel Luiz Freitas Almeida
9968a6b134
Add file upload, download, list, and delete operations
2024-01-28 12:01:08 -03:00
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