diff --git a/docs/docs/Components/components-custom-components.md b/docs/docs/Components/components-custom-components.md index 8b5ef11a5..20a85337f 100644 --- a/docs/docs/Components/components-custom-components.md +++ b/docs/docs/Components/components-custom-components.md @@ -6,7 +6,7 @@ slug: /components-custom-components # Custom Components -Custom components are created within Langflow and extend the platform's functionality with custom, resusable Python code. +Custom components are created within Langflow and extend the platform's functionality with custom, reusable Python code. Since Langflow operates with Python behind the scenes, you can implement any Python function within a Custom Component. This means you can leverage the power of libraries such as Pandas, Scikit-learn, Numpy, and thousands of other packages to create components that handle data processing in unlimited ways. You can use any type as long as the type is properly annotated in the output methods (e.g., `> list[int]`). @@ -491,4 +491,4 @@ Advanced methods and attributes offer additional control and functionality. Unde ## Contribute Custom Components to Langflow -See [How to Contribute](/contributing-how-to-contribute#submitting-components) to contribute your custom component to Langflow. \ No newline at end of file +See [How to Contribute](/contributing-how-to-contribute#submitting-components) to contribute your custom component to Langflow. diff --git a/docs/docs/Configuration/configuration-api-keys.md b/docs/docs/Configuration/configuration-api-keys.md index 68ce60752..72c1fb634 100644 --- a/docs/docs/Configuration/configuration-api-keys.md +++ b/docs/docs/Configuration/configuration-api-keys.md @@ -183,7 +183,7 @@ To choose a custom name for your API endpoint, select **Project Settings** > ## Revoke an API key -To revoke an API key, delete it from the the list of keys in the **Settings** menu. +To revoke an API key, delete it from the list of keys in the **Settings** menu. 1. Click your user icon and select **Settings**. 2. Click **Langflow API**. diff --git a/docs/docs/Guides/guides-chat-memory.md b/docs/docs/Guides/guides-chat-memory.md index a9a63b43e..03019d890 100644 --- a/docs/docs/Guides/guides-chat-memory.md +++ b/docs/docs/Guides/guides-chat-memory.md @@ -38,7 +38,7 @@ To modify chat memories, from the playground, click the **Options** menu of any --- -Chat conversations store messages categorized by a `Session ID`. A a single flow can host multiple session IDs, and different flows can also share the same one. +Chat conversations store messages categorized by a `Session ID`. A single flow can host multiple session IDs, and different flows can also share the same one. The **Chat Memory** component also retrieves message histories by `Session ID`, which users can change in the component's **Controls** pane.