Default streaming implementation. Subclasses should override this method if they support streaming output.
_streamIterator(
input: DocumentInterface<Record<string, any>>[],
options: Partial<RunnableConfig<Record<string, any>>>
): AsyncGenerator<DocumentInterface<Record<string, any>>[]>| Name | Type | Description |
|---|---|---|
input* | DocumentInterface<Record<string, any>>[] | |
options | Partial<RunnableConfig<Record<string, any>>> |