docs: fix typos in documentation files (#5202)
* typo components-custom-components.md * typo configuration-api-keys.md * typo guides-chat-memory.md --------- Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
This commit is contained in:
parent
44a790c35a
commit
db641e70f6
3 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
See [How to Contribute](/contributing-how-to-contribute#submitting-components) to contribute your custom component to Langflow.
|
||||
|
|
|
|||
|
|
@ -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**.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue