Hi bro any idea on how to embed existing documents in mongodb, i already have json data and wanted to do rag upon it, like how to bypass the loader part or how to load using json( tried that but not working)...
that's a bit different approch. i hope you already have embeddings of that input data you stored in mongodb. if no create embeddings and store it. then call your mongo cluster and configure for working. mongodb refer this doc - www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/
thanks
Hi bro any idea on how to embed existing documents in mongodb, i already have json data and wanted to do rag upon it, like how to bypass the loader part or how to load using json( tried that but not working)...
that's a bit different approch. i hope you already have embeddings of that input data you stored in mongodb. if no create embeddings and store it. then call your mongo cluster and configure for working. mongodb refer this doc - www.mongodb.com/docs/atlas/atlas-vector-search/vector-search-overview/