Merge branch 'python_custom_node_component' into ChatWidgetAPI
This commit is contained in:
commit
397c665536
102 changed files with 6034 additions and 671 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue