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
anovazzi1
54658c16fc
Add ChatVertexAIComponent to the project
2024-02-16 16:10:40 -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
anovazzi1
0e1f7f98d4
Update user authentication logic
2024-02-16 15:06:13 -03:00
anovazzi1
602eaf6221
Add QianfanChatEndpointComponent to langflow
2024-02-16 15:01:39 -03:00
anovazzi1
3579150bf0
Update AmazonBedrock and add AzureOpenAI model
2024-02-16 14:57:46 -03:00
anovazzi1
964f2ca7ca
Update AmazonBedrock and Anthropic models
2024-02-16 14:46:00 -03:00
Gabriel Luiz Freitas Almeida
b86ca31cd4
Set vertex state to building
2024-02-16 14:36:08 -03:00
Lucas Oliveira
b13a52db97
Fixed groupByFamily
2024-02-16 18:23:34 +01:00
Lucas Oliveira
bf115a2a46
GroupByFamily fixed
2024-02-16 18:21:06 +01:00
anovazzi1
371bcbaf0d
Add AmazonBedrockComponent to langflow
2024-02-16 14:16:00 -03:00
Carlos Coelho
8178e1ee67
Add files via upload
2024-02-16 14:08:58 -03:00
anovazzi1
0325c4168a
Add Anthropic model component
2024-02-16 14:07:55 -03:00
anovazzi1
2d30edc13d
Remove "FileLoader" from INPUT_TYPES constant
2024-02-16 13:57:56 -03:00
anovazzi1
0f22175d6a
Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
2024-02-16 13:36:38 -03:00
Gabriel Luiz Freitas Almeida
d35c16ac03
Refactor buildVertices function to optimize component execution
2024-02-16 13:03:42 -03:00
Gabriel Luiz Freitas Almeida
b7427d08d3
Refactor graph class and add layer refinement algorithm
2024-02-16 13:03:35 -03:00
cristhianzl
df1e6a4600
add controlX feature
2024-02-16 12:05:42 -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
cristhianzl
4d750c2180
refactor: icon fragments functions
2024-02-16 00:38:58 -03:00
anovazzi1
8fb7e78989
add repeat to onClick chatMessage
2024-02-15 19:57:21 -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
8e1ff4b3cc
Fix: Bring back loading to avoid white page error ( #1434 )
2024-02-15 18:33:54 -03:00
Gabriel Luiz Freitas Almeida
b9ad74cf4e
Update dependencies and refactor import statements ( #1435 )
...
This pull request updates the python-multipart version, updates the
dependencies in pyproject.toml, adds Python 3.11 support to lint and
test workflows, and refactors import statements in Qdrant.py.
2024-02-15 18:33:08 -03:00
Gabriel Luiz Freitas Almeida
776f6af504
Remove Python 3.9 from matrix in test.yml
2024-02-15 18:31:58 -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
Lucas Oliveira
1bade7e718
Fixed group nodes appearing at tooltip
2024-02-15 22:06:59 +01:00
Gabriel Luiz Freitas Almeida
de1c00c33f
Update imports and deactivate test
2024-02-15 17:24:57 -03:00
Lucas Oliveira
ec545d0d5a
Added cable icon to IO
2024-02-15 21:19:30 +01:00
Lucas Oliveira
68b0081f6e
Fixed outline button hover color
2024-02-15 21:14:00 +01: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
0e4737979c
Update dependencies in pyproject.toml
2024-02-15 16:53:05 -03:00
Gabriel Luiz Freitas Almeida
e80fb4d598
Refactor import statements in Qdrant.py
2024-02-15 15:31:50 -03:00
Gabriel Luiz Freitas Almeida
05ce063626
Add Python 3.11 support to lint and test workflows
2024-02-15 15:31:31 -03:00
Gabriel Luiz Freitas Almeida
6c8c1e905a
Update dependencies in pyproject.toml
2024-02-15 15:24:25 -03:00