Commit graph

5,701 commits

Author SHA1 Message Date
Yassine Selmi
28fe0982e6 Added documentation link 2023-12-20 18:44:58 +00:00
Yassine Selmi
b288ae3df3 Added Azure OpenAI 2023-12-20 17:55:47 +00:00
Gabriel Luiz Freitas Almeida
3586ba8469 Refactor process.py: Add import statements and update generate_result function 2023-12-20 14:53:15 -03:00
Gabriel Luiz Freitas Almeida
931a2452eb Refactor result handling in generate_result function 2023-12-20 14:41:55 -03:00
Gabriel Luiz Freitas Almeida
1148c65c5e Update type hints for inputs parameter in process_graph_data and process functions 2023-12-20 14:41:49 -03:00
Gabriel Luiz Freitas Almeida
4751e91e90 Update langflow worker.py with async_to_sync for generate_result 2023-12-20 14:19:04 -03:00
Gabriel Luiz Freitas Almeida
c4daf5095a Add async/await to generate_result function 2023-12-20 14:18:48 -03:00
Gabriel Luiz Freitas Almeida
84f9c34bd1 Else clause for task_result 2023-12-20 14:18:42 -03:00
Gabriel Luiz Freitas Almeida
c58837d65d Refactor process_graph_data function to use task_service.launch_task and handle task status 2023-12-20 14:17:12 -03:00
Gabriel Luiz Freitas Almeida
481606ef00 Add unique constraints to tables 2023-12-20 08:17:55 -03:00
Gabriel Luiz Freitas Almeida
df443d7986 Add pretty-quick package for code formatting 2023-12-20 08:17:46 -03:00
Gabriel Luiz Freitas Almeida
4197bd4b24 Refactor API endpoints and remove unnecessary imports 2023-12-19 18:22:18 -03:00
Yassine Selmi
85fc2c1013 Cleanup AgentInitializer component 2023-12-19 20:39:53 +00:00
Yassine Selmi
843e7a6b50 Removed Weaviate from config.yaml 2023-12-19 18:45:14 +00:00
Yassine Selmi
3a5320a098 Migrated Weaviate to custom component 2023-12-19 18:36:29 +00:00
Gabriel Luiz Freitas Almeida
96d12b6259 Update import statements in memories.py 2023-12-19 13:38:33 -03:00
Atharva J
52b6bc4ad4 Merge branch 'Vectara-component-update' of https://github.com/JAtharva22/langflowdev into Vectara-component-update 2023-12-19 15:09:33 +05:30
Atharva J
a5c6683609 . 2023-12-19 15:09:29 +05:30
Gabriel Luiz Freitas Almeida
34e116ddf2 Add process_json endpoint for processing JSON data 2023-12-18 10:52:33 -03:00
Gabriel Luiz Freitas Almeida
826a6d07e0 Refactor ProcessResponse schema in schemas.py 2023-12-18 10:50:43 -03:00
Gabriel Luiz Freitas Almeida
2edacce305 Add traceback property to AnyIOTaskResult class 2023-12-18 10:50:01 -03:00
Gabriel Luiz Freitas Almeida
87f8af1db9 Add import statements for asyncio and json 2023-12-18 10:49:52 -03:00
Gabriel Luiz Freitas Almeida
60a55784af Refactor flow loading and processing 2023-12-17 21:27:07 -03:00
Gabriel Luiz Freitas Almeida
2afb0fb119 Add support for custom components in langchain_object 2023-12-17 20:44:35 -03:00
Atharva Jadhav
a16fe99162
Delete src/backend/langflow/components/retrievers/VectaraSelfQueryRetriever.py 2023-12-18 04:52:25 +05:30
Atharva J
390767cbf7 major 2023-12-18 04:47:07 +05:30
Atharva J
dc656ad402 Merge branch 'dev' of https://github.com/JAtharva22/langflowdev into dev 2023-12-18 04:44:02 +05:30
Gabriel Luiz Freitas Almeida
f36b6a5693 Add support for Runnable objects in generate_result function 2023-12-17 17:32:03 -03:00
Gabriel Luiz Freitas Almeida
5c290c0014 Pull start_time out of try block 2023-12-14 17:44:25 -03:00
Gabriel Luiz Freitas Almeida
865ac0306a
Refactor custom component module (#1210) 2023-12-14 13:04:02 -03:00
cristhianzl
45479222d7 fix(frontend): fix save component test by removing unnecessary steps and fixing selectors
feat(frontend): add test for saving components and verifying their presence in the flow
feat(frontend): add test for grouping nodes and verifying the presence of the group node
feat(frontend): add test for saving default component with custom values and verifying the saved component
feat(frontend): add test for saving the same component multiple times and verifying their presence
feat(frontend): add test for saving default component and deleting it from the saved components list
2023-12-14 13:00:48 -03:00
Gabriel Luiz Freitas Almeida
7ec8a6c2a8 Refactor code_parser.py and test_custom_component.py 2023-12-14 10:00:43 -03:00
Gabriel Luiz Freitas Almeida
570822d20b Add imports to utils.py 2023-12-14 09:45:23 -03:00
Gabriel Luiz Freitas Almeida
2d92da6ed4 Add import for warnings module 2023-12-14 09:43:55 -03:00
Gabriel Luiz Freitas Almeida
5de717c770 Fix CustomComponent get_build_method return value 2023-12-14 09:39:19 -03:00
Gabriel Luiz Freitas Almeida
e7e364be38 Add custom component classes and methods 2023-12-14 09:32:45 -03:00
Gabriel Luiz Freitas Almeida
7fdc9bfbd8 Add new code parser and directory reader modules 2023-12-14 09:27:38 -03:00
Gabriel Luiz Freitas Almeida
10c9c95a64 Fix import error in GoogleGenerativeAI.py 2023-12-13 21:19:11 -03:00
Gabriel Luiz Freitas Almeida
0442c7d42a Add "code" field to GoogleGenerativeAIComponent 2023-12-13 21:15:22 -03:00
Gabriel Luiz Freitas Almeida
f5c673d207 Add Google Generative AI component 2023-12-13 21:09:09 -03:00
Cristhian Zanforlin Lousa
1a4e4f502a
refactor(GenericNode): simplify conditional class assignment for the … (#1206)
…div element in the GenericNode component
2023-12-13 20:31:19 -03:00
cristhianzl
60fc7c630e refactor(GenericNode): simplify conditional class assignment for the div element in the GenericNode component 2023-12-13 20:27:07 -03:00
Cristhian Zanforlin Lousa
8343ecab5f
feat(pageLayout): add support for displaying a beta icon in the page … (#1205)
…title

feat(StorePage): enable beta icon in the PageLayout component
style(applies.css): adjust styles for the beta icon in the page title
2023-12-13 20:17:22 -03:00
cristhianzl
03be55a1ba feat(pageLayout): add support for displaying a beta icon in the page title
feat(StorePage): enable beta icon in the PageLayout component
style(applies.css): adjust styles for the beta icon in the page title
2023-12-13 20:14:34 -03:00
Gabriel Luiz Freitas Almeida
94003cf39a 🐛 fix(utils.py): add support for initializing class objects with a template parameter 2023-12-13 20:01:33 -03:00
Gabriel Luiz Freitas Almeida
dd6d510be3 Merge remote-tracking branch 'origin/main' into dev 2023-12-13 19:57:04 -03:00
Gabriel Luiz Freitas Almeida
ca576c1bd9
Add AWS CDK deployment scripts by @kazuki306 (#1193) 2023-12-13 19:15:43 -03:00
Gabriel Luiz Freitas Almeida
cc666e1ce5 Add unique constraints to tables 2023-12-13 19:10:48 -03:00
Gabriel Luiz Freitas Almeida
372f39bcad Fix build failure and optimize imports 2023-12-13 19:10:48 -03:00
Gabriel Luiz Freitas Almeida
9d19082452 Refactor serialize_file_path method in TemplateField class 2023-12-13 19:10:47 -03:00