GraphRAG Configuration Guide - Infrastructure & Payload Optimization (Helm Layer)
30/06/2026
GraphRAG version 1.2.0
Apply the following modifications within your Helm chart values.yaml environment blocks when configuring infrastructure resources:
AWS Cloud Constraints
When routing to AWS Bedrock embeddings or AWS OpenSearch clusters, all required AWS authentication variable keys must be injected explicitly via Kubernetes Secrets or Helm container environment properties maps.
Network Performance Tuning
For high-throughput production environments, set
INCLUDE_VECTOR_DATA: "false"inside your components service environment property block. This explicitly instructs the application to discard bulky raw numerical vector arrays during message transport, drastically lowering cross-pod network latency.