fix: restore button for all native components (#2505)
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
parent
a3bf1c4502
commit
f3a33c9426
1 changed files with 10 additions and 1 deletions
|
|
@ -721,7 +721,6 @@ export const PRIORITY_SIDEBAR_ORDER = [
|
|||
"models",
|
||||
"helpers",
|
||||
"vectorstores",
|
||||
"vectorsearch",
|
||||
"embeddings",
|
||||
];
|
||||
export const NATIVE_CATEGORIES = [
|
||||
|
|
@ -734,6 +733,16 @@ export const NATIVE_CATEGORIES = [
|
|||
"helpers",
|
||||
"experimental",
|
||||
"agents",
|
||||
"vectorstores",
|
||||
"retrievers",
|
||||
"embeddings",
|
||||
"chains",
|
||||
"tools",
|
||||
"memories",
|
||||
"textsplitters",
|
||||
"toolkits",
|
||||
"prototypes",
|
||||
"langchain_utilities",
|
||||
];
|
||||
|
||||
export const AUTHORIZED_DUPLICATE_REQUESTS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue