Stream output in chunks.
stream(
input: DocumentInterface<Record<string, any>>[],
options: Partial<RunnableConfig<Record<string, any>>>
): Promise<IterableReadableStream<DocumentInterface<Record<string, any>>[]>>| Name | Type | Description |
|---|---|---|
input* | DocumentInterface<Record<string, any>>[] | |
options | Partial<RunnableConfig<Record<string, any>>> |