Skip to content

Commit

Permalink
update page structure
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Dec 19, 2024
1 parent 5440821 commit 6474ce9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 22 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Node Parsers / Text Splitters
description: Learn how to use Node Parsers and Text Splitters to extract data from documents.
---
import { CodeNodeParserDemo } from '../../../../components/demo/code-node-parser';
import { CodeNodeParserDemo } from '../../../../../components/demo/code-node-parser.tsx';
import { Tab, Tabs } from "fumadocs-ui/components/tabs";

Node parsers are a simple abstraction that take a list of documents, and chunk them into `Node` objects, such that each node is a specific chunk of the parent document. When a document is broken into nodes, all of it's attributes are inherited to the children nodes (i.e. `metadata`, text and metadata templates, etc.). You can read more about `Node` and `Document` properties [here](./).
Expand Down
2 changes: 1 addition & 1 deletion apps/next/src/content/docs/llamaindex/guide/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Guide",
"description": "See our guide",
"pages": ["workflow", "chat", "agents"]
"pages": ["workflow", "chat", "agents", "loading", "cost-analysis"]
}

0 comments on commit 6474ce9

Please sign in to comment.