A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
Added feed range support in query_items_change_feed. See PR 37687
Added provisional helper APIs for managing session tokens. See PR 36971
Added ability to get feed range for a partition key. See PR 36971
Breaking Changes
Item-level point operations will now return CosmosDict and CosmosList response types.
Responses will still be able to be used directly as previously, but will now have access to their response headers without need for a response hook. See PR 35791.
For more information on this, see our README section here.
Bugs Fixed
Consolidated Container Properties Cache to be in the Client to cache partition key definition and container rid to avoid unnecessary container reads. See PR 35731.
Fixed bug with client hangs when running into WriteForbidden exceptions. See PR 36514.
Added retry handling logic for DatabaseAccountNotFound exceptions. See PR 36514.
Fixed SDK regex validation that would not allow for item ids to be longer than 255 characters. See PR 36569.
Fixed issue where 'NoneType' object has no attribute error was raised when a session retry happened during a query. See PR 37578.
Fixed issue where passing subpartition partition key values as a tuple in a query would raise an error. See PR 38136
Batch requests will now be properly considered as Write operation. See PR 38365.
Other Changes
Getting offer thoughput when it has not been defined in a container will now give a 404/10004 instead of just a 404. See PR 36043
Incomplete Partition Key Extractions in documents for Subpartitioning now gives 400/1001 instead of just a 400. See PR 36043
SDK will now make database account calls every 5 minutes to refresh location cache. See PR 36514.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps azure-cosmos from 4.7.0 to 4.9.0.
Release notes
Sourced from azure-cosmos's releases.
Commits
3de7a4c
[Cosmos] Hybrid Search query pipeline (#38275)67aa17f
Use Common Matrix Generation (#38324)cd22b6e
Sync eng/common directory with azure-sdk-tools for PR 9381 (#38598)0f85f10
[EG] resource notification event (#38100)84384d3
batching adjustments for create-prjobmatrix (#38597)d96f897
Merge App Config Provider Beta to Main (#38579)89a86d7
Increment package version after release of azure-search-documents (#38593)e821a49
Datastore auth bug (#38586)996ecee
Shrike (#38560)4e62b4f
[AutoRelease] t2-netapp-2024-11-08-58381(can only be merged by SDK owner) (#3...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show