#mongodb atlas
1 messages · Page 1 of 1 (latest)
You can create a Mongo database in Railway, but you can't create a Mongo Atlas database in Railway. Mongo Atlas is MongoDB's own MongoDB hosting service- Railway is an entirely seperate entity
Otherwise, you can create a Mongo database on MongoDB Atlas and use it in a Railway service if that's what you mean
oh, i was primarily looking for like using mongodb for vectorization and noticed i couldnt enable it on the default railway mongodb
oh okay, i believe vector search is available on version 8.2 mongo databases, railway deploys a version 8 mongo database but you can set the version yourself after
alternatively use chroma for vector search instead 😼
https://railway.com/deploy/chromadb
huge tyty

No problem 🙂
!s