Skip to content

Commit

Permalink
Set Cloud as Policy source
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj725 committed Sep 12, 2024
1 parent 84af44e commit 0bc6d5a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
from langchain_community.chains.pebblo_retrieval.utilities import (
PLUGIN_VERSION,
PebbloRetrievalAPIWrapper,
PolicySource,
get_runtime,
)

Expand Down Expand Up @@ -255,6 +256,7 @@ def from_chain_type(
classifier_location=classifier_location,
classifier_url=classifier_url,
app_name=app_name,
policy_source=PolicySource.CLOUD,
)
# send app discovery request
pb_client.send_app_discover(app)
Expand Down

0 comments on commit 0bc6d5a

Please sign in to comment.