[PR #406] [MERGED] docs: add clone dataset command to rag evaluation tutorial #475

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/406
Author: @kenchin110100
Created: 8/24/2024
Status: Merged
Merged: 8/29/2024
Merged by: @hinthornw

Base: mainHead: add-clone-dataset-command


📝 Commits (1)

  • 5c064c3 add: dataset clone command to avoid dataset not found error

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 versioned_docs/version-2.0/tutorials/Developers/rag.mdx (+7 -0)

📄 Description

While following the RAG evaluation page and doing the tutorial, I got an error LangSmithNotFoundError: Dataset LCEL-QA not found.

Since it is necessary to clone the LCEL-QA dataset beforehand in order to use it, I added a command of cloning dataset to the sample code.

Probably related to the following issue: https://github.com/langchain-ai/langsmith-docs/issues/297


🔄 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/406 **Author:** [@kenchin110100](https://github.com/kenchin110100) **Created:** 8/24/2024 **Status:** ✅ Merged **Merged:** 8/29/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `add-clone-dataset-command` --- ### 📝 Commits (1) - [`5c064c3`](https://github.com/langchain-ai/langsmith-docs/commit/5c064c3ab36fade6836a2e35b5e16b3c9b10d2de) add: dataset clone command to avoid dataset not found error ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `versioned_docs/version-2.0/tutorials/Developers/rag.mdx` (+7 -0) </details> ### 📄 Description While following the RAG evaluation page and doing the tutorial, I got an error `LangSmithNotFoundError: Dataset LCEL-QA not found`. Since it is necessary to clone the LCEL-QA dataset beforehand in order to use it, I added a command of cloning dataset to the sample code. Probably related to the following issue: https://github.com/langchain-ai/langsmith-docs/issues/297 --- <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:10 -05:00
yindo closed this issue 2026-02-21 17:18:10 -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#475