Paperless-ngx is an extensive document management system. 3.0.0 has just been released.

It seems from a user/admin perspective that a lot of obsolete stuff under the hood got removed and they did some performance stuff, but it’s also full of AI features. There’s too many changes to read them all though, I wonder if there’s a blogpost or something somewhere summarizing the main changes.

Personally I’ll stay with 2.X for some days at least to see what people say about the new version. I’m not interested to have AI parse my documents, the alrogirthmic auto tagging etc works quite well.

  • mbirth 🇬🇧@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 hours ago

    database schema improvements, which is a particularly tricky thing to work on

    Not, if you know what you’re doing.

    I dont like AI, I wish I could go back to the world before it, but I cant.

    You do know that you can use LLMs to get inspiration and suggestions but then still implement those things by hand? Which is also a great way to make sure it doesn’t change something else in the background. Also, if you use Claude like you’ve used StackOverflow and Google before, you don’t even have to mention it as a Co-Author.

    • bmcgonag@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 hours ago

      I disagree with your broad statement that SQL in general isn’t tricky to make more performant if you know what you’re doing. Worked with DBAs who have decades of experience who have gotten great help in streamlining queries and schemas from AI tools in the last couple of years.