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

Providers link in docs is broken, no mention of cookiecutter? #163

Closed
krassowski opened this issue May 11, 2023 · 2 comments · Fixed by #165
Closed

Providers link in docs is broken, no mention of cookiecutter? #163

krassowski opened this issue May 11, 2023 · 2 comments · Fixed by #165
Labels
bug Something isn't working

Comments

@krassowski
Copy link
Member

The link here:

You can find the environment variables you need to set, and the Python packages you need, in
[`packages/jupyter-ai/jupyter_ai/providers.py`](https://github.com/jupyterlab/jupyter-ai/blob/main/packages/jupyter-ai/jupyter_ai/providers.py).

is dead. As of now there is:

https://github.com/jupyterlab/jupyter-ai/blob/main/packages/jupyter-ai/jupyter_ai/actors/providers.py

but it does not contain useful mentions of environment variables nor python packages.

There is a cookiecutter but I do not see it mentioned in the docs.

Out of curiosity is there a PoC for a local model?

@krassowski krassowski added the bug Something isn't working label May 11, 2023
@welcome
Copy link

welcome bot commented May 11, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@JasonWeill
Copy link
Collaborator

Hey @krassowski ! Thanks for opening this issue. Those two lines can be removed now, since they're redundant with the table that immediately follows them.

There is a cookiecutter for new AI modules, and we previously had documentation for it, but we are now recommending that people who would like to use custom LangChain chains declare them in their notebook and register an alias for them (see #136, which also includes documentation updates).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants