...
Identity Chunker Chain - Keeps the entire content text as a single large block of text without breaking it apart
Identity Matching Text - Uses the entire content text as the matching text without transforming it
Identity Qualifying Text - Uses the entire content text as the qualifying text without transforming it
Identity Query Transformer - Passes through the users query verbatim without transforming it
Identity Reranker - Assigns the highest rerank score of 1.0 to every knowledge chunk regardless of its contents
Identity Filterer - Does not actually filter anything and just passes through all of the knowledge chunks through to its output
Note |
---|
It is recommended to not modify the identity chains, because various parts of the knowledge base system are programmed on the assumption that they do nothing as described here. Do not modify them unless you really know what you are doing. |
Premade Document Processing Chains
...