Open devansh-shah-11 opened 1 month ago
Hello I would like to work on this Can you assign it to me
Hey @Sai-ganesh-0004 , I hope the issue you working on is going well, If you need any help you may reach out to us, we'll be happy to guide you
Hey, I would love to work on this project. I have worked on fine tuning LLM'S and well as RAG's and have a fair understanding of vector embeddings and vector databases. I would be able to effectively contribute to this project. Could you please assign this to me. Thank you.
Is your feature request related to a problem? Please describe. Embedding searches in vector databases for face recognition can be slow, especially with large datasets. Faster retrieval methods are essential for efficient model evaluation and experimentation.
Describe the solution you'd like Implement optimizations for embedding search by leveraging indexing strategies like Approximate Nearest Neighbor (ANN) and caching mechanisms. These optimizations should be adaptable across different vector DBs (such as FAISS, Pinecone, Milvus) to ensure faster face recognition queries.
Additional context These optimizations will enhance overall system performance and enable more efficient searches, thereby improving the response time.
Checklist
[ ] Research Approximate Nearest Neighbor (ANN) libraries
[ ] Ensure support across different vector DBs
[ ] Integrate ANN search capabilities
[ ] Implement caching mechanisms for frequent searches
[ ] Test the optimized embedding search on large datasets
[ ] Document the embedding search optimization process