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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ To get started, perform the following steps:
5
5
1. Setup Azure OpenAI in your subscription with **gpt-4o-mini** & an embedding model, alongside a SQL Server sample database, AI Search and a storage account.
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
-
4.Configure the .env file based on the provided sample
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
9
5. Generate a data dictionary for your target server using the instructions in `data_dictionary`.
10
-
6. Upload these data dictionaries to the relevant contains in your storage account. Wait for them to be automatically indexed.
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