Experiment - Vector store selection (Pinecone, Chroma, FAISS)
Problem:You want to store and search many vectors efficiently for a machine learning application. You have tried three vector stores: Pinecone, Chroma, and FAISS. Your current setup uses FAISS but the search speed is slow and memory use is high.
Current Metrics:Search speed: 150 ms per query; Memory usage: 8 GB; Recall@10: 85%
Issue:The model overfits to FAISS's default settings causing slow search and high memory use. You want faster search with similar or better recall.