Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
await index.fetch({ ids: ["star-wars", "inception"] }); /* [ { id: "star-wars", content: { ... }, metadata: { ... } }, { id: "inception", content: { ... }, metadata: { ... } } ] */
await index.fetch({ prefix: "star-" }); /* [ { id: "star-wars" content: { ... }, metadata: { ... } }, { id: "star-trek", content: { ... }, metadata: { ... } } ] */
Hide child attributes
null
Was this page helpful?