[PR #32] [CLOSED] Add support for LLAMACLOUD_BASE_URL #34

Closed
opened 2026-02-16 03:16:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/auto_rfp/pull/32
Author: @roland-at-ailtir
Created: 12/9/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

📊 Changes

14 files changed (+203 additions, -29 deletions)

View changed files

.env.local.example (+25 -0)
📝 .gitignore (+2 -0)
DOCKER.md (+17 -0)
Dockerfile (+52 -0)
Makefile (+50 -0)
📝 README.md (+10 -0)
app/api/health/route.ts (+21 -0)
📝 app/api/llamacloud/projects/route.ts (+2 -2)
📝 app/api/organizations/route.ts (+2 -2)
📝 app/api/projects/[projectId]/indexes/route.ts (+4 -4)
📝 lib/env.ts (+1 -0)
📝 lib/services/llamacloud-client.ts (+4 -3)
next.config.js (+0 -17)
📝 next.config.ts (+13 -1)

📄 Description

https://developers.llamaindex.ai/python/cloud/general/regions

Hi All. When your llama-cloud is hosted in the EU you need to use a different BASE_URL. Let's make this configurable. - RT


🔄 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/auto_rfp/pull/32 **Author:** [@roland-at-ailtir](https://github.com/roland-at-ailtir) **Created:** 12/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`65de5d5`](https://github.com/run-llama/auto_rfp/commit/65de5d5eb0ec9363d892f0887d48bf16863da9b2) Add support for LLAMACLOUD_BASE_URL - [`ea89d07`](https://github.com/run-llama/auto_rfp/commit/ea89d0787d12baf43b479bb3ba81d8d8a7b22c96) Add Dockerfile - [`d336282`](https://github.com/run-llama/auto_rfp/commit/d336282a111b672854c0ea5439f049bfd5bec0d7) Add Makefile ### 📊 Changes **14 files changed** (+203 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `.env.local.example` (+25 -0) 📝 `.gitignore` (+2 -0) ➕ `DOCKER.md` (+17 -0) ➕ `Dockerfile` (+52 -0) ➕ `Makefile` (+50 -0) 📝 `README.md` (+10 -0) ➕ `app/api/health/route.ts` (+21 -0) 📝 `app/api/llamacloud/projects/route.ts` (+2 -2) 📝 `app/api/organizations/route.ts` (+2 -2) 📝 `app/api/projects/[projectId]/indexes/route.ts` (+4 -4) 📝 `lib/env.ts` (+1 -0) 📝 `lib/services/llamacloud-client.ts` (+4 -3) ➖ `next.config.js` (+0 -17) 📝 `next.config.ts` (+13 -1) </details> ### 📄 Description https://developers.llamaindex.ai/python/cloud/general/regions Hi All. When your llama-cloud is hosted in the EU you need to use a different BASE_URL. Let's make this configurable. - RT --- <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 03:16:44 -05:00
yindo closed this issue 2026-02-16 03:16:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/auto_rfp#34