Skip to content
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

Implement jupyter-ai like interface #101

Open
MarcSkovMadsen opened this issue Nov 6, 2023 · 0 comments
Open

Implement jupyter-ai like interface #101

MarcSkovMadsen opened this issue Nov 6, 2023 · 0 comments

Comments

@MarcSkovMadsen
Copy link
Collaborator

MarcSkovMadsen commented Nov 6, 2023

I've now access to Jupyter-ai in my JupyterHub. Its provides an interface to a RAG.

They have implemented a pretty amazing UI where its really, really easy to learn. A user just needs to write /learn path/to/documents in the input widget. And it will be learned in a split second via a very efficient implementation using Dask. See https://github.com/jupyterlab/jupyter-ai/blob/ec75ba827945c48b6e707c6cc4835eb5c561b616/packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py#L138.

You should try it out and learn from their implementation @ahuang11 if you ever want to implement a chat interface for Panel or HoloViz. You can add markdown, python code, notebooks etc. in a split second and start using.

I would love for us to have a similar reference implementation. Would be so useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant