init
This commit is contained in:
parent
bf77361081
commit
d9d2e7f68d
2 changed files with 9 additions and 0 deletions
4
docs/docs/core-components/knowledge.mdx
Normal file
4
docs/docs/core-components/knowledge.mdx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Knowledge stored with OpenSearch
|
||||
slug: /knowledge
|
||||
---
|
||||
|
|
@ -56,6 +56,11 @@ const sidebars = {
|
|||
id: "core-components/agents",
|
||||
label: "Langflow Agents"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "core-components/knowledge",
|
||||
label: "Knowledge stored with OpenSearch"
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue