Github
  • Preparing search index...
  • The search index is not available
Trieve Typescript SDK - v0.0.97
  • Trieve Typescript SDK
  • Chunk Methods
  • getChunkById

Function getChunkById

  • getChunkById(props, signal?): Promise<ChunkReturnTypes>
  • Get a singular chunk by id.

    Example:

    const data = await trieve.getChunkById({
    chunkId: "128ABC",
    });

    Parameters

    • props: Omit<GetChunkByIdData, "trDataset">
    • Optionalsignal: AbortSignal

    Returns Promise<ChunkReturnTypes>

    • Defined in clients/ts-sdk/src/functions/chunks/index.ts:562

Settings

Member Visibility
Github
Trieve Typescript SDK - v0.0.97
  • Loading...

Generated using TypeDoc

Please reach out if you'd like assistance; we are responsive! Contact humans@trieve.ai or see trieve.ai for links to Discord and Matrix.