For the complete documentation index, see llms.txt. This page is also available as Markdown.

Batches

The batch method interacts with the integrated vector databases to query and fetch personalized content, utilizing a specific algorithm aligned with the user's embeddings.

In this context, "batch" refers to a new set of data, which could be triggered by actions like loading a new page, scrolling down, or clicking a link. As new items are displayed in the app, the batch method sources data that is personalized according to the user's embeddings.

Batch Flow

In addition, the SDK performs post-processing on batches for a multitude of reasons. More on Parameters.

Last updated