-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
Hi Team,
MongoDB 8.2 has added preview support for Search and Vector indexes in the Community and Enterprise editions.
This feature request is about extending the existing Mongoose createSearchIndex infrastructure to support community, enterprise and Atlas based MongoDB deployments. Potentially, also supporting vector search (if possible)
https://mongoosejs.com/docs/api/model.html#Model.createSearchIndex()
MongoDB released v8.2 with support for search and vector search running locally.
https://www.mongodb.com/company/blog/product-release-announcements/supercharge-self-managed-apps-search-vector-search-capabilities
Motivation
The reason for this proposal is to facilitate local development of search and AI rag applications which was not possible without connect to Atlas.
Example
No response