MongoDB is an open source document database. The company behind the open source product offers a managed cloud product MongoDB Atlas. As of right now, only the Atlas version supports vector search while the open source version does not.
To use MongoDB as your vector database, follow these steps -
You will need to provision a M10 (or higher) instance type to use Atlas vector search. Cheaper instance types or the free version (M0) give an error when vector indexes are created programatically.
You will need to add users separately and allow IP access from your relevant development and production environments.
If you can't find specific feature or run into issues, please feel free to reach out through the following channels.
MongoDB is an open source document database. The company behind the open source product offers a managed cloud product MongoDB Atlas. As of right now, only the Atlas version supports vector search while the open source version does not.
To use MongoDB as your vector database, follow these steps -
You will need to provision a M10 (or higher) instance type to use Atlas vector search. Cheaper instance types or the free version (M0) give an error when vector indexes are created programatically.
You will need to add users separately and allow IP access from your relevant development and production environments.
If you can't find specific feature or run into issues, please feel free to reach out through the following channels.