You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text_2_sql/GETTING_STARTED.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ To get started, perform the following steps:
6
6
2. Clone this repository and deploy the AI Search text2sql indexes from `deploy_ai_search`.
7
7
3. Run `uv sync` within the text_2_sql directory to install dependencies.
8
8
4. Create your `.env` file based on the provided sample `.env.example`. Place this file in the same place as the `.env.example`.
9
-
5. Generate a data dictionary for your target server using the instructions in `data_dictionary`.
9
+
5. Generate a data dictionary for your target server using the instructions in the **Running** section of the `data_dictionary/README.md`.
10
10
6. Upload these data dictionaries to the relevant containers in your storage account. Wait for them to be automatically indexed with the included skillsets.
11
11
7. Navigate to `autogen` directory to view the AutoGen implementation. Follow the steps in `Iteration 5 - Agentic Vector Based Text2SQL.ipynb` to get started.
0 commit comments