[PR #2] [MERGED] Crawl wikipedia #4

Closed
opened 2026-02-16 03:15:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/pinecone-serverless/pull/2
Author: @rschwabco
Created: 1/12/2024
Status: Merged
Merged: 1/12/2024
Merged by: @rlancemartin

Base: mainHead: crawl-wikipedia


📝 Commits (2)

📊 Changes

5 files changed (+129 additions, -76 deletions)

View changed files

.env.example (+5 -0)
.gitignore (+2 -0)
📝 app/chain.py (+30 -11)
📝 poetry.lock (+90 -63)
📝 pyproject.toml (+2 -2)

📄 Description

This PR adds a RunnableLambda to fetch wikipedia pages found by the retriever. It also adds the use of dotenv to manage enviornment variables.


🔄 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/pinecone-serverless/pull/2 **Author:** [@rschwabco](https://github.com/rschwabco) **Created:** 1/12/2024 **Status:** ✅ Merged **Merged:** 1/12/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `crawl-wikipedia` --- ### 📝 Commits (2) - [`40c6b09`](https://github.com/langchain-ai/pinecone-serverless/commit/40c6b097b14a124e40e0f79291ffde3485316686) Crawl wikipedia, use dotenv - [`f4a7980`](https://github.com/langchain-ai/pinecone-serverless/commit/f4a798093539e3e59360da9970f412ce3d0677de) removed use_pods ### 📊 Changes **5 files changed** (+129 additions, -76 deletions) <details> <summary>View changed files</summary> ➕ `.env.example` (+5 -0) ➕ `.gitignore` (+2 -0) 📝 `app/chain.py` (+30 -11) 📝 `poetry.lock` (+90 -63) 📝 `pyproject.toml` (+2 -2) </details> ### 📄 Description This PR adds a RunnableLambda to fetch wikipedia pages found by the retriever. It also adds the use of dotenv to manage enviornment variables. --- <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 03:15:27 -05:00
yindo closed this issue 2026-02-16 03:15:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/pinecone-serverless#4