Skip to main content
Glama
216,189 tools. Last updated 2026-06-20 07:08

"Kotlin RAG (Retrieval-Augmented Generation) implementation resources" matching MCP tools:

  • Ask questions about memory files using retrieval-augmented generation to get answers from stored content with configurable search modes.
    MIT
  • Create a named local vector index for retrieval-augmented generation. Documents added are embedded via Ollama for local RAG without cloud dependencies.
  • Extract answers from web pages by analyzing content with AI. Provide a URL and question to get specific information from the page.
    MIT
  • Ask natural-language questions about your browsing history and get AI-powered answers using RAG. Filter results by event type, domain, or time window.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enhances AI model capabilities with structured, retrieval-augmented thinking processes that enable dynamic thought chains, parallel exploration paths, and recursive refinement cycles for improved reasoning.
    Last updated
    24
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables retrieval-augmented generation by embedding queries with a chosen provider (e.g., OpenAI) and searching supported vector stores (Pinecone, pgvector) to return relevant content.
    Last updated
    Apache 2.0

Matching MCP Connectors

  • Stores a knowledge fragment with source and evidence tier metadata for future retrieval via semantic RAG queries.
    MIT
  • Generate 768-dimensional embedding vectors for retrieval-augmented generation (RAG). Supports single text or batch input, with a pay-per-call cost of 2 sats.
    MIT
  • Run a complete RAG pipeline that retrieves chunks, generates answers, and scores them on context relevance and citation faithfulness. Returns per-query and aggregate metrics.
    MIT
  • Upload files to process and index them for searchable knowledge retrieval using RAG (Retrieval-Augmented Generation) technology.
    MIT
  • Search uploaded documents using RAG to find answers with citations. Ask questions to retrieve information from your knowledge base.
    MIT
  • Delete files from the RAG system to manage storage and maintain relevant content for retrieval-augmented generation tasks.
    MIT
  • Add files to a RAG system for document retrieval, supporting PDF, DOCX, TXT, MD, CSV, and JSON formats to enable semantic search and information access.
    MIT