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

Register any LangChain chain as a magic with %ai register #46

Closed
JasonWeill opened this issue Apr 7, 2023 · 0 comments · Fixed by #136
Closed

Register any LangChain chain as a magic with %ai register #46

JasonWeill opened this issue Apr 7, 2023 · 0 comments · Fixed by #136
Assignees
Labels
enhancement New feature or request @jupyter-ai/magics
Milestone

Comments

@JasonWeill
Copy link
Collaborator

JasonWeill commented Apr 7, 2023

Problem

Users must write custom Python code in this repository to add a new LangChain chain or AI model.

Proposed Solution

Add a %ai register command that registers a LangChain chain with a new name.

Registered LangChain chains should show up when the user runs %ai list.

Modify the example notebooks and documentation to refer to this new command.

@JasonWeill JasonWeill added enhancement New feature or request @jupyter-ai/magics labels Apr 7, 2023
@JasonWeill JasonWeill added this to the Milestone 3 milestone Apr 7, 2023
@JasonWeill JasonWeill self-assigned this Apr 21, 2023
@JasonWeill JasonWeill changed the title Register any LangChain chain as a magic with %%ai register Register any LangChain chain as a magic with %ai register May 1, 2023
@JasonWeill JasonWeill linked a pull request May 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request @jupyter-ai/magics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants