i had the response streaming perfectly before i updated my code to stop using SimpleVectorStore and start using ChromaVectorStore. Is there an extra config?
hmm, no there should be no extra config. Only the retrieval step changes when you switch vector dbs, the response synthesis component remains the same π€
for large indexes, that sounds about right. The default vector store is not optimized at all, just quickly gets you off the ground and trying things π