Vector-Knowledge-Base: Vector Knowledge Base is a semantic search engine that transforms various document types into a searchable knowledge base. It allows users to upload files like PDFs, Word documents, images, and code, then search them using natural language queries to find relevant information quickly.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Building a personal semantic search engine for various documents.
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.