A personal chatbot that can search through your notes and saved documents sounds like an obvious application of LLMs, but for some reason I can’t find such a project. Are there any in the works?

  • Zeth0s@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    9 months ago

    You can easily build one yourself. Check llamaindex and langchain for prebacked solutions. Otherwise the math is pretty trivial if you are using normalized embeddings. You can quickly do one with numpy.

    My suggestion anyway is to start with langchain, full of tutorials executable as jupyter notebook