🤖 Phoenix Docs Search

Live search over 10 of 708 official Arize Phoenix documentation pages (129 chunks). Phoenix's full llms.txt index lists 708 pages — this prototype synced 10 as a proof-of-concept. The full MCP server supports syncing all 708 with phoenix-docs sync --max-pages 708. Runs entirely in your browser — no backend, no API keys, no server.

📄 10 of 708 Phoenix doc pages indexed · 129 chunks · arize.com/docs/phoenix only
How to use
  1. Select a page: click the dropdown and pick one of the 10 indexed pages — results appear automatically
  2. Ranked results: each result shows the source title, section heading, text excerpt, relevance score, and a direct link to the official Phoenix doc page
  3. Scores (0.000–1.000): a keyword relevance score — not a RAG or LLM score. Uses TF-IDF (Term Frequency–Inverse Document Frequency) — a classic information retrieval method that scores how well your query terms match each chunk. TF counts how often a word appears in a chunk. IDF weights rare words higher than common ones. The two are multiplied, then compared using cosine similarity. Common terms like "tracing" score lower (appear in many chunks); specific terms like "playground" or "PXI" score higher (fewer pages). Above 0.05 = relevant. Below = insufficient evidence. The full MCP server uses sentence-transformers for real semantic retrieval — this browser demo uses TF-IDF as a lightweight client-side alternative. See Arize's scikit-learn cosine similarity evaluator and retrieval relevance docs for how Phoenix scores retrieval in production.
  4. Abstention test: try a fake feature (e.g. QuantumBananaTracer) — the system returns no results rather than inventing an answer
⏳ Loading search index…