diff --git a/docs/docs/components/utilities.mdx b/docs/docs/components/utilities.mdx index 1bd36e035..87974d0bb 100644 --- a/docs/docs/components/utilities.mdx +++ b/docs/docs/components/utilities.mdx @@ -10,7 +10,11 @@ import Admonition from "@theme/Admonition";

-### Get Request +Utilities are a set of actions that can be used to perform common tasks in a flow. They are available in the **Utilities** section in the sidebar. + +--- + +### GET Request Make a GET request to the given URL. @@ -23,6 +27,8 @@ Make a GET request to the given URL. - **List of Documents:** A list of Documents containing the JSON response from each request. +--- + ### POST Request Make a POST request to the given URL. @@ -37,6 +43,8 @@ Make a POST request to the given URL. - **Document:** The JSON response from the request as a Document. +--- + ### Update Request Make a PATCH or PUT request to the given URL. diff --git a/docs/sidebars.js b/docs/sidebars.js index fbabab150..e44b1cf4f 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -42,6 +42,7 @@ module.exports = { "components/text-splitters", "components/toolkits", "components/tools", + "components/utilities", "components/vector-stores", "components/wrappers", ],