For the complete documentation index, see llms.txt. This page is also available as Markdown.

Indexing

In Memory

This takes precedence over in storage indexes.

await db.buildIndex(limit)

In Storage

await db.buildPersistentIndex()

Last updated