I am running experiments in LangGraph Studio through LangSmith. I have added datasets with examples and configured an LLM as the judge for correctness evaluation. The setup is for a RAG application.
When I execute the experiment against the staging environment via LangGraph Studio, the status shows “Experiments completed”, but no runs are displayed. That said, I can still see the traces under “Tracing Projects” as well as in “Evaluators”.
Do you see any errors in your deployment logs? The traces are showing up under the deployment’s tracing project, correct? Additionally, do you have any custom tracing setup in your project?
Hi @SujayPrabhu apologies for the delay here. I wanted to confirm – is this for a local server? If so, do you have LANGSMITH_API_KEY correctly defined in your projects .env file?