What’s up, what’s down and what are you not sure about?

Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

  • Darkmoon_UK@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 days ago

    Are there any AI apps that will index markdown documents with a vector DB, then allow you to run natural language queries using some kind of RAG approach with a local LLM?

    Closest I’ve found is LlamaIndex, but this is still more of a ‘foundation’ than a turn-key solution and right now I’m too time-poor to do the assembly required…

    I realise I’m describing close-to-frontier tech, but is there anything more turn-key (Dockerised) out there yet?

    My use-case is pretty ‘vanilla’ in this space: Having a knowledge base and wanting quick answers to questions like “How should screen X behave if I am not a registered user?”.

    Thanks for any suggestions!