• ddh
    cake
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I guess the sell is easy access to Proton Drive for RAG here?

      • ddh
        cake
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 months ago

        Retrieval-augmented generation (RAG) is a technique that enables large language models (LLMs) to retrieve and incorporate new information. With RAG, LLMs do not respond to user queries until they refer to a specified set of documents. These documents supplement information from the LLM’s pre-existing training data. This allows LLMs to use domain-specific and/or updated information that is not available in the training data. For example, this helps LLM-based chatbots access internal company data or generate responses based on authoritative sources.

        From Retrieval-augmented generation.

        Specifically here, I imagine the idea is to talk to the chatbot about what’s in your documents.