I don't know how the bot was built, but given how fast they put this up, I bet it's a pretty simplistic RAG system. I noticed that for all 3 of my queries, the same 4 documents were referenced. It's probably using a top-K semantic match between my query and the document contents, but the nuances of my questions aren't well captured by the semantic embeddings.
That was pretty fast. Kudos to whoever built this.
The bot seems a bit too conservative, sticking to a bit of a script.
I don't know how the bot was built, but given how fast they put this up, I bet it's a pretty simplistic RAG system. I noticed that for all 3 of my queries, the same 4 documents were referenced. It's probably using a top-K semantic match between my query and the document contents, but the nuances of my questions aren't well captured by the semantic embeddings.