Skip to content

Commit 55f4172

Browse files
committed
fix pivots
1 parent 8a2d574 commit 55f4172

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/search/includes/quickstarts/search-get-started-rag-typescript.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -419,17 +419,17 @@ The preceding code does the following:
419419
420420
## Troubleshooting
421421
422-
If you get a **Forbidden** error message, check Azure AI Search configuration to make sure role-based access is enabled.
422+
If you get a **Forbidden** error message, check Azure AI Search configuration to make sure role-based access is enabled.
423423
424-
If you get an **Authorization failed** error message, wait a few minutes and try again. It can take several minutes for role assignments to become operational.
424+
If you get an **Authorization failed** error message, wait a few minutes and try again. It can take several minutes for role assignments to become operational.
425425
426-
If you get a **Resource not found** error message, check the resource URIs and make sure the API version on the chat model is valid.
426+
If you get a **Resource not found** error message, check the resource URIs and make sure the API version on the chat model is valid.
427427
428-
Otherwise, to experiment further, change the query and rerun the last step to better understand how the model works with the grounding data.
428+
Otherwise, to experiment further, change the query and rerun the last step to better understand how the model works with the grounding data.
429429
430-
You can also modify the prompt to change the tone or structure of the output.
430+
You can also modify the prompt to change the tone or structure of the output.
431431
432-
You might also try the query without semantic ranking by setting `use_semantic_reranker=False` in the query parameters step. Semantic ranking can noticably improve the relevance of query results and the ability of the LLM to return useful information. Experimentation can help you decide whether it makes a difference for your content.
432+
You might also try the query without semantic ranking by setting `use_semantic_reranker=False` in the query parameters step. Semantic ranking can noticably improve the relevance of query results and the ability of the LLM to return useful information. Experimentation can help you decide whether it makes a difference for your content.
433433
434434
## Send a complex RAG query
435435

zone-pivots/zone-pivot-groups.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,11 @@ groups:
279279
title: Programming languages
280280
prompt: Choose a programming language
281281
pivots:
282-
- id: programming-language-javascript
282+
- id: javascript
283283
title: JavaScript
284-
- id: programming-language-python
284+
- id: python
285285
title: Python
286-
- id: programming-language-typescript
286+
- id: typescript
287287
title: TypeScript
288288
# Owner: diberry
289289
- id: programming-languages-rest-ps-py-js

0 commit comments

Comments
 (0)