Skip to content

Commit

Permalink
Update Challenge-05.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izzymsft authored May 7, 2024
1 parent ae8e912 commit 7246a46
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 068-AzureOpenAIApps/Student/Challenge-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,22 @@ In app insights, you should see the following events registered for each documen
- **PROCESS_DOCUMENT_EMBEDDING_COMPUTE**
- **PROCESS_YACHT_EMBEDDING_COMPUTE**

You should also be able to see the hashes in the Redis Cache

````bash

# Run this to see all the keys in the Cache
SCAN 0 COUNT 1000 MATCH *

# Run this for each key to retrieve the value
GET {key}
GET yacht_embeddings_cache_400
GET document_embeddings_cache_government/definition.txt

````

![Application Insights](../images/redis-embeddings.png)

## Success Criteria

A successfully completed solution should accomplish the following goals:
Expand Down

0 comments on commit 7246a46

Please sign in to comment.