mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
[PR #406] [MERGED] docs: add clone dataset command to rag evaluation tutorial #475
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add-clone-dataset-command📝 Commits (1)
5c064c3add: 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.