From 9febe60a469fd8680cd76abc122dda4f402b1ffd Mon Sep 17 00:00:00 2001 From: Narotsit Karki Date: Fri, 12 Sep 2025 01:53:18 +0530 Subject: [PATCH 1/2] Update core-concepts.md --- docsite/docs/core-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/docs/core-concepts.md b/docsite/docs/core-concepts.md index 669bc09..a56f55f 100644 --- a/docsite/docs/core-concepts.md +++ b/docsite/docs/core-concepts.md @@ -10,7 +10,7 @@ The `KnowledgeBuilder` is the main entry point for building the semantic layer. ## Data Product Builder -The `DataProductBuilder` is used to generate data products from the semantic layer. It takes an ETL model as input and generates a unified data product that can be used for analysis and exploration. +The `DataProductBuilder` is used to generate data products from the semantic layer. It takes an config dictionary as input and generates a unified data product that can be used for analysis and exploration. ## Semantic Search From 50a9a5c19ef9e21da30fddcae8aca5bb2f30c2ba Mon Sep 17 00:00:00 2001 From: Narotsit Karki Date: Fri, 12 Sep 2025 01:58:09 +0530 Subject: [PATCH 2/2] Update vale-linter.yaml Corrected the download link --- .github/workflows/vale-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale-linter.yaml b/.github/workflows/vale-linter.yaml index 32394cf..6a4fa8a 100644 --- a/.github/workflows/vale-linter.yaml +++ b/.github/workflows/vale-linter.yaml @@ -24,7 +24,7 @@ jobs: # Install Vale (safe, no sudo needed) - name: Install Vale run: | - curl -fsSL https://github.com/errata-ai/vale/releases/latest/download/vale_Linux_64-bit.tar.gz -o vale.tar.gz + curl -fsSL https://github.com/errata-ai/vale/releases/download/v3.12.0/vale_3.12.0_Linux_64-bit.tar.gz -o vale.tar.gz tar -xzf vale.tar.gz echo "$PWD" >> $GITHUB_PATH