• Bazell@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    21 hours ago

    A separate subsystem for an AI chatbot that allows it to get related to the user input information from text files(database) without scanning it all each time or having as an input to the promt, thus reducing hallucinations since instead of telling you something “from the head” it has an input in the form like this: user_input+info_content+memory.

    Despite RAG being really helpful in many ways it doesn’t eliminate hallucinations completely. Only lowers them to some point.