Commit graph

624 commits

Author SHA1 Message Date
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
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
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
Ibis Prevedello
8252d0fbee
Merge pull request #101 from logspace-ai/ColorThinker
colorized think with ANSI to HTML
2023-04-03 19:40:51 -03:00
Ibis Prevedello
b4a5bdaa62 refac: reformat 2023-04-03 19:37:03 -03:00
anovazzi1
6e3f8a89b4 colorized think with ANSI to HTML 2023-04-03 18:39:55 -03:00
anovazzi1
25005ad590
Merge pull request #99 from logspace-ai/uiFixes
UI fixes
2023-04-03 18:03:05 -03:00
anovazzi1
aa7a78231d dropDown working with value='' 2023-04-03 17:54:49 -03:00
Gabriel Almeida
729b8b9b8a fix: add default value for initialize_agent 2023-04-03 17:51:18 -03:00
Ibis Prevedello
c1493dcc22
Merge pull request #98 from logspace-ai/chain_loader
Chain loader
2023-04-03 17:36:21 -03:00
Ibis Prevedello
cec6a41973 refac: substitute | by Optional 2023-04-03 17:27:41 -03:00
Gabriel Almeida
06f9348a6e fix: change test according to function changes 2023-04-03 17:13:51 -03:00
anovazzi1
95600dca2d removed inputs when empty 2023-04-03 17:10:40 -03:00
Gabriel Almeida
08d60f18ea feat: frontend_node_class property and other prompts 2023-04-03 17:06:15 -03:00
Ibis Prevedello
23b50d31d2 refac: fix tool name for test 2023-04-03 17:00:17 -03:00
anovazzi1
df28cf8300 empty name error removed 2023-04-03 16:50:45 -03:00
Ibis Prevedello
ed3acfd15f Merge branch 'dev' into chain_loader 2023-04-03 16:41:05 -03:00
Ibis Prevedello
691604915a refac: change the way chains are loaded and fix tools 2023-04-03 16:11:20 -03:00
Gabriel Luiz Freitas Almeida
088e037c70
Merge pull request #97 from logspace-ai/chatgpt 2023-04-03 12:59:08 -03:00
Gabriel Almeida
bb49642899 fix: deactivate intermediate steps for now 2023-04-03 12:58:06 -03:00
Gabriel Almeida
9936d8dc98 fix: typo 2023-04-03 10:49:40 -03:00
Gabriel Almeida
3e66c5a5ce feat: adding intermediate steps processing
This was required because if the user uses log-level debug the logs show up in the chat
2023-04-03 10:11:53 -03:00
Gabriel Almeida
3a931a6fc0 fix: caching now is more reliable according to frontend info 2023-04-03 09:42:05 -03:00
Gabriel Almeida
5abc0f8486 feat: setup logging and logger object 2023-04-03 09:41:25 -03:00
Gabriel Almeida
be3623d645 fix: remove message before computing the hash 2023-04-02 12:14:29 -03:00
Gabriel Almeida
d7e56294cb fix: possible fix for "chat_history" missing due to wrong memory key 2023-04-02 11:25:57 -03:00
Gabriel Almeida
b85eeb4fe8 fix: don't add to the page if type is empty 2023-04-02 11:25:26 -03:00
Gabriel Luiz Freitas Almeida
c4faf3f383
Initialize Agent and Memory implementations
This will pave our way to add multiple functions from langchain loading modules
2023-04-02 10:50:10 -03:00
Gabriel Almeida
5a2fca7eb5 fix: ignore type for specific case 2023-04-02 10:42:24 -03:00
Gabriel Almeida
58652f7c2b fix: loading agent correctly and added correct chat models loading 2023-04-02 10:41:40 -03:00
Gabriel Almeida
f38c02decc blacken 2023-04-02 10:11:08 -03:00
Gabriel Almeida
9891d6b68a linting 2023-04-02 09:51:53 -03:00
Gabriel Almeida
03172a19f8 feat: adding memory 2023-04-02 09:33:31 -03:00
Gabriel Almeida
f032795fe4 feat: working implementation of initialize_agent 2023-04-02 09:33:07 -03:00
Gabriel Almeida
24bdfaa941 refac: formatting moved to FrontendNode 2023-04-02 09:31:59 -03:00
Gabriel Almeida
43c4fe7dfc feat: get_signature can return the FrontendNode directly now 2023-04-01 18:58:03 -03:00
Gabriel Almeida
5a231ae941 fix: correct text 2023-04-01 18:57:03 -03:00
Gabriel Almeida
12c21b0185 custom prompt experiment 2023-04-01 18:41:27 -03:00
Gabriel Almeida
bb8c7bfb06 fix: add agent to config 2023-04-01 18:39:05 -03:00