[PR #59] [MERGED] Add retrieval intro; Add links #69

Closed
opened 2026-02-16 00:18:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-benchmarks/pull/59
Author: @hinthornw
Created: 11/21/2023
Status: Merged
Merged: 11/21/2023
Merged by: @hinthornw

Base: mainHead: wfh/add_intros


📝 Commits (2)

📊 Changes

8 files changed (+141 additions, -27 deletions)

View changed files

📝 docs/source/notebooks/retrieval/comparing_techniques.ipynb (+0 -0)
docs/source/notebooks/retrieval/intro.ipynb (+111 -0)
📝 docs/source/notebooks/retrieval/langchain_docs_qa.ipynb (+2 -15)
📝 docs/source/notebooks/retrieval/semi_structured.ipynb (+0 -0)
📝 docs/source/toc.segment (+3 -3)
📝 langchain_benchmarks/rag/tasks/langchain_docs/task.py (+2 -3)
📝 langchain_benchmarks/rag/tasks/semi_structured_earnings/task.py (+2 -1)
📝 langchain_benchmarks/schema.py (+21 -5)

📄 Description

  • Adds links so you can more easily click and navigate
  • Adds intro describing rag task and schema

🔄 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/langchain-benchmarks/pull/59 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 11/21/2023 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/add_intros` --- ### 📝 Commits (2) - [`94c3760`](https://github.com/langchain-ai/langchain-benchmarks/commit/94c3760cd6277a66fdf96546e2c0a4f67f4909b6) Add retrieval intro; Add llinks - [`ef50a78`](https://github.com/langchain-ai/langchain-benchmarks/commit/ef50a789a053f81b8ac627055ca423635929e4ec) lint ### 📊 Changes **8 files changed** (+141 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `docs/source/notebooks/retrieval/comparing_techniques.ipynb` (+0 -0) ➕ `docs/source/notebooks/retrieval/intro.ipynb` (+111 -0) 📝 `docs/source/notebooks/retrieval/langchain_docs_qa.ipynb` (+2 -15) 📝 `docs/source/notebooks/retrieval/semi_structured.ipynb` (+0 -0) 📝 `docs/source/toc.segment` (+3 -3) 📝 `langchain_benchmarks/rag/tasks/langchain_docs/task.py` (+2 -3) 📝 `langchain_benchmarks/rag/tasks/semi_structured_earnings/task.py` (+2 -1) 📝 `langchain_benchmarks/schema.py` (+21 -5) </details> ### 📄 Description - Adds links so you can more easily click and navigate - Adds intro describing rag task and schema --- <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-16 00:18:07 -05:00
yindo closed this issue 2026-02-16 00:18:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-benchmarks#69