Educational RAG System is a Python project enabling AI-powered Q&A for education. It combines keyword matching and semantic search with MySQL and RAG, using Milvus for its vector database and Redis for caching. This hybrid approach aims to provide comprehensive answers by first querying structured data and then falling back to a vector-based retrieval system.
Opening Kapyn…