The community member is asking whether defining a vector_store makes sense for ListIndex and TreeIndex, since the embeddings are generated at query time rather than stored in the vector_store. The community member believes the embeddings will be generated every time a query is made.
Another community member agrees with the original poster's understanding.
For ListIndex and TreeIndex, does defining a vector_store even make sense? Because the embeddings are generated at query time, they aren't stored in the vector_store defined via storage_context right? The embeddings will be generated every time we query right?