What service can I use to ask questions about my database of blog posts? “Tell me everything you know about Grideon, my fictional character” etc

  • hedgehog@ttrpg.network
    link
    fedilink
    arrow-up
    1
    ·
    24 days ago

    Retrieval-Augmented Generation (RAG) is probably the tech you’d want. It basically involves a knowledge library being built from the documents you upload, which is then indexed when you ask questions.

    NotebookLM by Google is an off the shelf tool that is specialized in this, but you can upload documents to ChatGPT, Copilot, Claude, etc., and get the same benefit.

    If you self hosted, Open WebUI with Ollama supports this, but far from the only one.