Replies: 1 comment
-
|
Currently there are two ways to customize the LlamaIndexServer layout for Python:
We'll add upload functionality soon, see #539 To fully customize the frontend, better use the TS version of llama index server, it's basically a NextJS app and you can eject the full NextJS code anytime, see https://www.npmjs.com/package/@llamaindex/server#eject-mode |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've create a chatbot with python LlamaIndex as backend, but I found I can only customize the ui-event by modifying the components/ui_event.jsx file.
What I want is to customize the chat panel itself. For example, to change the chat panel's relative width or add a upload button for file uploading.
Beta Was this translation helpful? Give feedback.
All reactions