From 09d453017c67b5124cff1f110cb0be4fed81ac4b Mon Sep 17 00:00:00 2001 From: chelsea Date: Mon, 16 Feb 2026 19:22:58 -0600 Subject: [PATCH] Update embedding file path in config --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 9420556..17cae10 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "openrouter_api_key": "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", - "embedding_file": "dbt_knowledge.json", + "embedding_file": "bot/data/dbt_knowledge.embeddings.json", "models": { "generator": "moonshotai/kimi-k2.5", "jury_clinical": "z-ai/glm-5",