What are the best practices for retrieving answers in different languages from Pinecone when using OpenAI?

I am currently building a Retrieval-Augmented Generation (RAG) setup utilizing Pinecone and OpenAI. My goal is to store data in Pinecone in multiple languages and configure OpenAI to handle questions in different languages. The answers, stored in Pinecone, may be in a different language than the query. This setup aims to support multilingual data retrieval and response generation, ensuring seamless interaction across various languages.