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:
Mendon Kissling 2025-06-20 14:34:30 -04:00 committed by GitHub
commit d4fca1fe40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 39 additions and 36 deletions

View file

@ -116,7 +116,7 @@ A dictionary of all Langflow components.
Execute a specified flow by ID or name.
The flow is executed as a batch, but LLM responses can be streamed.
This example runs a [Basic Prompting](/starter-projects-basic-prompting) flow with a given `flow_id` and passes a JSON object as the input value.
This example runs a [Basic Prompting](/basic-prompting) flow with a given `flow_id` and passes a JSON object as the input value.
The parameters are passed in the request body. In this example, the values are the default values.