[PR #726] [MERGED] Pass through verify and timeout config to the extraction agent #828

Closed
opened 2026-02-16 00:19:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/726
Author: @adrianlyjak
Created: 5/16/2025
Status: Merged
Merged: 5/17/2025
Merged by: @neerajprad

Base: mainHead: fix-verify


📝 Commits (1)

  • 8fbd15d Pass through verify and timeout config to the extraction agent

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 llama_cloud_services/extract/extract.py (+2 -0)

📄 Description

verify=False is not being passed through when creating an agent, which causes difficulty when dealing with self signed certs


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/726 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/17/2025 **Merged by:** [@neerajprad](https://github.com/neerajprad) **Base:** `main` ← **Head:** `fix-verify` --- ### 📝 Commits (1) - [`8fbd15d`](https://github.com/run-llama/llama_cloud_services/commit/8fbd15d7e46236923d6c3c55a7e01b5761fb182f) Pass through verify and timeout config to the extraction agent ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `llama_cloud_services/extract/extract.py` (+2 -0) </details> ### 📄 Description `verify=False` is not being passed through when creating an agent, which causes difficulty when dealing with self signed certs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:13 -05:00
yindo closed this issue 2026-02-16 00:19:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#828