Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/vectara/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ def build(self) -> Vectara:
auth=client_config.auth_endpoint or client_config.api_endpoint
)

if client_config.api_endpoint or client_config.auth_endpoint:
raise Exception("Expecting api_endpoint and auth_endpoint to both be configured if one is.")

# Add custom httpx client if SSL verification is disabled
if not client_config.verify_ssl:
kwargs['httpx_client'] = httpx.Client(verify=False)
Expand Down
Loading