Documentation Index
Fetch the complete documentation index at: https://mintlify.com/exegia/corpora-py/llms.txt
Use this file to discover all available pages before exploring further.
search_syntax_guide() returns the built-in reference documentation for the Context-Fabric / Text-Fabric query template language used by search() and search_csv(). Without arguments it returns the complete guide; pass a section name to retrieve only that chapter. Use this whenever you need a reminder of feature condition operators, relation keywords, quantifier blocks, or worked examples.
Parameters
Name of the documentation section to return. When omitted, the full guide is returned. Valid values:
"nodes"— Node line syntax: node types, feature conditions, comparison operators, and containment via indentation."relations"— Relation keywords between two node lines: adjacency, ordering, overlap, and edge traversal."quantifiers"— Quantifier blocks:/without/,/where/,/have/,/with/,/or/."examples"— Annotated worked examples covering common query patterns.
Returns
A plain-text string containing the requested documentation. Whensection is omitted, all four sections are concatenated, each preceded by a === SECTION === header.
Returns "Unknown section '<name>'. Available: nodes, relations, quantifiers, examples" when an unrecognised section name is supplied.