Quantcast
Channel: Active questions tagged mongodb-atlas - Stack Overflow
Browsing all 219 articles
Browse latest View live
↧

Trouble with prefilters in MongoDB Atlas and Langchain: 'Path needs to be...

How do I use prefilters with langchain and mongodb atlas?Here's my example models:class Question(Document): content = StringField(required=True)class ResponseFragment(Document): question =...

View Article


Access MongoDB Atlas from Bitbucket Pipelines build environments

I am trying to do some CRUD MongoDB operations from bitbucket pipelines. I have a Dedicated MongoDB cluster hosted in MongoDB Atlas AWS Setup. The problem is I am not able to connect to the cluster...

View Article

How to verify accessToken of a user in mongo atlas?

I'm using mongo atlas/realm in my React project. I log into a user using username and password and after I get an accessToken back from Mongo but with no secret key.In my serverless Atlas function how...

View Article

Image may be NSFW.
Clik here to view.

I'm getting this error "URL scheme "mongodb+srv" is not supported."

In react.js I'm making a api call using post method but I'm getting error in the console.Here is my backend code const editNote = async (id, title, description, tag) => { //api callconst host =...

View Article

How to query MongoDB aggregate with collation option

I created a "brands" collection and then added an index collation: { locale: "en", strength: 2} on the "title" field. But when I try to query it using this collation it doesn't work as expected:const...

View Article


pipeline with only simple $lookup stage automatically unwinds the data in the...

I have two collections "users" and "persons", the "users" collection has an ObjectId of the "persons" collection ("person_id: "ObjectId("some_string")", I'm trying to get all users with the related...

View Article

Getting error connecting to mongodb atlas server and ssl routines and tlsv1...

I am trying to deploy my backend in Render but everytime it is deployed at first it works absolutely fine but once i try to access a certain api or route it shows me the ssl routines and tlsv1 error...

View Article

Trouble Fetching Data from MongoDB Atlas in Full Stack Blog Deployed on...

I've developed a full-stack blog website as part of my learning journey in web development. I'm relatively new to this field. The website includes an admin panel where admins can manage blog posts by...

View Article


Force close connections on mongo db that runs in atlas cloud

I have a mongo db cluster hosted on AWS via atlas cloud offering.Problem: I have gotten myself into a situation where I have idle/stale connections connected to my cluster and I can't seem to get rid...

View Article


queryTxt EDESTRUCTION cluster0.w2cgmbz.mongodb.net [duplicate]

(MacOS) following all process correctly for M0 free tier of mongoDB atlas cluster I am getting this error again and again connecting with mongoDB compass. I tried creating new cluster but the error is...

View Article

MongoDB: Atlas connection problems with Mongo Tools

Hey I am learning how to use a Mongodb Atlas using shell commands.I can successfully connect to my Atlas cluster via Mongo Shell. Unfortunately I can't do it with Mongo Tools (mongoimport, mongoexport,...

View Article

Perform YCSB benchmark on MongoDB atlas

I would like to measure the performance of MongoDb Atlas with the YCSB benchmark.For testing, I first performed the benchmark on ubuntu on a localhost mongo db instance, which works fine, so the...

View Article

Schema validation failed - Mongo db atlas device sync

I want to use the Atlas device sync feature of Mongo DB in my Application. I have modeled a BankAccount class in my Kotlin code like this.open class BankAccount: RealmObject, Searchable { @PrimaryKey...

View Article


How to check if mongodb atlas is connected? [closed]

I have this but no matter what I put inside it it does not throw any errors... How to make it show all errors? I dont know if I am connected because nothing gets POSTed.import mongoose, { Schema } from...

View Article

PlanExecutor error caused by embedding index not indexed as knnVector

I have an ML model written in torch which produces an embedding of size 512.I wrote a custom script utilizing the model and sending the embedding to the collection (which is empty).class...

View Article


Unable to connect mongodb cluster to the mongodb connector in elastic search

I am following this guide to try and sync my mongodb cluster to elastic search. I have done all the steps as specified by the guide. I have added the 0.0.0.0/0 IP address to the IP Access List in the...

View Article

Is there no way to create dictionary or custom stop word for Atlas Search?

It looks like there isn't a dictionary or any way to customize stop words and other indexing settings before creating an index in Atlas Search.I'm aware that we can set up synonym mappings after...

View Article


MongoDB C driver asks to connect a smart card reader when trying to ping...

When trying to ping MongoDB database though the C driver api, it asks to connect Smart Card Reader?The auth method used is SCRAM. I copied the connection string from MongoDB site and changed username +...

View Article

Image may be NSFW.
Clik here to view.

MongoDb atlas: How to remove atlas termination protection

I have an M2 cluster that I'm trying to terminate.But, when I do it says this:When I click on termination protection, it redirects me to the page where I can edit the cluster:I have no idea what to do...

View Article

atlas mongodb search with highlights

am writing to report an issue I encountered while using the text search feature in MongoDB. Specifically, I am facing challenges with extracting and aggregating highlighted text from nested fields in...

View Article
Browsing all 219 articles
Browse latest View live