Built a free GitHub Action that adds Q&A to a repo's /docs folder using BM25 (no LLM, no API keys, no data leaves the box). Runs in 40MB, fits the same "lightweight, terminal-first" philosophy Textual ships. #6557
Closed
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 Will and the Textual team,
Love what you've built — using Textual for a personal dashboard
project. Wanted to share something that might be useful for Textual's
docs:
Built a free GitHub Action that adds Q&A to a repo's /docs folder
using BM25 (no LLM, no API keys, no data leaves the box). Runs in
40MB, fits the same "lightweight, terminal-first" philosophy Textual
ships.
Live demo against FastAPI + Pydantic + Starlette docs:
https://kb-api-q30f.onrender.com
Repo: https://github.com/teamerisingstars/KB-API
Happy to set up a working PR against Textual's docs if you'd like to
see it indexing your content.
Cheers,
Sujith
All reactions