ChatGPT SearchSep 19, 2026
For debugging RAG retrieval specifically, I’d shortlist Arize Phoenix and LangSmith rather than a generic APM platform.
- Arize Phoenix — particularly strong if your main question is “why did the retriever return these chunks?” It traces retrieval spans, exposes retrieved documents/chunks, supports retrieval-specific evaluations, datasets, and experiments, and is open source/self-hostable.
- LangSmith — a strong choice if you want an integrated production workflow. It traces retrieval and generation separately and supports metrics such as context precision/recall and faithfulness, plus offline regression testing and production monitoring.
My practical pick
If retrieval debugging is the priority: Phoenix.
Sources5
- arize.comWhat is Arize Phoenix? - Phoenix
- arize.comLLM Tracing and Observability - Arize AI
- info.langchain.comEvaluate RAG Quality in Production | LangSmith
- docs.langchain.comEvaluation types - Docs by LangChain
- github.comphoenix/.agents/skills/phoenix-evals/references/evaluators-rag.md at main · Arize-ai/phoenix · GitHub