mirror of
https://github.com/langchain-ai/pinecone-serverless.git
synced 2026-07-21 15:15:32 -04:00
[PR #2] [MERGED] Crawl wikipedia #4
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/pinecone-serverless/pull/2
Author: @rschwabco
Created: 1/12/2024
Status: ✅ Merged
Merged: 1/12/2024
Merged by: @rlancemartin
Base:
main← Head:crawl-wikipedia📝 Commits (2)
40c6b09Crawl wikipedia, use dotenvf4a7980removed use_pods📊 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.