Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
4b174eb
init and update by tsp generate tool
Qi-2077 Sep 5, 2025
09000ab
update patch files to support old version, and fix tests and samples
Qi-2077 Sep 5, 2025
bd85eca
delete old question anwsering folder
Qi-2077 Sep 8, 2025
bbeaed5
init
Qi-2077 Sep 9, 2025
0943c27
update patch files to support old version, and fix tests and samples
Qi-2077 Sep 5, 2025
4ed473b
update tests
Qi-2077 Sep 9, 2025
06e9927
update tests&recordings
Qi-2077 Sep 11, 2025
635d569
fix spell issue
Qi-2077 Sep 11, 2025
6a282b1
fix the Azure Pipelines / python - pullrequest
Qi-2077 Sep 11, 2025
81105a7
fix Unexpected indentation issue for sphinx-build
Qi-2077 Sep 12, 2025
667b537
fix the cspell issue
Qi-2077 Sep 12, 2025
f8762d2
fix verify whl stage
Qi-2077 Sep 12, 2025
fd396d1
fix Incompatible types in assignment
Qi-2077 Sep 12, 2025
649ddb8
fix pylint
Qi-2077 Sep 12, 2025
f8b5985
fix Inline strong start-string without end-string.
Qi-2077 Sep 12, 2025
dd4c736
fix overload issue
Qi-2077 Sep 12, 2025
264fcef
update operation patch and re record
Qi-2077 Sep 18, 2025
81c4515
fix(questionanswering): add missing type annotations to restore verif…
Qi-2077 Sep 18, 2025
ff4e77a
regenerate the code and update tests/samples/patch
Qi-2077 Sep 19, 2025
9a83976
fix commit:
Qi-2077 Sep 22, 2025
2abd3e2
add back files
Qi-2077 Sep 22, 2025
83824f4
update
Qi-2077 Sep 22, 2025
a066bc1
update version
Qi-2077 Sep 22, 2025
5efb920
switch examples to DefaultAzureCredential and reorganize README
Qi-2077 Sep 22, 2025
baf31f1
Update sdk/cognitivelanguage/azure-ai-language-questionanswering/azur…
Amichelangelo Sep 22, 2025
58e16cb
Update sdk/cognitivelanguage/azure-ai-language-questionanswering/samp…
Amichelangelo Sep 22, 2025
2519382
Merge branch 'qiyin/cqa-sdk-py' of https://github.com/Azure/azure-sdk…
Qi-2077 Sep 22, 2025
68e34b9
Update sdk/cognitivelanguage/azure-ai-language-questionanswering/samp…
Amichelangelo Sep 22, 2025
3ada5cd
add and update
Qi-2077 Sep 22, 2025
e1f7a8e
deleted generated files and restore patch file
Qi-2077 Sep 22, 2025
484db9b
Merge branch 'qiyin/cqa-sdk-py' of https://github.com/Azure/azure-sdk…
Qi-2077 Sep 22, 2025
b9a4e3c
updated
Qi-2077 Sep 22, 2025
48e5dc2
update the python version in sample readme
Qi-2077 Sep 23, 2025
3b7ebee
Merge branch 'qiyin/cqa-sdk-py' of https://github.com/Azure/azure-sdk…
Qi-2077 Sep 23, 2025
4072d3b
update the python version in setup.py
Qi-2077 Sep 23, 2025
d08237d
fix pylint, 4 of them not foxed, because them are generated code
Qi-2077 Sep 23, 2025
735b27a
update patch file
Qi-2077 Sep 23, 2025
43abaaf
remove uesless _default_language
Qi-2077 Sep 25, 2025
02c9247
update
Qi-2077 Sep 25, 2025
bad3fc2
update parameter name of just "options"
Qi-2077 Oct 9, 2025
caca310
fix pylint
Qi-2077 Oct 9, 2025
431450f
fix pylint
Qi-2077 Oct 9, 2025
c1b1457
update change log
Qi-2077 Oct 14, 2025
a4b2415
update
Qi-2077 Oct 14, 2025
8b0f735
Update sdk/cognitivelanguage/azure-ai-language-questionanswering/tsp-…
Amichelangelo Oct 27, 2025
62bdfd4
fix analyze issue
Qi-2077 Oct 27, 2025
5633487
update
Qi-2077 Nov 3, 2025
d9470b9
about default_language
Qi-2077 Nov 3, 2025
4e62b2b
regenerate
Qi-2077 Nov 4, 2025
2821346
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python …
Qi-2077 Nov 4, 2025
80031e2
update
Qi-2077 Nov 5, 2025
00d9ce8
update
Qi-2077 Nov 5, 2025
66f01a0
update the test file
Qi-2077 Nov 5, 2025
ac2dfda
update
Qi-2077 Nov 6, 2025
8060acd
Merge branch 'qiyin/cqa-sdk-py' of https://github.com/Azure/azure-sdk…
Qi-2077 Nov 6, 2025
623b410
fix broken link
Qi-2077 Nov 6, 2025
5218755
trim Trailing whitespace
Qi-2077 Nov 6, 2025
17b21be
add back string_index_type and add overload for MetadataFilter
Qi-2077 Nov 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
},
{
"filename": "sdk/cognitivelanguage/azure-ai-language-questionanswering/**",
"words": [ "qnas", "qnamaker", "ADTO" ],
"words": [ "qnas", "qnamaker", "ADTO", "tfidf", "ngram" ],
"caseSensitive": false
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release History

## 2.0.0b1 (Unreleased)

### Breaking Changes
* Authoring functionality (project creation, knowledge source management, deployment operations) has been removed from this package and moved to a separate dedicated authoring package / namespace. All references to `AuthoringClient`, `QuestionAnsweringProjectsClient`, and related authoring operations have been eliminated from the runtime client distribution.
* Dropped support for Python versions earlier than 3.9 (aligns with Azure SDK Python support policy going forward).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add that default_language has been removed, and give a link to how to customers can change the service default instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an actual guide/documentation that we can link to about how to configure this at the project level? Or in the portal?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just check the service side, the default_language is hardcoded as "en",can not be configured at the project level, remove related line in changelog

### Features Added
* Documentation improvements: expanded README with authentication guidance, AAD usage, async examples, and troubleshooting section.

### Other Changes
* Internal refactoring and dependency grooming in preparation for the authoring/runtime split.
* Changed samples and README examples to use explicit `AnswersOptions` / `AnswersFromTextOptions` objects as the first argument when calling `get_answers` and `get_answers_from_text`.

## 1.1.1 (Unreleased)

### Features Added
Expand Down Expand Up @@ -102,4 +115,4 @@
## 1.0.0b1 (2021-07-27)

### Features Added
* Initial release - supports querying from text records and knowledge bases.
* Initial release - supports querying from text records and knowledge bases.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include *.md
include LICENSE
include azure/ai/language/questionanswering/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/ai/__init__.py
include azure/ai/language/__init__.py
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/ai/language/questionanswering/py.typed
Loading
Loading