RAG_FILE_SUMMARY.md
include/RAG_Tool_Handler.h - RAG tool handler headerlib/RAG_Tool_Handler.cpp - RAG tool handler implementationtest/test_rag_schema.cpp - Test to verify RAG database schematest/build_rag_test.sh - Simple build script for RAG testtest/Makefile - Updated to include RAG test compilationdoc/rag-documentation.md - Comprehensive RAG documentationdoc/rag-examples.md - Examples of using RAG toolsRAG_IMPLEMENTATION_SUMMARY.md - Summary of RAG implementationscripts/mcp/test_rag.sh - Test script for RAG functionalityinclude/MCP_Thread.h - Added RAG tool handler memberlib/MCP_Thread.cpp - Added RAG tool handler initialization and cleanuplib/ProxySQL_MCP_Server.cpp - Registered RAG endpointlib/AI_Features_Manager.cpp - Added RAG database schema creationinclude/GenAI_Thread.h - Added RAG configuration variableslib/GenAI_Thread.cpp - Added RAG configuration variable initializationscripts/mcp/README.md - Updated to include RAG in architecture and tools list/mcp/rag endpointrag.search_fts - Keyword search using FTS5rag.search_vector - Semantic search using vector embeddingsrag.search_hybrid - Hybrid search (fuse and fts_then_vec modes)rag.get_chunks - Fetch chunk contentrag.get_docs - Fetch document contentrag.fetch_from_source - Refetch authoritative datarag.admin.stats - Operational statisticsgenai.rag_enabled - Enable RAG featuresgenai.rag_k_max - Maximum search resultsgenai.rag_candidates_max - Maximum candidates for hybrid searchgenai.rag_query_max_bytes - Maximum query lengthgenai.rag_response_max_bytes - Maximum response sizegenai.rag_timeout_ms - Operation timeout