Download a file based on its id.
Example:
const data = await trieve.getFile({ fileId: "3c90c3cc-0d44-4b50-8888-8dd25736052a", }); Copy
const data = await trieve.getFile({ fileId: "3c90c3cc-0d44-4b50-8888-8dd25736052a", });
Optional
Download a file based on its id.
Example: