From 563bf56d52a2f68ba8a943abcaa73ddf448083c5 Mon Sep 17 00:00:00 2001 From: Adrian Kahali Date: Fri, 23 Jan 2026 17:37:00 -0500 Subject: [PATCH] fix(adk): update path for file data source --- adk/concepts/knowledge.mdx | 2 +- integrations/integration-guides/improvement.mdx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/adk/concepts/knowledge.mdx b/adk/concepts/knowledge.mdx index 5e718d31..90810d5d 100644 --- a/adk/concepts/knowledge.mdx +++ b/adk/concepts/knowledge.mdx @@ -123,7 +123,7 @@ export default new Knowledge({ Index files from a local directory (development only): ```typescript -const FileSource = DataSource.Directory.fromPath("./docs", { +const FileSource = DataSource.Directory.fromPath("/src/knowledge/docs", { filter: (filePath) => filePath.endsWith(".md") || filePath.endsWith(".txt"), }); diff --git a/integrations/integration-guides/improvement.mdx b/integrations/integration-guides/improvement.mdx index acccf5d6..08856330 100644 --- a/integrations/integration-guides/improvement.mdx +++ b/integrations/integration-guides/improvement.mdx @@ -4,10 +4,9 @@ description: Provide feedback on specific LLMz iterations to improve future conv icon: '/integrations/integration-guides/assets/icons/improvement.svg' --- +The Improvement integration lets you provide feedback on specific LLMz -Early Beta - The Improvement integration is in beta and shouldn't be used in production or critical Workflows. We encourage testing in non-production environments and welcome your feedback to improve its stability and functionality. Each stored iteration uses your Workspace's Table Rows quota, and may demonstrate increased usage.