fix: remove duplicate Components section from sidebar (#5533)
This commit is contained in:
parent
a6bebd5fcb
commit
cd6dfc20e3
2 changed files with 2 additions and 22 deletions
|
|
@ -155,9 +155,9 @@ message = Message(
|
|||
|
||||
## DataFrame object
|
||||
|
||||
The `DataFrame` class is a custom extension of the pandas' [DataFrame](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) class, specifically designed to work seamlessly with Langflow's `Data` objects. The class includes methods for converting between `DataFrame` and lists of `Data` objects.
|
||||
The `DataFrame` class is a custom extension of the Pandas [DataFrame](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) class, specifically designed to work seamlessly with Langflow's `Data` objects. The class includes methods for converting between `DataFrame` and lists of `Data` objects.
|
||||
|
||||
A `DataFrame` object accepts various input formats, including lists of `Data` objects, dictionaries, and existing pandas DataFrames.
|
||||
A `DataFrame` object accepts various input formats, including lists of `Data` objects, dictionaries, and existing `DataFrames`.
|
||||
|
||||
### Create a DataFrame object
|
||||
|
||||
|
|
|
|||
|
|
@ -83,26 +83,6 @@ module.exports = {
|
|||
"Configuration/configuration-security-best-practices"
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Components",
|
||||
items: [
|
||||
"Components/components-overview",
|
||||
"Components/components-agents",
|
||||
"Components/components-custom-components",
|
||||
"Components/components-data",
|
||||
"Components/components-embedding-models",
|
||||
"Components/components-helpers",
|
||||
"Components/components-io",
|
||||
"Components/components-loaders",
|
||||
"Components/components-logic",
|
||||
"Components/components-memories",
|
||||
"Components/components-models",
|
||||
"Components/components-prompts",
|
||||
"Components/components-tools",
|
||||
"Components/components-vector-stores",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Deployment",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue