AskHR is an early exploration of an HR question-answering assistant: the kind of tool that lets employees ask plain-language questions about policies, benefits, and processes and get grounded answers back instead of digging through a wiki.
The concept
HR knowledge tends to live in scattered PDFs, intranet pages, and people’s heads. A focused assistant is a natural fit for retrieval-augmented answering, where questions are matched against an authoritative policy corpus and the model responds with citations rather than guesses. This repo is where I’ve been sketching that idea.
There’s no README on the repo yet, so I’m keeping this post honest: it’s a scratch/experimentation space rather than a finished product. If it grows into something more complete I’ll update this post with the architecture and how to run it.
Source code: github.com/avnit/askhr