Create a vector search index for Atlas MongoDB initially
waldemarschmalz opened this issue · 2 comments
waldemarschmalz commented
Would it feasible to generate the vector search index upon startup? This approach may simplify deployments, as the API could establish a connection with MongoDB and instantiate the index.
Have I overlooked something or is there a specific reason this wouldn't be advisable?
danny-avila commented
Should be possible, I’ve been researching what might be the best way.
danny-avila commented
Just tried this, wasn't straightforward; also learned in the process that an M10+ cluster ($0.08/hr minimum) is required to create it programmatically.
Hopefully they change this in the future, especially when mongodb rolls vector search out for local installations