Commit graph

2,929 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
71f7bf9c58 Refactor get_vertices function to improve flow ID handling and caching 2024-02-16 18:13:03 -03:00
Gabriel Luiz Freitas Almeida
1f832d0a01 Resolve path for index directory in ChromaSearchComponent 2024-02-16 18:12:32 -03:00
Gabriel Luiz Freitas Almeida
d6ebc60462 Refactor schema.py and add VertexBuildResponseModel 2024-02-16 16:44:08 -03:00
Gabriel Luiz Freitas Almeida
ef5979870a Fix formatting in StreamData __str__ method 2024-02-16 16:40:01 -03:00
Gabriel Luiz Freitas Almeida
128d7d7b88 Refactor Vertex class to improve readability and maintainability 2024-02-16 16:15:23 -03:00
Gabriel Luiz Freitas Almeida
71c94f85fb Use cache when rerunning to allow pinned components 2024-02-16 16:15:13 -03:00
Gabriel Luiz Freitas Almeida
5784940528 Refactor local storage service to remove aiofiles dependency 2024-02-16 15:16:14 -03:00
Gabriel Luiz Freitas Almeida
f7f96ad13b Refactor file deletion logging in LocalStorageService 2024-02-16 15:07:35 -03:00
Gabriel Luiz Freitas Almeida
0d78027680 Refactor graph sorting and cutting functionality 2024-02-16 15:07:22 -03:00
Gabriel Luiz Freitas Almeida
3d42e1b902 Add component_id to sort endpoint 2024-02-16 15:06:42 -03:00
Gabriel Luiz Freitas Almeida
b7427d08d3 Refactor graph class and add layer refinement algorithm 2024-02-16 13:03:35 -03:00
Gabriel Luiz Freitas Almeida
4bca4fd894 Add check for None value in template_config assignment 2024-02-16 10:48:37 -03:00
Gabriel Luiz Freitas Almeida
96d733c04d Refactor Component class in custom_component/component.py 2024-02-16 09:42:30 -03:00
Gabriel Luiz Freitas Almeida
aba5d9c20f Add index_directory parameter to ChromaComponent constructor 2024-02-16 08:57:39 -03:00
Gabriel Luiz Freitas Almeida
24a602f66e Refactor CustomComponent class and add resolve_path method 2024-02-16 08:57:33 -03:00
Gabriel Luiz Freitas Almeida
3d4821cf98 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-16 08:50:52 -03:00
Gabriel Luiz Freitas Almeida
9928919f6d
Feature Enhancement: Enable Icon Integration for Custom Components (#1433)
This pull request introduces a significant enhancement to our project,
specifically aimed at empowering developers to seamlessly integrate
icons into custom components. The goal is to provide a flexible and
intuitive way to enhance UI elements with visual cues, thereby improving
user experience and interface aesthetics.
2024-02-16 08:49:56 -03:00
Gabriel Luiz Freitas Almeida
d965040478 Fix separator escaping in CharacterTextSplitterComponent 2024-02-16 08:46:05 -03:00
Gabriel Luiz Freitas Almeida
dc055c5ee6 Refactor ChromaSearchComponent configuration 2024-02-15 18:48:29 -03:00
Gabriel Luiz Freitas Almeida
5b0bf9e116 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-15 18:39:59 -03:00
Gabriel Luiz Freitas Almeida
bd5ecb8763 Add comments to clarify the structure of the result dict 2024-02-15 18:36:06 -03:00
Gabriel Luiz Freitas Almeida
71bb633da9 Refactor build method in instantiate_custom_component function 2024-02-15 18:36:06 -03:00
Gabriel Luiz Freitas Almeida
daf2aec0af Update imports and type annotations in several components 2024-02-15 18:23:27 -03:00
cristhianzl
7e42b52d8c Merge branch 'dev' into zustand/io/migration 2024-02-15 18:19:33 -03:00
Gabriel Luiz Freitas Almeida
de1c00c33f Update imports and deactivate test 2024-02-15 17:24:57 -03:00
Gabriel Luiz Freitas Almeida
3ecc492211 Fix validation of icon field in Component class 2024-02-15 16:57:45 -03:00
Gabriel Luiz Freitas Almeida
25774265d3 Fix documentation link and code formatting 2024-02-15 16:53:45 -03:00
Gabriel Luiz Freitas Almeida
e80fb4d598 Refactor import statements in Qdrant.py 2024-02-15 15:31:50 -03:00
Ricardo Henriques
79e472772e Update QdrantComponent build method to handle pre-existing vector-stores 2024-02-14 15:58:30 +00:00
Ricardo Henriques
b6adb96cd9 Add HuggingFaceInferenceAPIEmbeddingsComponent class 2024-02-14 15:52:04 +00:00
Gabriel Luiz Freitas Almeida
c99e67110a Fix invalid emoji validation in Component class 2024-02-14 10:33:48 -03:00
Gabriel Luiz Freitas Almeida
260a85de2f Fix invalid emoji error handling 2024-02-14 10:31:42 -03:00
Gabriel Luiz Freitas Almeida
d76753cca7 makes function args not to be sorted by name 2024-02-11 11:30:21 -03:00
Gabriel Luiz Freitas Almeida
2b646429c0 Refactor langflow processing and langfuse callback initialization 2024-02-09 12:00:24 -03:00
Gabriel Luiz Freitas Almeida
98f739db99 Refactor getattr_return_str method in Component class 2024-02-09 09:06:15 -03:00
Gabriel Luiz Freitas Almeida
9cbe329675 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-09 09:03:07 -03:00
Gabriel Luiz Freitas Almeida
a8f9d4bb4d Refactor directory reader component 2024-02-09 09:01:58 -03:00
Gabriel Luiz Freitas Almeida
3175001891 Refactor custom component template building code 2024-02-09 08:57:14 -03:00
Gabriel Luiz Freitas Almeida
c24771c79b Refactor code and add new functions 2024-02-09 08:56:09 -03:00
Gabriel Luiz Freitas Almeida
ba79225b9c Add display_name for message input in ChatInput and ChatOutput 2024-02-09 08:48:07 -03:00
Gabriel Luiz Freitas Almeida
493a64381c Refactor build_template_config to use CustomComponent 2024-02-09 08:46:50 -03:00
Gabriel Luiz Freitas Almeida
1d31ee753b Add serialize_field function to handle serialization of BaseModel and Document types 2024-02-08 19:42:47 -03:00
Gabriel Luiz Freitas Almeida
a9cb30c378 Add JSON formatting for dict objects in ChatVertex 2024-02-08 19:26:04 -03:00
Gabriel Luiz Freitas Almeida
21bff66c1a Update ChatInput and ChatVertex classes 2024-02-08 18:32:08 -03:00
cristhianzl
33d05a23f3 Merge branch 'add_emoji_icon' into dev 2024-02-08 18:08:24 -03:00
Gabriel Luiz Freitas Almeida
5b51610377 Refactor code and fix imports 2024-02-08 15:48:22 -03:00
Gabriel Luiz Freitas Almeida
7387388089 Refactor create_credential function to use model_dump and model_validate methods 2024-02-08 15:30:50 -03:00
Gabriel Luiz Freitas Almeida
1148095156 Refactor credential.py: update create_credential() method 2024-02-08 15:07:01 -03:00
Gabriel Luiz Freitas Almeida
d8522f8236 Add emoji validation to icon field in custom components 2024-02-08 10:12:31 -03:00
Gabriel Luiz Freitas Almeida
585ae464a1 Add icon support to CustomComponent 2024-02-08 10:01:29 -03:00