mirror of
https://github.com/run-llama/auto_rfp.git
synced 2026-08-27 02:01:17 -04:00
[PR #32] [CLOSED] Add support for LLAMACLOUD_BASE_URL #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (3)
65de5d5Add support for LLAMACLOUD_BASE_URLea89d07Add Dockerfiled336282Add Makefile📊 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.