Commit graph

9,197 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
ece2ce5bd7 Add helper component tests 2024-03-09 23:39:09 -03:00
Gabriel Luiz Freitas Almeida
67bccdc753
Refactor cache service and fix async issues (#1512) 2024-03-09 22:55:56 -03:00
Gabriel Luiz Freitas Almeida
23fe37326b Update alert messages for ChatOutput and Component in flow 2024-03-09 22:24:15 -03:00
Gabriel Luiz Freitas Almeida
1b0322d1e2 Remove commented out code in MenuBar component 2024-03-09 22:22:13 -03:00
Gabriel Luiz Freitas Almeida
2d4afc02ec Remove unused imports and variables in MenuBar component 2024-03-09 22:21:58 -03:00
Gabriel Luiz Freitas Almeida
1f62ff3280 Refactor menuBar and headerComponent to use "nodes" instead of "n" 2024-03-09 22:21:26 -03:00
Cristhian Zanforlin Lousa
0a3401640d
Bugfix: Refresh Token Renovation (#1511)
bugfix: fix the refresh token renovation
2024-03-09 11:03:19 -03:00
Gabriel Luiz Freitas Almeida
c0cbb0776e Add assertions for record text and source in test_url_component() 2024-03-08 23:43:26 -03:00
Gabriel Luiz Freitas Almeida
8751249fe4 Refactor retrieve_file_paths and get_elements functions 2024-03-08 23:41:46 -03:00
Gabriel Luiz Freitas Almeida
8139b743c2 Fix URLComponent build method and update test_url_component 2024-03-08 23:41:35 -03:00
Gabriel Luiz Freitas Almeida
c7fc2eb4af Add input_types field to new_data in UpdateRecordComponent 2024-03-08 23:40:41 -03:00
Gabriel Luiz Freitas Almeida
35c35c9964 Fix search icon behavior and add new icon X 2024-03-08 23:37:54 -03:00
Gabriel Luiz Freitas Almeida
2207b78fff Refactor test cases and add new test for URLComponent 2024-03-08 18:08:08 -03:00
Gabriel Luiz Freitas Almeida
2455031e48 Add support for parsing PDF files 2024-03-08 18:05:42 -03:00
Gabriel Luiz Freitas Almeida
522bd304e8 Format 2024-03-08 17:42:22 -03:00
Gabriel Luiz Freitas Almeida
29908957e9 Fix field type for Dict in add_new_custom_field function 2024-03-08 17:41:36 -03:00
Gabriel Luiz Freitas Almeida
6fce679c8e Update pydantic version to 2.5.0 and dspy-ai to 2.4.0 2024-03-08 17:31:10 -03:00
Gabriel Luiz Freitas Almeida
f00eddd114 Add dspy package and its dependencies 2024-03-08 17:08:21 -03:00
Gabriel Luiz Freitas Almeida
7243fdc674 Remove unused PythonFunction node from customs.py 2024-03-08 17:08:20 -03:00
Gabriel Luiz Freitas Almeida
dced59cef8 Refactor file parsing in FileComponent 2024-03-08 17:08:19 -03:00
Gabriel Luiz Freitas Almeida
ecdc0be825 Refactor directory_component.build() and add tests for loading projects and mdx files 2024-03-08 17:08:19 -03:00
Gabriel Luiz Freitas Almeida
865bc02c94 Refactor file parsing and loading in DirectoryComponent 2024-03-08 17:08:18 -03:00
Gabriel Luiz Freitas Almeida
1c66bc9988 Refactor Record class to add model_validator for data validation 2024-03-08 17:08:18 -03:00
Gabriel Luiz Freitas Almeida
56731ad08c Add tests for directory component and multithreading 2024-03-08 17:08:17 -03:00
anovazzi1
3db4f3e469 Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration 2024-03-08 16:44:11 -03:00
anovazzi1
381038377a move new flow card 2024-03-08 16:44:08 -03:00
Gabriel Luiz Freitas Almeida
e30130cdb9 Refactor TextToRecordComponent build method 2024-03-08 16:14:19 -03:00
Gabriel Luiz Freitas Almeida
ada0c2288b Remove disabled prop from Input component 2024-03-08 16:13:33 -03:00
Gabriel Luiz Freitas Almeida
bac1933a57 Add UpdateRecordComponent to helpers 2024-03-08 16:07:46 -03:00
Gabriel Luiz Freitas Almeida
6348da2de3 Refactor template formatting in records_to_text function 2024-03-08 16:05:59 -03:00
Gabriel Luiz Freitas Almeida
0c153e659f Update APIRequest and ExtractDataFromRecord components 2024-03-08 16:05:53 -03:00
anovazzi1
f53a08ba7a Update app-div style in App.tsx 2024-03-08 15:16:27 -03:00
anovazzi1
6b3ff2cd8c Update token expiration settings 2024-03-08 15:05:13 -03:00
Rodrigo Nader
b538d1bb39 Add custom components for message history and text to record conversion 2024-03-08 14:50:28 -03:00
Gabriel Luiz Freitas Almeida
b2c3b3b6d2 Add first api tests 2024-03-08 14:29:17 -03:00
Gabriel Luiz Freitas Almeida
97d448926c Fix all erros to run tests correctly 2024-03-08 13:43:34 -03:00
Gabriel Luiz Freitas Almeida
1363f387e9 Refactor tests and add new test file for data components 2024-03-08 13:43:33 -03:00
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