From aa0e929fb1bf280537c68b44e0ff4e9b5230408b Mon Sep 17 00:00:00 2001 From: WooSungD Date: Thu, 11 Jun 2026 12:25:26 +0100 Subject: [PATCH] docs: link ClickHouse storage config from Powerful Analytics Solution Surface the required `storage.clickhouse: true` setting on the hosted service Powerful Analytics Solution sections (V3 + V2) so users know where to enable the backend before requesting the feature. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/HyperIndex-LLM/hyperindex-complete.mdx | 4 ++++ docs/HyperIndex/Hosted_Service/hosted-service-features.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/HyperIndex-LLM/hyperindex-complete.mdx b/docs/HyperIndex-LLM/hyperindex-complete.mdx index e1b9f7eb..a537c376 100644 --- a/docs/HyperIndex-LLM/hyperindex-complete.mdx +++ b/docs/HyperIndex-LLM/hyperindex-complete.mdx @@ -3930,6 +3930,10 @@ Access your indexed data directly through SQL queries, providing flexibility bey A comprehensive analytics platform that automatically pipes your indexed data from PostgreSQL into ClickHouse (approximately 2 minutes behind real-time) and provides access through a hosted Metabase instance. +:::info Configuration required +To enable this feature, set ClickHouse as a [storage backend](/docs/HyperIndex/configuration-file#storage) in your `config.yaml`. +::: + **Technical Architecture:** - **Data Pipeline**: Automatic replication from PostgreSQL to ClickHouse - **Near Real-time**: Data available in an analytics platform within ~2 minutes diff --git a/docs/HyperIndex/Hosted_Service/hosted-service-features.md b/docs/HyperIndex/Hosted_Service/hosted-service-features.md index 34856731..40e28a3a 100644 --- a/docs/HyperIndex/Hosted_Service/hosted-service-features.md +++ b/docs/HyperIndex/Hosted_Service/hosted-service-features.md @@ -160,6 +160,10 @@ Access your indexed data directly through SQL queries, providing flexibility bey A comprehensive analytics platform that automatically pipes your indexed data from PostgreSQL into ClickHouse (approximately 2 minutes behind real-time) and provides access through a hosted Metabase instance. +:::info Configuration required +To enable this feature, set ClickHouse as a [storage backend](/docs/HyperIndex/configuration-file#storage) in your `config.yaml`. +::: + **Technical Architecture:** - **Data Pipeline**: Automatic replication from PostgreSQL to ClickHouse - **Near Real-time**: Data available in an analytics platform within ~2 minutes