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

Function getCrawlsForDataset

  • getCrawlsForDataset(props, signal?): Promise<Dataset>
  • Function that provides the ability to create a dataset. This function is used to create a new dataset in the organization.

    Example:

    const dataset = await trieve.createDataset({
    dataset_name: "My Dataset",
    });

    Parameters

    • props: GetCrawlRequestsForDatasetData
    • Optionalsignal: AbortSignal

    Returns Promise<Dataset>

    • Defined in clients/ts-sdk/src/functions/crawl/index.ts:24

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.