I have a locally persisted Vectorstore (created with VoyageAI embeddings). But every time I query it, my server makes external API calls to the VoyageAI embeddings API. It's very fast, but can someone explain why it needs to do this? I thought once I have the vectorstore kept locally there would be no need for ongoing calls to an external embeddings service.