docs: fix onBrokenAnchor behavior and links (#5520)
* fix: component url errors * remove-unnecessary-nav-controls * fix: update link-ids so onBrokenAnchors doesnt throw warnings * delete unused category files * delete unused sidebar_position * space * docs: format URLs in documentation for consistency * fix: urls returning 404s * backtick
This commit is contained in:
parent
16ff8eb200
commit
d790761ff0
74 changed files with 153 additions and 232 deletions
|
|
@ -1 +0,0 @@
|
|||
{"position":1, "label":"Get Started"}
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Install Langflow
|
||||
sidebar_position: 1
|
||||
slug: /get-started-installation
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Quickstart
|
||||
sidebar_position: 2
|
||||
slug: /get-started-quickstart
|
||||
---
|
||||
|
||||
|
|
@ -121,9 +120,9 @@ The [Astra DB vector store](/components-vector-stores#astra-db-vector-store) com
|
|||
3. Click **Data**, select the **File** component, and then drag it to the canvas.
|
||||
The [File](/components-data#file) component loads files from your local machine.
|
||||
3. Click **Processing**, select the **Split Text** component, and then drag it to the canvas.
|
||||
The [Split Text](/components-helpers#split-text) component splits the loaded text into smaller chunks.
|
||||
The [Split Text](/components-processing#split-text) component splits the loaded text into smaller chunks.
|
||||
4. Click **Processing**, select the **Parse Data** component, and then drag it to the canvas.
|
||||
The [Parse Data](/components-helpers#parse-data) component converts the data from the **Astra DB** component into plain text.
|
||||
The [Parse Data](/components-processing#parse-data) component converts the data from the **Astra DB** component into plain text.
|
||||
5. Click **Embeddings**, select the **OpenAI Embeddings** component, and then drag it to the canvas.
|
||||
The [OpenAI Embeddings](/components-embedding-models#openai-embeddings) component generates embeddings for the user's input, which are compared to the vector data in the database.
|
||||
6. Connect the new components into the existing flow, so your flow looks like this:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Welcome to Langflow
|
||||
sidebar_position: 0
|
||||
slug: /
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue