-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Have a separate package for the chat panel #205
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
To put things into perspective it would also be nice if the different commands like One use case would be to I would also love to be able to reuse the vector store they have I think the |
Thank you @MarcSkovMadsen ! I opened #434 to continue the conversation about making learn and ask functionality available outside the chat UI. I appreciate your contribution. |
We've been planning on creating a jupyterlab-chat package. This package would reside in jupyterlab-contrib, and would be used in jupyter-collaboration. The chat you developed in jupyter-ai already fits a lot with our requirements (and already works in collaboration). Of course, we could then contribute to jupyter-ai to use that jupyterlab-chat, if desired. |
@brichet Yes, please feel free to take inspiration from our existing implementation of a chat panel! By the way, if you're interested, I am open to meeting with other developers working on |
Thanks @dlqqq, I'm glad to read that.
Sure, thanks again, I'll let you know when we get a better overview of this chat on our end. |
Closing because Jupyter Chat now exists. |
Would it be possible to separate the UI stuff of the chat panel into a dedicated package ?
Problem
I started working on the frontend part of a chat panel for jupyter_collaboration at jupyterlab/jupyter-collaboration#155, without knowing about the jupyter-ai chat panel.
The chat panel in this project seems much more complete and I was wondering if we could reuse it for jupyter_collaboration.
It would therefore be nice to depend solely on the UI part, if possible.
Proposed Solution
Separate the UI part of the chat panel in a dedicated package.
The text was updated successfully, but these errors were encountered: