MongoDB 8.2.0 is released

MongoDB 8.2 is now available and introduces public previews for new capabilities in Search, Vector Search, Hybrid Search, and Queryable Encryption.

Public previews provide developers with the ability to try the latest MongoDB features before they are generally available. Please keep in mind that features in public preview should be used for testing, evaluation, and feedback purposes and are not recommended for live clusters in production. These public previews are available as part of MongoDB 8.2:

MongoDB 8.2 also contains a variety of improvements and bug fixes that can be found in the documentation. You can get started with MongoDB 8.2 by downloading Community Server and Enterprise Server or by signing up for a free MongoDB Atlas account at Try MongoDB Atlas Products | MongoDB.

Once you try the public preview features you provide feedback at feedback.mongodb.com. Your input is critical for shaping the future of this product.

1 Like

There is an error when i try to install mongodb 8.2 with the pgp key, this command don’t work correctly, the file not exist : server-8.2.asc

curl -fsSL https://www.mongodb.org/static/pgp/server-8.2.asc |
sudo gpg -o /usr/share/keyrings/mongodb-server-8.2.gpg
–dearmor

this is just for your information.

1 Like

I have installed 8.2 manually. Still don’t see vector capability.

@Stephane_MASCARON thanks for the callout. For those who face this issue we are working to clarify install docs like this to make it clearer that 8.2 makes use of the 8.0 keys, so please reference server-8.0.asc and and mongodb-server-8.0.gpg.

Sincerely,
Eric

1 Like

Hello @Ashwin_Kumar5. Search and Vector Search features are powered by a separate process that connects to the database (A.K.A. mongot). Here are a few resources to help get started.

Will the sources of mongot be published when it is GA?

We do plan on making the mongot source available and licensing with the SSPL when we are ready to release a GA version :slight_smile:

1 Like

This topic was automatically closed after 90 days. New replies are no longer allowed.