docs: merge starter projects and sample flows into templates (#8652)
* move-pages-and-add-redirects * move-vector-rag-in-list
This commit is contained in:
parent
b135da749b
commit
d4fca1fe40
23 changed files with 39 additions and 36 deletions
|
|
@ -11,23 +11,17 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Starter projects",
|
||||
label: "Templates",
|
||||
items: [
|
||||
'Starter-Projects/starter-projects-basic-prompting',
|
||||
'Starter-Projects/starter-projects-vector-store-rag',
|
||||
'Starter-Projects/starter-projects-simple-agent',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Sample flows",
|
||||
items: [
|
||||
'Sample-Flows/blog-writer',
|
||||
'Sample-Flows/document-qa',
|
||||
'Sample-Flows/memory-chatbot',
|
||||
'Sample-Flows/financial-report-parser',
|
||||
'Sample-Flows/sequential-agent',
|
||||
'Sample-Flows/travel-planning-agent',
|
||||
'Templates/basic-prompting',
|
||||
'Templates/simple-agent',
|
||||
'Templates/blog-writer',
|
||||
'Templates/document-qa',
|
||||
'Templates/memory-chatbot',
|
||||
'Templates/vector-store-rag',
|
||||
'Templates/financial-report-parser',
|
||||
'Templates/sequential-agent',
|
||||
'Templates/travel-planning-agent',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue