From 31a5765b507dfb88aabaf99f10a36fc787072e36 Mon Sep 17 00:00:00 2001 From: Florian Heiderich Date: Tue, 1 Jul 2025 09:43:35 +0200 Subject: [PATCH] fix path to data/DI/examples.json --- 2. Text2SQL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2. Text2SQL/README.md b/2. Text2SQL/README.md index a6c6e29..b79be4f 100644 --- a/2. Text2SQL/README.md +++ b/2. Text2SQL/README.md @@ -131,7 +131,7 @@ In addition to schema extraction, the `db_service.py` script can also be used in #### 3.1 Upload Few-Shot Examples to the Document Index (DI) * Create a **Collection** and **Index** in DI. -* Upload [Few-shot examples](data/di/examples.json) using the Intelligence Layer. +* Upload [Few-shot examples](data/DI/examples.json) using the Intelligence Layer. * Use `question` as the **document content**. * Use `query` as the **document metadata**.