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

v3.0.0a0 is sometimes broken out-of-the-box #1172

Open
ellisonbg opened this issue Dec 30, 2024 · 2 comments
Open

v3.0.0a0 is sometimes broken out-of-the-box #1172

ellisonbg opened this issue Dec 30, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@ellisonbg
Copy link
Contributor

ellisonbg commented Dec 30, 2024

Description

I am testing the Jupyter AI, 3.0 prerelease and wanted to record the bugs I am finding.

Spinning orange wheel when loading chat document

  1. Start JupyterLab.
  2. Create new chat using the launcher button.
  3. Type a message into the chat.
  4. Open new browser tab to test collaboration.
  5. See orange spinner for about a minute before the document loads.

Screenshot 2024-12-30 at 9 30 23 AM

Document eventually loads and the console log says [I 2024-12-30 09:35:38.178 YDocExtension] Processed 48 Y patches in one minute. If I stop the JupyterLab server and restart it, the first time I load JupyterLab in the browser, it load the chat document instantly. Any subsequent attempt to load the file takes a minute with the orange spinner. Restarting the server fixes it again for one load.

AI Settings

  1. Start JupyterLab.
  2. Go to "Settings" menu and pick "AI Settings".
  3. See the following error.

Screenshot 2024-12-30 at 9 32 30 AM

Context

  • MacOS

  • New micromamba based environment with Python latest.

  • pip install jupyter-ai

  • pip install langchain-aws

@ellisonbg ellisonbg added the bug Something isn't working label Dec 30, 2024
@ellisonbg
Copy link
Contributor Author

I am not seeing this behavior with the following conda env:

name: jupyter-ai-testing
dependencies:
  - python
  - pip:
    - jupyterlab==4.2.5
    - jupyter-ai==3.0.0a0
    - langchain-aws

In the above test where I saw the problems, I installed with the following in an empty conda env with Python/pip only:

pip install --pre jupyter-ai
pip install langchain-aws

@dlqqq dlqqq changed the title Testing the 3.0 prerelease. v3.0.0a0 is sometimes broken out-of-the-box Dec 30, 2024
@dlqqq dlqqq added this to the v3.0.0 milestone Dec 30, 2024
@srdas
Copy link
Collaborator

srdas commented Dec 31, 2024

I am not seeing this behavior with the following conda env:

name: jupyter-ai-testing
dependencies:
  - python
  - pip:
    - jupyterlab==4.2.5
    - jupyter-ai==3.0.0a0
    - langchain-aws

In the above test where I saw the problems, I installed with the following in an empty conda env with Python/pip only:

pip install --pre jupyter-ai
pip install langchain-aws

I am getting the same error in a conda dev environment with jupyterlab=4.3.3 and jupyter-ai==3.0.0a0

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

No branches or pull requests

3 participants