built a no-AI docs Q&A engine (BM25 + WordNet) and the public demo indexes FastAPI's docs as the test corpus: https://kb-api-q30f.onrender.com #1800
teamerisingstars
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @tiangolo (and Typer maintainers),
Already mentioned this on Twitter — built a no-AI docs Q&A engine
(BM25 + WordNet) and the public demo indexes FastAPI's docs as the
test corpus: https://kb-api-q30f.onrender.com
Wanted to flag the same approach could work for Typer's docs (or any
of your projects). Free GitHub Action, no LLM cost, returns null when
the docs genuinely don't cover something so no fabricated answers.
Repo: https://github.com/teamerisingstars/KB-API
Happy to wire up a working PR against Typer's docs as a proof. No
expectation of adoption — just wanted to put it in front of you given
the FastAPI connection.
Cheers,
Sujith
All reactions