This MCP server, developed by Jean Ibarz, provides tools for listing and retrieving content from different knowledge bases. Built with TypeScript and leveraging libraries like Faiss and Hugging Face, it offers functionality to access and search through structured knowledge repositories. The implementation focuses on efficient retrieval and vectorization of knowledge base content, enabling AI models to query and utilize diverse information sources. By connecting AI systems with organized knowledge stores, this server facilitates use cases such as question answering, information retrieval, and knowledge-based reasoning, making it particularly useful for applications requiring access to curated information across multiple domains.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Lists the available knowledge bases.
Retrieves similar chunks from the knowledge base based on a query. Optionally, if a knowledge base is specified, only that one is searched; otherwise, all available knowledge bases are considered. By default, at most 10 document chunks are returned with a score below a threshold of 2. A different threshold can optionally be provided using the `threshold` parameter.