Get a singular chunk by id.
Example:
const data = await trieve.getChunkById({ chunkId: "128ABC",}); Copy
const data = await trieve.getChunkById({ chunkId: "128ABC",});
Optional
Get a singular chunk by id.
Example: