feat: Add a config API for LlamaIndexServer #131

Open
opened 2026-02-15 19:16:12 -05:00 by yindo · 0 comments
Owner

Originally created by @leehuwuj on GitHub (Apr 2, 2025).

Instead of override the config.js file from FE, we can consider to use an API config.

  • The configuration that we can add to the API are:
    • App title
    • Starter questions
    • LlamaCloud config for selector if the user use LlamaCloud index.
    • Chat api endpoint

After this, we can remove the config.js file. But there is a disadvantage that we must use a fixed endpoint for the config.

Originally created by @leehuwuj on GitHub (Apr 2, 2025). Instead of override the config.js file from FE, we can consider to use an API config. + The configuration that we can add to the API are: - App title - Starter questions - LlamaCloud config for selector if the user use LlamaCloud index. - Chat api endpoint After this, we can remove the config.js file. But there is a disadvantage that we must use a fixed endpoint for the config.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#131