Skip to content

Commit

Permalink
Merge pull request #36 from Azure-Samples/marlenezw-patch-5
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
marlenezw authored May 16, 2024
2 parents 51034c5 + 7182677 commit efe14b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
### Testing the sample
This sample repository contains an agents folder that includes subfolders for each agent. Each agent forlder contains a prompty file where the agents prompty is defined and a python file with the code used to run it. Exploring these files will help you understand what each agent is doing. The agents folder also contains an orchestrator.py file that can be used to run the entire flow and to create an article.
This sample repository contains an agents folder that includes subfolders for each agent. Each agent forlder contains a prompty file where the agents prompty is defined and a python file with the code used to run it. Exploring these files will help you understand what each agent is doing. The agents folder also contains an `orchestrator.py` file that can be used to run the entire flow and to create an article.
To test the sample we start by populating an Azure AI Search vectore store index with product data.
To do this change to the api/data folder:
```
cd src/api/data
```
Look for the create-azure-search.ipynb notebook and run all of the cells in the notebook. This will create an index named 'contoso-products'. You're now ready to run the full promptflow.
Look for the `create-azure-search.ipynb` notebook and run all of the cells in the notebook. This will create an index named 'contoso-products'. You're now ready to run the full promptflow.

To run the sample using just the orchestrator logic use the following command:
```
Expand Down

0 comments on commit efe14b5

Please sign in to comment.