Skip to main content

Serverless chat UI Jupyter widget for langchain conversational AIs

Project description

ipylangchat 💬

A minimal Chat UI Jupyter Widget for language models. Built with anywidget 💪.

Lets you talk to a LangChain runnable or agent, such as a conversational RAG, directly in a Jupyter environment (Notebook, Lab, Google Colab, VSCode). No need to serve a web application.

See the RAG example notebook.

Installation

pip install ipylangchat

Development installation

Create a virtual environment and and install ipylangchat in editable mode with the optional development dependencies:

python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"

Open example.ipynb in JupyterLab, VS Code, or your favorite editor to start developing. Changes made in src/ipylangchat/static/ will be reflected in the notebook.

Usage

Note: This is still a very basic implementation that demonstrates the power of the anywidget framework to bring custom UIs into Jupyter.

Right now, the widget accepts a chain using a prompt template that takes in human input as {input} and keeps track of chat history through a {chat_history} message placeholder. See the langchain docs and our example of a conversational RAG on the anywidget documentation.

import ipylangchat

ipylangchat.ChatUIWidget(chain)

Image of a ChatUIWidget

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipylangchat-0.0.1.tar.gz (119.0 kB view hashes)

Uploaded Source

Built Distribution

ipylangchat-0.0.1-py2.py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page