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