commission-dashboard-assistant-RAG-
by SNEAKO7
Overview
A RAG-powered chatbot assistant for querying and managing commission data, integrated with a Microsoft Commerce Platform (MCP) backend.
Installation
uvicorn app:app --host 0.0.0.0 --port 8000Security Notes
The system involves a chatbot with RAG, posing potential prompt injection risks. Interaction with an 'MCP' and PostgreSQL implies handling sensitive business data; secure database and Redis configurations (authentication, network access) are critical. The server API itself will require robust authentication and authorization mechanisms to prevent unauthorized access.
Similar Servers
pa_agent
A conversational AI agent providing retrieval-augmented generation, long/short-term memory, and tool integrations including a CoinMarketCap (MCP) server for financial queries.
agent-tool
A full-stack AI agent platform offering conversational AI with RAG, multi-LLM support, and extensible tooling via Model Context Protocol (MCP) servers.
the-pensieve
The Pensieve server acts as a RAG-based knowledge management system, allowing users to store, query, and analyze their knowledge using natural language and LLM-powered insights.
tiny_chat
A RAG-enabled chat application that integrates with various LLM backends (OpenAI, Ollama, vLLM) and a Qdrant vector database, offering web search capabilities and an OpenAI-compatible API.