[PR #502] [MERGED] feat: add quickstart when you click on evaluation / add example reference #556

Closed
opened 2026-02-21 17:18:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/502
Author: @jakerachleff
Created: 11/4/2024
Status: Merged
Merged: 11/4/2024
Merged by: @jakerachleff

Base: mainHead: eval-quickstart


📝 Commits (7)

📊 Changes

4 files changed (+163 additions, -13 deletions)

View changed files

📝 docs/evaluation/how_to_guides/evaluation/evaluate_llm_application.mdx (+10 -12)
docs/evaluation/index.mdx (+123 -0)
docs/reference/data_formats/example_data_format.mdx (+28 -0)
📝 sidebars.js (+2 -1)

📄 Description

Some customers mentioned that it was too hard to get started when clicking on the evals docs. Now, when you click on evaluation in the side bar, you are taken to a evals specific quick start that matches the one we have in our app for onboarding.

Also updated our how to guide on defining evaluators to reference a page saying what examples actually are


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-docs/pull/502 **Author:** [@jakerachleff](https://github.com/jakerachleff) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@jakerachleff](https://github.com/jakerachleff) **Base:** `main` ← **Head:** `eval-quickstart` --- ### 📝 Commits (7) - [`c9904be`](https://github.com/langchain-ai/langsmith-docs/commit/c9904bedcd74c5b63bbed82bd1ac9433070cd4bc) feat: add quickstart when you click on evaluation - [`c87e892`](https://github.com/langchain-ai/langsmith-docs/commit/c87e892f34910f1cf3ab8daf93de940959becae8) fixes - [`7107f6c`](https://github.com/langchain-ai/langsmith-docs/commit/7107f6c2a0dfaf0856efdb2b4c8bc0784c7bcbdd) fixes - [`494dd70`](https://github.com/langchain-ai/langsmith-docs/commit/494dd70ca51bcaf27ff0ec165387e58f1ba8a6d5) fix - [`5ad95d9`](https://github.com/langchain-ai/langsmith-docs/commit/5ad95d956d234d05bd43ebf6fd682f122bd51c4e) fix - [`a6f5d70`](https://github.com/langchain-ai/langsmith-docs/commit/a6f5d703be6f5de5fcaab83cc0ca2e397519f6a8) fmt again - [`462c320`](https://github.com/langchain-ai/langsmith-docs/commit/462c3202400c97d1244802be13164a88c2e83201) fix ### 📊 Changes **4 files changed** (+163 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `docs/evaluation/how_to_guides/evaluation/evaluate_llm_application.mdx` (+10 -12) ➕ `docs/evaluation/index.mdx` (+123 -0) ➕ `docs/reference/data_formats/example_data_format.mdx` (+28 -0) 📝 `sidebars.js` (+2 -1) </details> ### 📄 Description Some customers mentioned that it was too hard to get started when clicking on the evals docs. Now, when you click on `evaluation` in the side bar, you are taken to a evals specific quick start that matches the one we have in our app for onboarding. Also updated our how to guide on defining evaluators to reference a page saying what examples actually are --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 17:18:21 -05:00
yindo closed this issue 2026-02-21 17:18:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#556