Skip to content

Commit

Permalink
Fixed contribution product
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 10, 2024
1 parent 1dde788 commit 745d750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to DOT
# Contributing to Data Recipes AI

Hi! Thanks for your interest in contributing to Data Recipes AI, we're really excited to see you! In this document we'll try to summarize everything that you need to know to do a good job.

Expand Down Expand Up @@ -149,7 +149,7 @@ To download demo data ...
3. To get get-memory action, run ... `curl -X POST -H "Content-Type: application/json" -d '{"chat_history": "[]", "user_input":"population of Mali", "generate_intent":"true"}' "http://actions:8080/api/actions/get-data-recipe-memory/get-memory-recipe/run"`


# Evaluation with Prompt Flow
# Running Promptflow evaluation locally

First, you will need to build the environment to include Prompt Flow ...

Expand All @@ -168,6 +168,7 @@ Then ...
5. Open folder `/app`
6. Click on `flow.dag.yaml`
7. Top left of main pane, click on 'Visual editor'
- If you are taken to the promptflow 'Install dependencies'' screen, change the Python runtime to be ` /azureml-envs/prompt-flow/runtime/bin/python` 'runtime', then close and re-open `flow.dag.yaml`
8. On the Groundedness node, select your new connection
9. You can no run by clicking the play icon. See Promptflow documentation for more details

Expand Down

0 comments on commit 745d750

Please sign in to comment.