Great video really cool concept that has a ton of applicable use cases.
@Maromasice5 ай бұрын
Will this work for queries that needs to make calculations, for example the average something or … where we need to run a mongo query ?
@alexthecodewolf5 ай бұрын
Good question, I don't think so but I'd have to test it - vector searches are generally designed to find contextually similar results, not for mathematically specific responses.
@CtrlGame9 ай бұрын
Really helpful!
@alexthecodewolf9 ай бұрын
Glad it helped!
@CtrlGame9 ай бұрын
Can I use the MongoDB from the official MongoDB website, without making an Azure Cosmos DB?
@alexthecodewolf9 ай бұрын
I think so! Official Mongo DB also has Vector search capabilities so everything should work pretty much the same, I just used Azure since it's easy to set up. You might have to do some digging to figure out which tiers or skus of MongoDB support what you need though, I'm not familiar with the capabilities custom or vanilla installs of Mongo.
@CtrlGame9 ай бұрын
@@alexthecodewolf Thanks for the fast answer
@saroshwadia9 ай бұрын
Great video 🙂- Could we store the data in Azure SQL instead? Which will be faster? Thx
@alexthecodewolf9 ай бұрын
Thanks! You can use Azure SQL but with a different approach since that's a relational SQL database. I have another video on my channel that goes over one way to accomplish that - you can also partially achieve this result by hooking up a search service to your Azure SQL database, which can index tables or views and make them queryable like this - I've actually been wanting to make a video about that too.
@saroshwadia9 ай бұрын
@@alexthecodewolf It would be great if you could make a video about that too 🙂