Version history
Version 1.0.0-beta13, released 2024-05-08
New features
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)
Version 1.0.0-beta12, released 2024-04-19
New features
- Support import data from Cloud Spanner, BigTable, SQL and Firestore (commit 2a2996a)
- Add answer generation APIs (commit 2a2996a)
- Add standalone grounding API (commit 2a2996a)
- Add standalone ranking API (commit 2a2996a)
- Support advanced search boosting (commit 2a2996a)
- Add advanced engine model APIs (commit 2a2996a)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit 2a2996a)
Version 1.0.0-beta11, released 2024-03-26
New features
- Change netstandard2.1 target to netstandard2.0 (commit 82bea85)
Version 1.0.0-beta10, released 2024-03-13
New features
- Support blended search (commit a2187da)
- Support boost in multi-turn search (commit a2187da)
- Add document processing config services (commit a2187da)
- Add search tuning services (commit a2187da)
- Allow setting schema on schema creation (commit a2187da)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit a2187da)
Version 1.0.0-beta09, released 2024-02-09
New features
- Add data store, engine, serving config and site search engine services (commit b2d79e6)
- Support search summarization with citations and references (commit b2d79e6)
- Add suggestion deny list import/purge APIs (commit b2d79e6)
- Add engine support for multi-turn search and search APIs (commit b2d79e6)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit b2d79e6)
Version 1.0.0-beta08, released 2023-09-06
New features
- Supported bring your own embedding feature (commit d6f6676)
- Added more options for search extractive content support (commit d6f6676)
- Added more skip reasons and details for search summarization (commit d6f6676)
- Added query expansion details in search response (commit d6f6676)
- Updated summarization interface for multi-turn search (commit d6f6676)
- Allow uri in user events (commit d6f6676)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit d6f6676)
Version 1.0.0-beta07, released 2023-08-04
New features
- Support conversational / multi-turn search (commit 64ec2a2)
- Support tail suggestions in completion API (commit 64ec2a2)
- Support image search (commit 64ec2a2)
- Add skip reason for search summarization (commit 64ec2a2)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit 64ec2a2)
Version 1.0.0-beta06, released 2023-06-20
New features
- Support extractive content in search (commit 46a0119)
- Add redirected uri in search response (commit 46a0119)
- Support docx/pptx/txt/csv in allowed data format (commit 46a0119)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit 46a0119)
Version 1.0.0-beta05, released 2023-05-26
Bug fixes
- Fix the field name typo for search service user_labels (commit ff70f0c)
New features
- Allow users to specify id field in documents gcs import (commit 4e42464)
- Add LRO API for schema service (commit 4e42464)
- Enable safe search feature for site search (commit 561d40d)
- Allow users to provide user info in search (commit 561d40d)
- Allow users to provide additional labels in search (commit 561d40d)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit 4e42464) ## Version 1.0.0-beta04, released 2023-05-03
New features
- Add document purge API (commit d30c851)
- Add search, autocomplete and schema services (commit a3e2c26)
- Add unstructured document support (PDF/HTML) (commit a3e2c26)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit d30c851)
- Keep the API doc up-to-date with recent changes (commit a3e2c26)
Version 1.0.0-beta03, released 2023-03-27
New features
- Add additional resource path with collections (commit 923b23d)
- Document schema id is no longer required (commit 923b23d)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit 923b23d)
Version 1.0.0-beta02, released 2023-01-18
New features
- Enable REST transport in C# (commit 0f8560c)
Version 1.0.0-beta01, released 2022-11-07
Initial release.