This paper reports the results of a Retrieval-Augmented Generation (RAG) model submitted to the 2025 SIGIR LiveRAG Challenge. Using DataMorgana QA pairs, we explored RAG solutions that maximize accuracy using LLM with up to 10B parameters and Falcon-3-10B. After experimenting with various retriever combinations and RAG solutions leveraging OpenSearch and Pinecone indices, we selected InstructRAG, which uses the Pinecone retriever and BGE reranker, as the final solution. This solution achieved an accuracy score of 1.13 and a fidelity score of 0.55 in non-human evaluation, placing it third overall.