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:
parent
7123c507a7
commit
aa70a15654
39 changed files with 134 additions and 667 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue