Add missing comment char "#" before Load in chain.py for the rag-pinecone-rerank template (#15209)

Without this additional `#`, one needs to add it manually after
uncommenting the section.
pull/15102/head^2
Samuel Path 6 months ago committed by GitHub
parent a4ae4bc361
commit 138f97af23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ if os.environ.get("PINECONE_ENVIRONMENT", None) is None:
PINECONE_INDEX_NAME = os.environ.get("PINECONE_INDEX", "langchain-test")
### Ingest code - you may need to run this the first time
# Load
# # Load
# from langchain.document_loaders import WebBaseLoader
# loader = WebBaseLoader("https://lilianweng.github.io/posts/2023-06-23-agent/")
# data = loader.load()

Loading…
Cancel
Save