Dust Community Icon

Creating an AI Agent for Table Processing with Dust API Inquiry

·
·

Hello, We are looking to create an AI agent capable of processing a table with 50,000 rows and 12 columns, adding a tag to each row based on provided documentation. This represents a significant context and output, and I am wondering how Dust can meet this need. Is it possible to use Dust via API with unlimited usage on a pay-as-you-go basis? Thank you!

  • Avatar of Remi
    Remi
    ·
    ·

    Hello Alexandre Quillacq 👋 What do you mean by "processing"? Do you mean analyzing or you need to run an assistant on each line in a loop? Thanks!

  • Avatar of Alexandre Quillacq
    Alexandre Quillacq
    ·
    ·

    Hello! I mean analyzing the table and enrich it with a new attribute Either in one request or for each line in a loop (I think the second option is more performant)