Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Feedback

Showing 44 of 4027

Vector Search Index support in pymongo

Currently creating a Search Index of type "vector" is not possible with pymongo v4.6.2. https://www.mongodb.com/community/forums/t/create-vector-search-pymongo-latest-version-returns-command-not-found/267874/3?u=matthieu_mazzolini
Guest about 2 years ago in Vector Search 0 Submitted

RAG and Semantic Search Tools in the Atlas Search Playground

Have ideas about what features would be helpful for RAG and Semantic Search in the Atlas Search Playground? Let us know!
Guest almost 2 years ago in Vector Search 1 Submitted

Validation should support default values

Various users feel that validation should support default values. See, for instance: https://www.mongodb.com/community/forums/t/support-default-value-in-schema-validation/319684 https://www.mongodb.com/community/forums/t/setting-default-values-in-...
Guest 12 months ago in Data Modeling & Indexing 0 Submitted

Make Push-Based Log Export configurable

Currently both mongod and mongo-audit logs pushed every 5 mins. Not every customer/team interested in same frequency and all logs. It would be great if we can customize what logs to be pushed with granularity. - enable mongod or mongo-audit ind...
Guest 8 months ago in Vector Search 0 Submitted

if you could please improve the exam issue

completed the GenAI but did not get my badge
Guest about 1 year ago in Vector Search 0 Submitted

Add "await" option for search index operations

Extend createSearchIndex options to include an await boolean type that polls listSearchIndexes to determine the state of a search index operation. Something like this: db.movies.createSearchIndex( "example-index", { mappings: { dynamic: true },...
Guest over 1 year ago in Vector Search 0 Submitted

Rename an existing index

Allow for the possibility of renaming an existing index, without having to drop and recreate it. Let us say a unique index exists in production, it might not be possible to safely drop it. Yet the index name might not be ideal.
Guest over 4 years ago in Data Modeling & Indexing 2 Submitted

Allow descriptions for $expr sections in DB validation

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. Our collection has some complex $expr rules for validating our collection. Unfortunately, $expr does not allow us to add a...
Habibullah Aslam 5 months ago in Data Modeling & Indexing / Querying & Aggregations 1 Will Not Implement

Project out embedding fields by default in $vectorSearch

We should update the default behavior to project out embeddings, since they are typically not used in subsequent aggregation stages, with an additional query parameter to force include them.
Guest almost 2 years ago in Vector Search 0 Submitted

Extend schema validation to be able to enforce referential integrity between collections

Where a relational database uses 2 tables to store a 1:many "parent - child" relationship between entities, MongoDB mostly stores the child documents in an array file as part of the parent document. This automatically ensures referential integrity...
Guest about 3 years ago in Data Modeling & Indexing 0 Submitted