Find
Search dashboard pages and product views.
Repositories
Evidence Refs
Run Artifacts
Trace Refs
Replay Entry
Search dashboard pages and product views.
These are repository signals used to attribute this repo to the product. They are not code written by the agent; they are matched package, middleware, environment, API, or UI locations found in the repository.
| Repository Signal | Matched Source | Matched Code Location | Preview |
|---|---|---|---|
readme | README title and key features — scoped to chatting with locally uploaded PDFs. | README.mdline 1 | Preview |
source | The corpus is built solely from local uploaded files parsed with PyMuPDF. | rag_chatbot/core/ingestion/ingestion.pyline 14 | Preview |
source | Retrieval is a local vector + BM25 fusion routed by an LLM selector over local retrieval tools. | rag_chatbot/core/engine/retriever.pyline 105 | Preview |
source | The query() answer entrypoint streams a chat answer over locally retrieved nodes. | rag_chatbot/pipeline.pyline 112 | Preview |
manifest | Dependency manifest lists only local retrieval/embedding/LLM packages. | pyproject.tomlline 8 | Preview |