smart-chunks

0.1.12 • Public • Published

Smart Chunks

Smart Blocks (chunks) are intelligently designed chunks used to maximize the value of inputs into embedding models.

installation

npm install smart-chunks

usage

SmartMarkdown

const { SmartMarkdown } = require('smart-chunks');
const smart_markdown = new SmartMarkdown(optional_config);
const blocks = smart_markdown.parse({
  content: `# Heading 1\ntext\n## Heading 2\ntext`, // some markdown content
  file_path: './path/to/file.md', // optional: used to improve breadcrumbs (chunk context)
});

blocks

blocks is an array of objects with the following properties:

  • text: the text of the block
  • path: the path of the block (e.g. ./path/to/file.md#heading1#heading2)
  • length: the length of the block in characters

about

Designed for use with Smart Connections Obsidian plugin.

Package Sidebar

Install

npm i smart-chunks

Homepage

jsbrains.org

Weekly Downloads

15

Version

0.1.12

License

MIT

Unpacked Size

59 kB

Total Files

9

Last publish

Collaborators

  • wfhbrian