Gabriel Luiz Freitas Almeida
|
7dbffe6331
|
Add is_input and is_output attributes to CustomComponent and FrontendNode classes
|
2024-02-27 11:36:06 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
fef68c30a8
|
Refactor chat message handling in newChatView
|
2024-02-27 11:35:27 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
1df99008a1
|
Fix vertex building error and improve vertex data comparison
|
2024-02-26 23:03:16 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
c786e9970d
|
Format exception message
|
2024-02-26 23:01:20 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
19d0da7f74
|
Update TextInput field_config to support multiline input
|
2024-02-26 22:05:31 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
5c73c01ea8
|
Update version to 0.7.0a0 in pyproject.toml
|
2024-02-26 22:01:44 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
cb999b26bb
|
Add Text import to ChatInput.py
|
2024-02-26 21:56:52 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
1f3d162e86
|
Remove unused ChatDefinition class
|
2024-02-26 21:50:51 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
635f8d7858
|
Update dependencies in pyproject.toml
|
2024-02-26 21:50:46 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
38ed38d64c
|
Refactor vertex class and add custom component functionality
|
2024-02-26 21:48:52 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
311dcc812d
|
Refactor vertex types and add filtering for vertex edges
|
2024-02-26 21:48:23 -03:00 |
|
igorrCarvalho
|
ae700d7737
|
Fix: remove second tooltip from node name
|
2024-02-26 21:30:52 -03:00 |
|
igorrCarvalho
|
cca7cb7a46
|
Refactor: add apply class to dark-mode error border
|
2024-02-26 21:28:04 -03:00 |
|
igorrCarvalho
|
b837b350f0
|
Refactor: Change toolbar shortcut icon color
|
2024-02-26 21:21:31 -03:00 |
|
igorrCarvalho
|
7be62430db
|
Feat: Add delay to handle tooltip
|
2024-02-26 21:13:37 -03:00 |
|
igorrCarvalho
|
ab60f59578
|
Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration
|
2024-02-26 21:08:49 -03:00 |
|
igorrCarvalho
|
0e3b970570
|
Fix: Vectara minimize
|
2024-02-26 21:08:44 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
6544a618b6
|
Update config.yaml with chain documentation links
|
2024-02-26 20:49:40 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
e2c53f1166
|
Refactor ConversationChain and LLMCheckerChain components
|
2024-02-26 20:37:10 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
67aca6dd36
|
Refactor SQLGeneratorComponent to handle prompt template
|
2024-02-26 20:29:12 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
55c595eaea
|
Add markdown package and update unstructured package
|
2024-02-26 20:25:59 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
84d3bd1ba6
|
Refactor ChatInput and ChatOutput to support returning messages as records
|
2024-02-26 18:53:10 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
6dd5b259c4
|
Add _build_params call on reset
|
2024-02-26 18:50:29 -03:00 |
|
Lucas Oliveira
|
bcebd5b7fe
|
Fixed text box not being able to resize
|
2024-02-26 22:35:42 +01:00 |
|
Gabriel Luiz Freitas Almeida
|
97a3f45e31
|
Fix from_documents initialization
|
2024-02-26 18:20:19 -03:00 |
|
Lucas Oliveira
|
415ac1b926
|
Fixed multiline text
|
2024-02-26 22:09:12 +01:00 |
|
Lucas Oliveira
|
9a915143a6
|
Fixed tooltip width
|
2024-02-26 22:05:24 +01:00 |
|
Gabriel Luiz Freitas Almeida
|
3f9790a420
|
Refactor ChatInput and ChatOutput classes to remove 'as_record' parameter
|
2024-02-26 17:51:51 -03:00 |
|
Lucas Oliveira
|
160aa47e26
|
Made back button on chat and fixed output and input exibition
|
2024-02-26 21:44:52 +01:00 |
|
Gabriel Luiz Freitas Almeida
|
605bfa8db6
|
Refactor RecordsAsTextComponent to improve code readability
|
2024-02-26 17:38:41 -03:00 |
|
Lucas Oliveira
|
96e5ae65b1
|
Implemented output text
|
2024-02-26 21:23:16 +01:00 |
|
Gabriel Luiz Freitas Almeida
|
9864ee824d
|
Use display_name in other exceptions
|
2024-02-26 17:13:04 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
e4d4c21f34
|
Use display_name in exception
|
2024-02-26 17:10:52 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
2118869e1e
|
Add onGetOrderSuccess and fix error in get vertices order
|
2024-02-26 17:10:01 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
694418827d
|
Implement update_edges_from_vertex
|
2024-02-26 16:52:53 -03:00 |
|
anovazzi1
|
f1e097d052
|
checkNodes
|
2024-02-26 16:45:32 -03:00 |
|
igorrCarvalho
|
864f74be55
|
Refactor: Change code modal trigger icon
|
2024-02-26 16:39:57 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
0a0f98cbe2
|
Remove pre-commit hook and update Makefile
|
2024-02-26 16:28:26 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
fc25261d3c
|
Fix formatting issues in code
|
2024-02-26 16:28:24 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
7ad111ef2e
|
Refactor ChromaComponent settings and document validation
|
2024-02-26 16:27:39 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
5b59e46a13
|
Format
|
2024-02-26 16:27:38 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d65563dd62
|
Refactor CustomComponent class methods
|
2024-02-26 16:27:38 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
0111c62c4e
|
Refactor SQLGeneratorComponent class to handle prompts without {question} variable
|
2024-02-26 16:27:37 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
3d645ee41d
|
Refactor TemplateField class in base.py
|
2024-02-26 16:27:37 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
aa95686470
|
Refactor import statement in types.py
|
2024-02-26 16:27:36 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
5cbeb8abb1
|
add or remove new edges
|
2024-02-26 16:27:35 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
d7f1a5cc8c
|
Add "retriever" input to the build method
|
2024-02-26 16:27:34 -03:00 |
|
Gabriel Luiz Freitas Almeida
|
66b0a9046f
|
Fix ChromaComponent to use embedding correctly
|
2024-02-26 16:27:32 -03:00 |
|
Lucas Oliveira
|
efd4f80dcd
|
Made animations with X and Check
|
2024-02-26 20:17:04 +01:00 |
|
igorrCarvalho
|
82f29cfcb6
|
Merge zustand/io/migration into zustand/io/migration
|
2024-02-26 16:14:13 -03:00 |
|