You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/azure-ai-language-questionanswering-authoring/README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The `azure-ai-language-questionanswering-authoring` package provides **authoring
4
4
5
5
> NOTE: This is a preview (`1.0.0b1`) targeting a preview service API version (`2025-05-15-preview`). APIs, models, and LRO result payloads may change before GA.
Below are minimal synchronous examples. More complete samples (including async equivalents) are in the [samples directory][samples]. Environment variables used by samples: `AZURE_QUESTIONANSWERING_ENDPOINT`, `AZURE_QUESTIONANSWERING_KEY`.
68
+
Below are minimal synchronous examples. More complete samples (including async equivalents) are in the samples directory. Environment variables used by samples: `AZURE_QUESTIONANSWERING_ENDPOINT`, `AZURE_QUESTIONANSWERING_KEY`.
69
69
70
70
### Create a project
71
71
```python
@@ -193,8 +193,7 @@ For request/response details set environment variable `AZURE_LOG_LEVEL=info` or
193
193
194
194
## Next steps
195
195
196
-
- Explore the full [samples][samples] (sync & async)
197
-
- Read the authoring [REST documentation][rest_authoring]
196
+
- Explore the full samples
198
197
- Learn about Question Answering concepts in [product documentation][product_docs]
199
198
200
199
## Contributing
@@ -208,10 +207,6 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
208
207
This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information see the [Code of Conduct FAQ][coc_faq] or contact <mailto:[email protected]> with any additional questions or comments.
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/azure-ai-language-questionanswering-authoring/azure/ai/language/questionanswering/authoring/_operations/_patch.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
Copy file name to clipboardExpand all lines: sdk/cognitivelanguage/azure-ai-language-questionanswering-authoring/azure/ai/language/questionanswering/authoring/aio/_operations/_patch.py
0 commit comments