arst / ReverseImageSearch

Example application to demonstrate simple implementation of the vector based reverse image search in SQL Server
5 stars 5 forks source link

Milvus db #2

Closed Artur2 closed 6 months ago

Artur2 commented 6 months ago

Can we use Milvus with your example ?

arst commented 6 months ago

Yes, don't see any problem with that. For Milvus or Pinecone a vector is just a vector. It'd be way simpler since you don't need to implement cosine similarity manually and can leverage Milvus to do the job, and more performing if you use Milvus indexes.