Commit graph

8,237 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
5e641a42b8 Add field_order property to CustomComponent 2024-02-19 21:45:22 -03:00
Gabriel Luiz Freitas Almeida
977e72bb9b
New llms (#1437)
added the new llms on run mode
2024-02-19 20:57:58 -03:00
cristhianzl
862770daea Merge branch 'dev' into zustand/io/migration 2024-02-19 20:45:28 -03:00
igorrCarvalho
11651303ee Refactor: bring back play button 2024-02-19 19:41:04 -03:00
Gabriel Luiz Freitas Almeida
f417378779 Add 'as_record' parameter to ChatOutput class 2024-02-19 19:00:51 -03:00
Gabriel Luiz Freitas Almeida
03cac50323 Add RoutingVertex class to handle routing logic in graph 2024-02-19 18:54:36 -03:00
Gabriel Luiz Freitas Almeida
9c8d470e5e Add new attributes to Vertex class 2024-02-19 18:53:31 -03:00
Gabriel Luiz Freitas Almeida
aa6d57d134 Refactor GenericNode component and add duration string 2024-02-19 18:52:56 -03:00
Gabriel Luiz Freitas Almeida
4bb6290f3c Update Record class in schema.py 2024-02-19 16:41:14 -03:00
Gabriel Luiz Freitas Almeida
87f3330ab5 Remove unused code in PromptComponent 2024-02-19 16:41:08 -03:00
Gabriel Luiz Freitas Almeida
d413b2b6fc PromptComponent now handles Record inputs 2024-02-19 16:28:32 -03:00
Gabriel Luiz Freitas Almeida
1d49876647 Refactor settings service and import statements 2024-02-19 14:56:58 -03:00
Gabriel Luiz Freitas Almeida
1b9f0c0abf
Update version to 0.6.7a5 in pyproject.toml (#1447)
This pull request updates the version in pyproject.toml to 0.6.7a5.
2024-02-19 13:44:23 -03:00
Gabriel Luiz Freitas Almeida
d0722f2212 Update version to 0.6.7a5 in pyproject.toml 2024-02-19 13:43:09 -03:00
Gabriel Luiz Freitas Almeida
db50757580
Update version to 0.6.7a4 and fix formatting and import issues (#1446)
This pull request updates the version to 0.6.7a4 in pyproject.toml and
fixes formatting and import issues.
2024-02-19 13:39:35 -03:00
Gabriel Luiz Freitas Almeida
d87bdfd57e
Merge branch 'dev' into release7a3 2024-02-19 13:39:17 -03:00
anovazzi1
b1b11050c5 Update ChatInput.py to allow multiline messages 2024-02-19 13:37:25 -03:00
Gabriel Luiz Freitas Almeida
b95169c1e9 Update version to 0.6.7a4 in pyproject.toml 2024-02-19 13:37:06 -03:00
Gabriel Luiz Freitas Almeida
d2c1d86f67 Update login.py with new auth settings 2024-02-19 13:36:38 -03:00
Gabriel Luiz Freitas Almeida
88ec5ef1cc
Update version to 0.6.7a3 and fix formatting and import issues (#1445)
* Update version to 0.6.7a3 in pyproject.toml

* Fix formatting and import issues

* Import litellm package and update ChatLiteLLMComponent class
2024-02-19 13:30:34 -03:00
Gabriel Luiz Freitas Almeida
451f176fb4 Import litellm package and update ChatLiteLLMComponent class 2024-02-19 13:29:32 -03:00
Gabriel Luiz Freitas Almeida
abd9b8e3a9 Fix formatting and import issues 2024-02-19 13:28:16 -03:00
Gabriel Luiz Freitas Almeida
e5bc9aca3f Update version to 0.6.7a3 in pyproject.toml 2024-02-19 13:27:21 -03:00
Gabriel Luiz Freitas Almeida
69227ac5ba
Hf fix (#1444)
fix hf auth loop error
2024-02-19 13:26:35 -03:00
anovazzi1
9fc6df14eb
Add controlX Feature on Flow (#1438)
This pull request introduces the "Control X" command to our
application's flow, aiming to enhance user control and improve the
overall user experience. The "Control X" command allows users to execute
a crop shortcut.
2024-02-19 13:23:15 -03:00
Gabriel Luiz Freitas Almeida
b50a0feddf Handle exception when getting vertices in chat.py 2024-02-19 12:36:02 -03:00
Gabriel Luiz Freitas Almeida
9481f76b05 Update ChatInput and ChatOutput to include sender information in Record data 2024-02-19 12:30:20 -03:00
Gabriel Luiz Freitas Almeida
aeee9a8b1b Update getVerticesOrder function to include nodeId parameter 2024-02-19 12:30:20 -03:00
Gabriel Luiz Freitas Almeida
fdc799ee29 Add optional nodeId parameter to getVerticesOrder function 2024-02-19 12:30:20 -03:00
Gabriel Luiz Freitas Almeida
fa71826663 Fix graph cutting logic 2024-02-19 12:30:20 -03:00
Gabriel Luiz Freitas Almeida
2491c87fda Refactor authentication cookie settings 2024-02-19 11:45:36 -03:00
anovazzi1
2435c8dfa9 Add setNoticeData to useFlowStore 2024-02-19 11:43:24 -03:00
anovazzi1
4f2c8cde34 Update cookie settings for login and token refresh 2024-02-19 11:23:27 -03:00
anovazzi1
77331da3b6 Update cookie settings for secure access 2024-02-19 11:15:08 -03:00
anovazzi1
ab4ff09e8e Update cookie settings for login and refresh_token functions 2024-02-19 10:49:02 -03:00
Gabriel Luiz Freitas Almeida
94422e108a
Add LiteLLM support (#1440)
Added ChatLiteLLMComponent providing support to its large library of
LLMs: https://litellm.ai/
2024-02-19 09:39:54 -03:00
Gabriel Luiz Freitas Almeida
60919a4ae4
Url twitter update (#1441)
Update URL Twitter documentation.
2024-02-19 08:49:22 -03:00
Gabriel Luiz Freitas Almeida
5edcf56bfe Fix message assignment in ChatVertex class 2024-02-19 08:38:41 -03:00
Gabriel Luiz Freitas Almeida
4b3cc34433 Update zep-python version to 1.5.0 2024-02-18 20:33:48 -03:00
Gabriel Luiz Freitas Almeida
bd18346ad9 update message variable instead of self 2024-02-18 20:30:40 -03:00
Gabriel Luiz Freitas Almeida
455a518352 Fix comparison logic in Graph class 2024-02-18 20:30:05 -03:00
carlosrcoelho
72f420dacd Update Langflow Twitter handle 2024-02-18 19:08:09 -03:00
carlosrcoelho
b6a1989358 Update Twitter links in config and headerComponent 2024-02-18 19:07:07 -03:00
Gabriel Luiz Freitas Almeida
2b51674144 Replace clear method with delete method in ChatService 2024-02-18 18:03:34 -03:00
Gabriel Luiz Freitas Almeida
891e8a04ac Add UUIDGeneratorComponent to generate unique IDs 2024-02-18 17:28:32 -03:00
Gabriel Luiz Freitas Almeida
cb95de9e1f Add support for returning messages as a Record in ChatInput and ChatOutput 2024-02-18 17:28:26 -03:00
Ricardo Henriques
534cf7c1a6 Changes some parameters for mypy linting compatibility 2024-02-18 18:47:50 +00:00
igorrCarvalho
85627a05e5 Refactor: Add error icon when an error occurs building node 2024-02-18 13:49:34 -03:00
igorrCarvalho
ba4d51a77f Merge branch 'zustand/io/migration' of github.com:logspace-ai/langflow into zustand/io/migration 2024-02-18 13:38:17 -03:00
igorrCarvalho
546eb2ae9a Refactor: Change component icon to Flaskconical 2024-02-18 13:37:32 -03:00