[PR #252] [MERGED] Add RAG and Backtesting tutorials #339

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/252
Author: @rlancemartin
Created: 5/16/2024
Status: Merged
Merged: 5/20/2024
Merged by: @rlancemartin

Base: mainHead: rlm/add-rag-and-backtesting-tutorials


📝 Commits (6)

📊 Changes

9 files changed (+648 additions, -0 deletions)

View changed files

versioned_docs/version-2.0/tutorials/backtesting.mdx (+172 -0)
versioned_docs/version-2.0/tutorials/rag.mdx (+476 -0)
versioned_docs/version-2.0/tutorials/static/answer_eval_flow.png (+0 -0)
versioned_docs/version-2.0/tutorials/static/answer_hallucination_flow.png (+0 -0)
versioned_docs/version-2.0/tutorials/static/comparison_view.png (+0 -0)
versioned_docs/version-2.0/tutorials/static/dataset_page.png (+0 -0)
versioned_docs/version-2.0/tutorials/static/document_relevance_flow.png (+0 -0)
versioned_docs/version-2.0/tutorials/static/rag_eval_overview.png (+0 -0)
versioned_docs/version-2.0/tutorials/static/rag_overview.png (+0 -0)

📄 Description

No description provided


🔄 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/252 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 5/16/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `rlm/add-rag-and-backtesting-tutorials` --- ### 📝 Commits (6) - [`da02c5d`](https://github.com/langchain-ai/langsmith-docs/commit/da02c5d112fe7d1eb61d9f719144360495898355) Add RAG and Backtesting tutorials - [`18a82fb`](https://github.com/langchain-ai/langsmith-docs/commit/18a82fb9ccf44725902a42f766e17cc10c8466f8) Update formatting - [`4086b60`](https://github.com/langchain-ai/langsmith-docs/commit/4086b60dc2a216e45c68c395e0ed2e18186499a5) Fmt - [`e066a1a`](https://github.com/langchain-ai/langsmith-docs/commit/e066a1a0d61d9e623e9ff974b2f61a9437254c34) rename test to experiment - [`2b8681c`](https://github.com/langchain-ai/langsmith-docs/commit/2b8681c51a911a3bd9e147274b2ae4df19780b74) Update backtesting.mdx - [`23bbab9`](https://github.com/langchain-ai/langsmith-docs/commit/23bbab904cade8e073dad9553c333e11ac365ff8) rename the RAG page ### 📊 Changes **9 files changed** (+648 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `versioned_docs/version-2.0/tutorials/backtesting.mdx` (+172 -0) ➕ `versioned_docs/version-2.0/tutorials/rag.mdx` (+476 -0) ➕ `versioned_docs/version-2.0/tutorials/static/answer_eval_flow.png` (+0 -0) ➕ `versioned_docs/version-2.0/tutorials/static/answer_hallucination_flow.png` (+0 -0) ➕ `versioned_docs/version-2.0/tutorials/static/comparison_view.png` (+0 -0) ➕ `versioned_docs/version-2.0/tutorials/static/dataset_page.png` (+0 -0) ➕ `versioned_docs/version-2.0/tutorials/static/document_relevance_flow.png` (+0 -0) ➕ `versioned_docs/version-2.0/tutorials/static/rag_eval_overview.png` (+0 -0) ➕ `versioned_docs/version-2.0/tutorials/static/rag_overview.png` (+0 -0) </details> ### 📄 Description _No description provided_ --- <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:17:52 -05:00
yindo closed this issue 2026-02-21 17:17:52 -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#339