Merge branch 'python_custom_node_component' into ChatWidgetAPI

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-27 17:38:35 -03:00
commit 397c665536
102 changed files with 6034 additions and 671 deletions

View file

@ -22,6 +22,7 @@ module.exports = {
"guidelines/prompt-customization",
"guidelines/chat-interface",
"guidelines/chat-widget",
"guidelines/custom-component",
],
},
{
@ -31,6 +32,7 @@ module.exports = {
items: [
"components/agents",
"components/chains",
"components/custom",
"components/embeddings",
"components/llms",
"components/loaders",