ComfyUI Node
DocumentChunkRecursionFilterNode
A ComfyUI node in sd with 5 inputs and 1 output.
DocumentChunkRecursionFilterNode
- LLLM_provider
- inner_recursion_filter
- Recursion Filter
◄document—►
◄chunk_size512►
◄recursion_prompt
given
prompt:
{prompt}
chunk:
{chunk}
your previous completion:
{completion}
just repeat the chunk and say that it needs to be processed.
►
Categorysd
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| LLLM_provider | CALLABLE | — | |
| document | STRING | — | |
| chunk_size | INT | 512 | — |
| recursion_promptopt | STRING | given prompt: {prompt} chunk: {chunk} your previous completion: {completion} just repeat the chunk and say that it needs to be processed. | — |
| inner_recursion_filteropt | LLLM_AGENT_RECURSION_FILTER | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Recursion Filter | LLLM_AGENT_RECURSION_FILTER | — |