docs: Remove template pages because templates already include explanatory notes within Langflow (#9235)

* finish template description

* remove travel planning and simple agent pages

* remove sequential agent and memory chatbot

* remove 2 template, finish redirects, sidebar

* remove vector store rag page

* remove basic prompting page

* add bold to template name

* fix link
This commit is contained in:
April I. Murphy 2025-07-30 09:35:50 -07:00 committed by GitHub
commit aa70a15654
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 134 additions and 667 deletions

View file

@ -723,7 +723,7 @@ Keys are columns, and each dictionary (a collection of key-value pairs) in the l
To use this component in a flow, do the following:
1. Add the **Web search** component to the [Basic prompting](/basic-prompting) flow. In the **Search Query** field, enter a query, such as `environmental news`.
1. Add the **Web search** component to the **Basic Prompting** template. In the **Search Query** field, enter a query, such as `environmental news`.
2. Connect the **Web search** component's output to a component that accepts the DataFrame input.
This example uses a **Prompt** component to give the chatbot context, so you must convert the **Web search** component's DataFrame output to a Message type.
3. Connect a **Type Convert** component to convert the DataFrame to a Message.