Enables Retrieval Augmented Generation (RAG) systems by providing a Python server that leverages OpenAI's vector store capabilities using the Model Context Protocol (MCP).
This Python-based server utilizes the Model Context Protocol (MCP) and OpenAI's vector store capabilities to facilitate Retrieval Augmented Generation (RAG) systems. It allows users to create vector databases from various file types within a specified directory and query these databases to retrieve relevant information. The server offers tools for creating and querying vector databases, integrating with Claude apps, and testing via MCP Inspector.