Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

choose integrated services #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ ai init
```

- This will first prompt to you to login to Azure
- Then it will ask you to select or create resources, choose **New Azure AI Project** and follow the prompts to create an:
- Azure AI resource
- Then it will ask you to select or create resources. Select **New AI Project** > **(Create w/ integrated Open AI + AI Services)** and follow the prompts to create an:
- Azure AI hub resource
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is supposed to represent what the CLI prints out, it doesn't print out "hub" ... Don't make this change if you want to match currently released CLI.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please verify that these match what the CLI actually prints.

- Azure AI project
- Azure OpenAI Service model deployments (we recommend ada-embedding-002 for embedding, gpt-35-turbo-16k for chat, and gpt-35-turbo-16k or gpt4-32k evaluation)
- Azure AI search resource
- Azure AI Search resource
- This will generate a config.json file in the root of the repo, the SDK will use this when authenticating to Azure AI services.

Note: You can open your project in [AI Studio](https://aka.ms/AzureAIStudio) to view your projects configuration and components (generated indexes, evaluation runs, and endpoints)

## Step 3: Build an Azure Search index
## Step 3: Build an Azure AI Search index

Run the following CLI command to create an index using that our code can use for data retrieval:
```
Expand Down