This paper presents a method to efficiently process and interpret network data for increasingly complex network operations. Existing Retrieval-Augmented Generation (RAG) methods, VectorRAG and GraphRAG, have problems in time, cost, and search efficiency due to the complexity and implicit nature of semi-structured technical data. In this paper, we propose FastRAG, a new RAG approach for semi-structured data. FastRAG extracts and structures data through schema learning and script learning without submitting the entire data source to LLM, and accurately retrieves rich information by integrating text search and knowledge graph (KG) queries. The evaluation results show that FastRAG provides accurate question-answering while improving time by up to 90% and cost by up to 85% compared to GraphRAG.