Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update src/canopy/context_engine/context_engine.py
Browse files Browse the repository at this point in the history
Co-authored-by: igiloh-pinecone <[email protected]>
  • Loading branch information
acatav and igiloh-pinecone authored Nov 1, 2023
1 parent 40c3cf2 commit 317e094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/context_engine/context_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self,
Args:
knowledge_base: The knowledge base to query for retrieving documents
context_builder: The context builder to use for building the context from the retrieved documents
context_builder: The context builder to use for building the context from the retrieved documents. Defaults to `StuffingContextBuilder`
global_metadata_filter: A metadata filter to apply to all queries. See: https://docs.pinecone.io/docs/metadata-filtering
""" # noqa: E501

Expand Down

0 comments on commit 317e094

Please sign in to comment.