Queries and interprets Godot engine official documentation using a retrieval-augmented generation approach.
This command-line assistant leverages Retrieval-Augmented Generation (RAG) to provide intelligent answers by querying and interpreting Godot engine's official documentation. It features a robust pipeline that includes converting raw `.rst` documents into structured Markdown, intelligently splitting these into RAG-suitable JSON fragments, and then vectorizing them using Hugging Face semantic models. A FAISS vector database is built locally for efficient information retrieval, and the system integrates with the DeepSeek Chat API via FastMCP tools, enabling structured and interactive Q&A directly from a personalized Godot documentation knowledge base.