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

Missing Statement of Goals and User Documentation - "Getting Started", "Next steps", etc. #20

Closed
richlysakowski opened this issue Mar 30, 2023 · 7 comments
Labels
enhancement New feature or request

Comments

@richlysakowski
Copy link

richlysakowski commented Mar 30, 2023

Perhaps it is because this is a brand-new project, but there is not enough information for learn what this is supposed to do, and not enough for me to get started using, testing, or contributing to this.

I see several subrepositories, but those have no descriptions either, only links to themselves and the top-level repo. It looks like just a project template with some project stub repos. It is not (yet) for Python users, because almost all of the code is written in Typescript. (https://github.com/jupyterlab/jupyter-ai/tree/main/packages)

Can someone create a statement of goals, status, and initial user documentation?

That will help people learn how to use it and possibly contribute to it.

Thank you.

Rich Lysakowski

@richlysakowski richlysakowski added the enhancement New feature or request label Mar 30, 2023
@welcome
Copy link

welcome bot commented Mar 30, 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! 🎉

@brian-from-quantrocket
Copy link

brian-from-quantrocket commented Mar 31, 2023

There is a demo of the functionality in this pull request.

The project maintainers have acknowledged the need for documentation in another issue but this is a work in progress. Give it time.

I was able to get the extension installed and working with ChatGPT by following the instructions found here, with the following modifications:

  • Instead of pip install jupyter_ai you should pip install jupyter_ai jupyter_ai_chatgpt
  • Instead of setting c.GPT3ModelEngine.api_key, you should set c.ChatGptModelEngine.api_key

The idea of the project is that it can support more than one AI engine, so you're installing both the wrapper project and one or more engines to use.

@dlqqq
Copy link
Member

dlqqq commented Mar 31, 2023

@richlysakowski Yes, we are working on getting this project documented ASAP. We're allocating more effort towards this project to bring it to a more presentable and user-friendly state; this project is still very much in early development.

@brian-from-quantrocket Thank you for your kind words.

@dlqqq
Copy link
Member

dlqqq commented Mar 31, 2023

I've been hesitant to add documentation thus far because there's been a lot of design changes so far, so I wanted to minimize the redundant effort involved with making design changes and then correcting all of the docs.

@JasonWeill
Copy link
Collaborator

Documentation is a work in progress: follow issue #21. Thank you for your interest!

@JasonWeill
Copy link
Collaborator

User documentation is now live on ReadTheDocs: https://jupyter-ai.readthedocs.io/en/latest/

I'd love to hear your feedback on it!

@JasonWeill
Copy link
Collaborator

Closing because #21 is complete; please file additional enhancements if you have suggestions to improve the docs.

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

No branches or pull requests

4 participants