-
-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap for chat components #6291
Comments
Notes 2 in 1 Fileupload + input2 in 1 Fileupload + input is something we lack in general not only for text. But for tables, images,video,Audio and maybe more. Gradio provides components like that which makes model testing apps easy to create for their users. You can also think about it as drag and drop support. For non-chat use cases having a DragAndDropArea you could place a pane or (Tabulator) widget inside for display would be awesome.
|
I can't wrap my head around this. Can you elaborate?
Actually I'm not sure if it should be a component, or just a param of ChatFeed. What would this component add beyond being a button if it's not linked to anything? |
Yes. DragAndDropArea(Image("some_image.png")) If you drag an image into the above area it replaces |
Sounds awesome! |
Composability. It would be a lego brick that could be used with the |
Can you sketch out a param class for it? I still can't wrap my head around its benefit over using vanilla pn.widgets.Button. |
Highest priority:
Make it possible to customize styling of chat components Bug/Feature Req: ChatMessage misaligning avatar and message when timestamp or user tag disabled - No ability to remedy using stylesheets due to nesting of multiple Shadow DOMs #6235
Migrate and integrate
Status
component that streams agents' intermediate steps or context from RAG (better naming, likeCardUpdates
TBD?)Nice to haves:
Help
user for instructions for user, and gets ignored uponinstance.serialize
Add a defaultHelp
avatar to ChatFeed #5984The text was updated successfully, but these errors were encountered: