Commit graph

660 commits

Author SHA1 Message Date
Gabriel Almeida
8eb4cdbbcb fix: typo 2023-04-05 16:27:37 -03:00
Gabriel Almeida
112a208b74 fix: add display_name for OpenAI models 2023-04-05 16:15:03 -03:00
Gabriel Almeida
4cb8bdf4c4 fix: display_name should not be formatted 2023-04-05 16:14:25 -03:00
Gabriel Almeida
f68de27444 fix: makefile syntax 2023-04-05 16:11:02 -03:00
Gabriel Luiz Freitas Almeida
798813bafb
Merge pull request #112 from logspace-ai/UiUpdates 2023-04-05 16:04:01 -03:00
Gabriel Almeida
413d87257b fix: filtering now happening in property when possible 2023-04-05 15:10:43 -03:00
Gabriel Luiz Freitas Almeida
550a1706cf
Merge pull request #110 from logspace-ai/memory_fixes 2023-04-05 11:52:38 -03:00
Gabriel Almeida
4603fce91c fix: type ignore 2023-04-05 11:39:55 -03:00
Gabriel Almeida
808e702b30 fix: added conditions to check for attributes 2023-04-05 11:38:03 -03:00
Gabriel Almeida
d4ed1eb629 fix: added future langchain functionality 2023-04-05 11:37:46 -03:00
Gabriel Almeida
8297100b22 fix: syntax corrected 2023-04-05 11:28:32 -03:00
Gabriel Almeida
af93d28f78 fix: adding memory node and better exceptions 2023-04-05 11:12:32 -03:00
Gabriel Luiz Freitas Almeida
54add63b40
Implement Memories, validation and other fixes 2023-04-05 07:08:45 -03:00
Gabriel Almeida
0c003f00e3 format 2023-04-04 22:23:55 -03:00
Gabriel Almeida
f3a56181ce fixes 2023-04-04 22:21:19 -03:00
Gabriel Almeida
7fd0e7140b fix 2023-04-04 22:17:38 -03:00
Gabriel Almeida
b0a1c89e47 fix: make display_name optional 2023-04-04 22:15:34 -03:00
Gabriel Almeida
cd95e2500c fix: readded chatgpt and fixed wrapper name 2023-04-04 22:14:34 -03:00
Gabriel Almeida
e7b4c2f4b2 lint 2023-04-04 22:10:30 -03:00
anovazzi1
092640e9e3 coming soon message for empty components 2023-04-04 22:08:31 -03:00
Gabriel Almeida
41f05b2e85 fix: update to validate prompt endpoint 2023-04-04 22:07:40 -03:00
Gabriel Almeida
9c62adb8a6 Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-04 21:49:40 -03:00
Gabriel Almeida
8c1783eee5 fix: ignore AgentType enum for now 2023-04-04 21:48:23 -03:00
Gabriel Almeida
09412b337e feat: fix formatting in makefile 2023-04-04 21:46:28 -03:00
Gabriel Almeida
fe95790331 fix: function to try to avoid input keys erros with memory 2023-04-04 21:46:05 -03:00
Gabriel Almeida
64fb056ba9 fix: removed chat agents for now 2023-04-04 21:45:45 -03:00
Gabriel Almeida
4ff42190a1 formating and linting 2023-04-04 21:45:26 -03:00
anovazzi1
364e4612bc
Merge pull request #106 from logspace-ai/fixValidation
fixed validation error
2023-04-04 21:43:50 -03:00
anovazzi1
dd5a475cda added display_name to title 2023-04-04 21:43:21 -03:00
anovazzi1
40b3a9d6e3 fixed verification error 2023-04-04 20:53:48 -03:00
Gabriel Almeida
c41957c67e feat: adding validate/prompt endpoint 2023-04-04 20:43:41 -03:00
Gabriel Almeida
9d626c7cbc Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-04 19:41:40 -03:00
Gabriel Almeida
272006d749 fix proxy 2023-04-04 19:41:08 -03:00
Gabriel Almeida
be80e6007f feat: added display_name attr 2023-04-04 19:36:26 -03:00
Gabriel Almeida
a98c1b54e5 fix: fixes for memory and better error message 2023-04-04 19:36:08 -03:00
Gabriel Almeida
f6fc9f2c3b feat: added first display_name 2023-04-04 19:35:44 -03:00
Gabriel Almeida
8873a798b0 feat: adding memory frontend node 2023-04-04 19:27:37 -03:00
anovazzi1
dc3a3dfa64
Merge pull request #105 from logspace-ai/ReSendMessage
delete the message that was sent when the backend returned an error
2023-04-04 19:27:13 -03:00
Gabriel Almeida
b82e923fdf feat: adding AzureOpenAI
#85
2023-04-04 19:25:20 -03:00
Gabriel Almeida
4de895f834 bump langchain 2023-04-04 19:22:16 -03:00
Gabriel Almeida
743e935bec feat: added debug option in make dev 2023-04-04 19:19:41 -03:00
anovazzi1
db5f37d5d8 delete send message when backend return error 2023-04-04 17:23:15 -03:00
Gabriel Almeida
5beaf7bd13 fix: typo 2023-04-04 11:53:13 -03:00
Gabriel Almeida
67bc082569 feat: added custom conversation chains and prompts 2023-04-04 11:52:13 -03:00
Gabriel Almeida
fd55da902a Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-04 10:29:25 -03:00
anovazzi1
8b1a28e05e
Merge pull request #102 from logspace-ai/bugFix
bug fixed when not implemented nodes are imported to the flow
2023-04-03 21:36:07 -03:00
anovazzi1
1b93dc247e bug fixed when not implemented nodes are imported to the flow 2023-04-03 21:35:13 -03:00
Gabriel Almeida
4353b8ff3e Merge branch 'dev' of https://github.com/logspace-ai/langflow into chatgpt 2023-04-03 20:50:38 -03:00
Gabriel Almeida
e0c96b2cbb feat: messages nodes implemented but deactivated for now 2023-04-03 20:49:19 -03:00
Gabriel Almeida
376265cb8f fix: change verbose only if possible 2023-04-03 20:22:16 -03:00