wondering if anyone has got this working with a Meteor project … ie to createIndex and a query with a vector work. I assuming this would not work on your local MongoDB in dev environment ie you will have to be connected to a MongoDB Atlas database?
This is now in public preview for development and testing. I haven’t personally used it yet but I’m interested with Atlas search to replace our open search implementation.
Update - I have it running locally, will have a play later… but seems to be simple. Not sure yet of the traditionally createIndex etc works. I did i through Compass.
AS a above, I created the index via Compass… not sure if it will with createIndex yet.
I have embeddings working (using OPenAI for this right now). I am then searching via Compass and seems to be working… depending on my query (using openAI again) it seems to working… atleast with a small set of test docs.
Now I want to see if I can run the query via an aggregate via Meteor with the standard collections/aggregation. I’ll see how that goes.
I’m using Atlas Search in a new project. It was a good decision saving time and money. My case is not complex, but anyway the feature is very simple to configure.
This is the most comprehensive Atlas Search demo I watched in the past. It comes with a repo for the app presented and I think it contains all one needs to know https://www.youtube.com/watch?v=sopfYTUYJxk