Atlas Vector Search Changelog
On this page
2024 Releases
18 September 2024 Release
Supports ingesting
float32
andint8
vectors using the new BSON vector type.
19 August 2024 Release
Supports pre-filtering using arrays with all operators.
Supports using
ObjectId
with range operators in Atlas Vector Search pre-filters.Supports using
UUID
values with all operators in Atlas Vector Search pre-filters.Supports using the
$not
operator in Atlas Vector Search pre-filters.
28 June 2024 Release
Upgrades to Java 21. Java 21 supports SIMD, which increases the amount of parallelism the CPU can do during vector comparisons.
Note
Atlas will reindex all of your existing Atlas Search indexes on the Atlas cluster in a rolling manner. The Atlas UI will display alerts that indicate the timing of your reindexing. Clusters not using separate search nodes might notice a temporary increase in disk and CPU utilization during reindexing. For clusters using separate search nodes, Atlas will temporarily deploy additional nodes for free for reindexing and there will be no downtime for swapping of indexes when the new index build completes.
20 June 2024 Release
Introduces
exact
flag in$vectorSearch
to perform ENN search for small-scale, multi-tenant, or recall benchmarking use cases. To learn more, see Run Vector Search Queries.
14 June 2024 Release
Supports pre-filtering your data by the objectId type.
31 May 2024 Release
Introduces changes to the Atlas Search API endpoints. To learn more, see API Changelog for May 31 2024 Release.
10 May 2024 Release
Supports pre-filtering data by date fields indexed as the
filter
type.
27 March 2024 Release
Updates Atlas Vector Search queries to run concurrently by default on search nodes.
05 March 2024 Release
Increases the vector dimension limit to 4096.
2023 Releases
04 December 2023 Release
Makes
$vectorSearch
generally available for both your development and production deployments. Also makes separate Search Nodes for AWS generally available for both your development and production deployments. To learn more, see Node Architecture.Introduces vectorSearch index type that indexes vector embeddings as vector type for semantic search and boolean, numeric, and string data as filter type for pre-filtering.
Note
We are in the process of rolling out the new Atlas Vector Search experience with a dedicated Atlas Vector Search index definition. It will be available in your project within the next few days or after the next maintenance window.
02 October 2023 Release
Introduces $vectorSearch
to perform semantic search on
data in your Atlas cluster running MongoDB 7.0.2.
Note
Atlas Vector Search is available as a Preview feature. It is made available for evaluation purposes and to gather feedback from users. It is not recommended for production deployments as the feature and the corresponding documentation might change at any time during the Preview period.
To learn more, see Atlas Vector Search Overview.