Skip to content

Config reference: graph_search

  • Enterprise tuning surface


    Defaults + constraints are rendered directly from Pydantic.

  • Env keys when available


    Many fields have an env-style alias (from TriBridConfig.to_flat_dict()).

  • Tooltip-level guidance


    If a matching glossary entry exists, you’ll see deeper tuning notes.

Config reference Config API & workflow Glossary

Total parameters: 5

Group index
  • (root)

(root)

JSON key Env key(s) Type Default Constraints Summary
graph_search.chunk_neighbor_window int 1 ≥ 0, ≤ 10 Include up to N adjacent chunks (NEXT_CHUNK) around relationship hits
graph_search.enabled bool true Enable graph search in tri-brid retrieval
graph_search.include_communities bool true Include community-based expansion in graph search
graph_search.max_hops int 2 ≥ 1, ≤ 5 Maximum graph traversal hops
graph_search.top_k int 30 ≥ 5, ≤ 100 Number of results to retrieve from graph search