Commit graph

2,981 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
09612c82a0 Default display_name to None 2024-02-19 21:46:31 -03:00
Gabriel Luiz Freitas Almeida
fc72fa9150 Refactor custom component field ordering 2024-02-19 21:46:17 -03:00
Gabriel Luiz Freitas Almeida
c456306f8e Update field_order to be an optional list 2024-02-19 21:45:46 -03:00
Gabriel Luiz Freitas Almeida
0e30d7b12b Refactor Template class in base.py 2024-02-19 21:45:23 -03:00
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
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
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
anovazzi1
b1b11050c5 Update ChatInput.py to allow multiline messages 2024-02-19 13:37:25 -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
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
69227ac5ba
Hf fix (#1444)
fix hf auth loop error
2024-02-19 13:26:35 -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
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
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
5edcf56bfe Fix message assignment in ChatVertex class 2024-02-19 08:38:41 -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
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
Ricardo Henriques
08c2542416 Rename LiteLLMComponent to ChatLiteLLMComponent 2024-02-18 15:53:21 +00:00
Ricardo Henriques
868aca053e Remove unused code in ChatLiteLLM.py 2024-02-18 15:50:54 +00:00
Ricardo Henriques
4aadd27db1 Update ChatLiteLLM import and add verbose option 2024-02-18 15:36:04 +00:00
Ricardo Henriques
32012df810 Add ChatLiteLLM component to backend 2024-02-18 14:34:37 +00:00
Ricardo Henriques
a62ae5b722 Add LiteLLMComponent to the project 2024-02-18 14:13:26 +00:00
Gabriel Luiz Freitas Almeida
d58ba7e5a1 Refactor chat service code for readability and maintainability 2024-02-16 18:13:15 -03:00
Gabriel Luiz Freitas Almeida
1871676b36 Update graph by comparing vertices' __repr__ and updating data if different 2024-02-16 18:13:09 -03:00
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
anovazzi1
0dbd1763f3 update some description and implement LlamaCpp 2024-02-16 16:51:59 -03:00
anovazzi1
7617f340f0 Add HuggingFaceEndpointsComponent to the project 2024-02-16 16:44:11 -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
anovazzi1
5bce7ec18d Refactor GoogleGenerativeAIComponent configuration 2024-02-16 16:39:17 -03:00
anovazzi1
980cdca42a Add CTransformersComponent and update CohereComponent display name 2024-02-16 16:22:24 -03:00
anovazzi1
ece26b49c7 Add Cohere component to the project 2024-02-16 16:16:36 -03:00
Gabriel Luiz Freitas Almeida
128d7d7b88 Refactor Vertex class to improve readability and maintainability 2024-02-16 16:15:23 -03:00