issue: user valves don't show in integrations menu if tool code is imported #6504

Closed
opened 2025-11-11 16:57:39 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @Simon-Stone on GitHub (Sep 26, 2025).

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Git Clone

Open WebUI Version

v0.6.31

Ollama Version (if applicable)

No response

Operating System

macOS Sequoia

Browser (if applicable)

Chrome

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

When using this pattern for Tools the gear menu should show in the integrations menu if the imported Tools class contains user valves:

"""
title: Create Document
author: Simon Stone
requirements: git+https://github.com/dartmouth/dartmouth-chat-tools.git@dev
version: 0.1.0
"""

from dartmouth_chat_tools.create_document import Tools

Actual Behavior

The gear icon does not show because the presence of user valves is not detected.

Steps to Reproduce

Compare this way of importing the tool:

"""
title: Create Document
author: Simon Stone
requirements: git+https://github.com/dartmouth/dartmouth-chat-tools.git@dev
version: 0.1.0
"""

from dartmouth_chat_tools.create_document import Tools

With directly copying the raw source into OWUI's editor.

The gear icon will not show up for the import pattern, but it will show up for the raw source.

The user valves show up in the chat controls just fine in either case.

Logs & Screenshots

No errors.

Additional Information

The problem seems to be in open_webui.routers.tools.py:49:

"has_user_valves": "class UserValves(BaseModel):" in tool.content,

This line relies on the full source code being put into the editor window, so it fails for the above pattern.

Originally created by @Simon-Stone on GitHub (Sep 26, 2025). ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Git Clone ### Open WebUI Version v0.6.31 ### Ollama Version (if applicable) _No response_ ### Operating System macOS Sequoia ### Browser (if applicable) Chrome ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior When using this pattern for Tools the gear menu should show in the integrations menu if the imported `Tools` class contains user valves: ``` """ title: Create Document author: Simon Stone requirements: git+https://github.com/dartmouth/dartmouth-chat-tools.git@dev version: 0.1.0 """ from dartmouth_chat_tools.create_document import Tools ``` ### Actual Behavior The gear icon does not show because the presence of user valves is not detected. ### Steps to Reproduce Compare this way of importing the tool: ``` """ title: Create Document author: Simon Stone requirements: git+https://github.com/dartmouth/dartmouth-chat-tools.git@dev version: 0.1.0 """ from dartmouth_chat_tools.create_document import Tools ``` With directly copying [the raw source](https://github.com/dartmouth/dartmouth-chat-tools/blob/main/src/dartmouth_chat_tools/create_document.py) into OWUI's editor. The gear icon will _not_ show up for the import pattern, but it will show up for the raw source. The user valves show up in the chat controls just fine in either case. ### Logs & Screenshots No errors. ### Additional Information The problem seems to be in `open_webui.routers.tools.py:49`: ``` "has_user_valves": "class UserValves(BaseModel):" in tool.content, ``` This line relies on the full source code being put into the editor window, so it fails for the above pattern.
GiteaMirror added the bug label 2025-11-11 16:57:39 -06:00
Author
Owner

@rgaricano commented on GitHub (Sep 26, 2025):

Image

Image

@rgaricano commented on GitHub (Sep 26, 2025): ![Image](https://github.com/user-attachments/assets/e53db252-01da-4e0e-a6e2-b3d91a8373f2) ![Image](https://github.com/user-attachments/assets/8c5a83e2-25bd-480c-a383-38e42caa1671)
Author
Owner

@Simon-Stone commented on GitHub (Sep 26, 2025):

@rgaricano Yes, this is what it looks like when you paste in the full source. Does it also work for you when you use the import pattern?

@Simon-Stone commented on GitHub (Sep 26, 2025): @rgaricano Yes, this is what it looks like when you paste in the full source. Does it also work for you when you use the import pattern?
Author
Owner

@rgaricano commented on GitHub (Sep 26, 2025):

yes, it seem that work, & it install A LOT of packages without confirmation... I stopped because it overwrite my installed lib versions!!!

Sep 26 13:02:47 ricardo-PC startssh.sh[58608]: 2025-09-26 13:02:47.584 | INFO     | open_webui.utils.plugin:install_frontmatter_requirements:229 - Installing requirements: git+https://github.com/dartmouth/dartmouth-chat-tools.git@dev
Sep 26 13:02:48 ricardo-PC startssh.sh[67397]: Defaulting to user installation because normal site-packages is not writeable
Sep 26 13:02:49 ricardo-PC startssh.sh[67397]: WARNING: Ignoring invalid distribution ~encentcloud-sdk-python (/home/ricardo/.local/lib/python3.12/site-packages)
Sep 26 13:02:49 ricardo-PC startssh.sh[67397]: Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Sep 26 13:02:49 ricardo-PC startssh.sh[67397]: Collecting git+https://github.com/dartmouth/dartmouth-chat-tools.git@dev
Sep 26 13:02:49 ricardo-PC startssh.sh[67397]:   Cloning https://github.com/dartmouth/dartmouth-chat-tools.git (to revision dev) to /tmp/pip-req-build-z3_495so
Sep 26 13:02:49 ricardo-PC startssh.sh[67397]:   Running command git clone --filter=blob:none --quiet https://github.com/dartmouth/dartmouth-chat-tools.git /tmp/pip-req-build-z3_495so
Sep 26 13:02:52 ricardo-PC startssh.sh[67397]:   Running command git checkout -b dev --track origin/dev
Sep 26 13:02:52 ricardo-PC startssh.sh[67397]:   Cambiado a nueva rama 'dev'
Sep 26 13:02:52 ricardo-PC startssh.sh[67397]:   rama 'dev' configurada para rastrear 'origin/dev'.
Sep 26 13:02:52 ricardo-PC startssh.sh[67397]:   Resolved https://github.com/dartmouth/dartmouth-chat-tools.git to commit e104521b41c53a4455856b12e875ff58f2647600
Sep 26 13:02:52 ricardo-PC startssh.sh[67397]:   Installing build dependencies: started
Sep 26 13:03:03 ricardo-PC startssh.sh[67397]:   Installing build dependencies: finished with status 'done'
Sep 26 13:03:03 ricardo-PC startssh.sh[67397]:   Getting requirements to build wheel: started
Sep 26 13:03:04 ricardo-PC startssh.sh[67397]:   Getting requirements to build wheel: finished with status 'done'
Sep 26 13:03:04 ricardo-PC startssh.sh[67397]:   Preparing metadata (pyproject.toml): started
Sep 26 13:03:04 ricardo-PC startssh.sh[67397]:   Preparing metadata (pyproject.toml): finished with status 'done'
Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Collecting open-webui>=0.6.25 (from dartmouth-chat-tools==0.1.0)
Sep 26 13:03:06 ricardo-PC startssh.sh[67397]:   Downloading open_webui-0.6.31-py3-none-any.whl.metadata (24 kB)
Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: accelerate in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.10.1)
Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiocache in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.12.3)
Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiofiles in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (24.1.0)
Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiohttp==3.12.15 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.12.15)
Sep 26 13:03:08 ricardo-PC startssh.sh[67397]: Collecting alembic==1.14.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:08 ricardo-PC startssh.sh[67397]:   Downloading alembic-1.14.0-py3-none-any.whl.metadata (7.4 kB)
Sep 26 13:03:08 ricardo-PC startssh.sh[67397]: Requirement already satisfied: anthropic in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.68.0)
Sep 26 13:03:10 ricardo-PC startssh.sh[67397]: Collecting apscheduler==3.10.4 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:10 ricardo-PC startssh.sh[67397]:   Downloading APScheduler-3.10.4-py3-none-any.whl.metadata (5.7 kB)
Sep 26 13:03:10 ricardo-PC startssh.sh[67397]: Requirement already satisfied: argon2-cffi==25.1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (25.1.0)
Sep 26 13:03:11 ricardo-PC startssh.sh[67397]: Collecting asgiref==3.8.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:11 ricardo-PC startssh.sh[67397]:   Downloading asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB)
Sep 26 13:03:11 ricardo-PC startssh.sh[67397]: Requirement already satisfied: async-timeout in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.0.1)
Sep 26 13:03:13 ricardo-PC startssh.sh[67397]: Collecting authlib==1.6.3 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:13 ricardo-PC startssh.sh[67397]:   Downloading authlib-1.6.3-py2.py3-none-any.whl.metadata (1.6 kB)
Sep 26 13:03:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: azure-ai-documentintelligence==1.0.2 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.2)
Sep 26 13:03:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: azure-identity==1.25.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.25.0)
Sep 26 13:03:15 ricardo-PC startssh.sh[67397]: Collecting azure-storage-blob==12.24.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:15 ricardo-PC startssh.sh[67397]:   Downloading azure_storage_blob-12.24.1-py3-none-any.whl.metadata (26 kB)
Sep 26 13:03:15 ricardo-PC smartd[1651]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 60 to 59
Sep 26 13:03:15 ricardo-PC smartd[1651]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 40 to 41
Sep 26 13:03:15 ricardo-PC smartd[1651]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 106
Sep 26 13:03:16 ricardo-PC startssh.sh[67397]: Collecting bcrypt==4.3.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:16 ricardo-PC startssh.sh[67397]:   Downloading bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (10 kB)
Sep 26 13:03:18 ricardo-PC startssh.sh[67397]: Collecting black==25.1.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:18 ricardo-PC startssh.sh[67397]:   Downloading black-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (81 kB)
Sep 26 13:03:20 ricardo-PC startssh.sh[67397]: Collecting boto3==1.40.5 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:20 ricardo-PC startssh.sh[67397]:   Downloading boto3-1.40.5-py3-none-any.whl.metadata (6.7 kB)
Sep 26 13:03:22 ricardo-PC startssh.sh[67397]: Collecting chromadb==1.0.20 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:22 ricardo-PC startssh.sh[67397]:   Downloading chromadb-1.0.20-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB)
Sep 26 13:03:22 ricardo-PC startssh.sh[67397]: Requirement already satisfied: cryptography in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (45.0.7)
Sep 26 13:03:23 ricardo-PC startssh.sh[67397]: Collecting ddgs==9.0.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:24 ricardo-PC startssh.sh[67397]:   Downloading ddgs-9.0.0-py3-none-any.whl.metadata (15 kB)
Sep 26 13:03:25 ricardo-PC startssh.sh[67397]: Collecting docx2txt==0.8 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:26 ricardo-PC startssh.sh[67397]:   Downloading docx2txt-0.8.tar.gz (2.8 kB)
Sep 26 13:03:26 ricardo-PC startssh.sh[67397]:   Preparing metadata (setup.py): started
Sep 26 13:03:29 ricardo-PC startssh.sh[67397]:   Preparing metadata (setup.py): finished with status 'done'
Sep 26 13:03:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: einops==0.8.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.8.1)
Sep 26 13:03:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: fake-useragent==2.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.0)
Sep 26 13:03:31 ricardo-PC startssh.sh[67397]: Collecting fastapi==0.115.7 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:31 ricardo-PC startssh.sh[67397]:   Downloading fastapi-0.115.7-py3-none-any.whl.metadata (27 kB)
Sep 26 13:03:32 ricardo-PC startssh.sh[67397]: Collecting faster-whisper==1.1.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:32 ricardo-PC startssh.sh[67397]:   Downloading faster_whisper-1.1.1-py3-none-any.whl.metadata (16 kB)
Sep 26 13:03:34 ricardo-PC startssh.sh[67397]: Collecting firecrawl-py==1.12.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:34 ricardo-PC startssh.sh[67397]:   Downloading firecrawl_py-1.12.0-py3-none-any.whl.metadata (10 kB)
Sep 26 13:03:35 ricardo-PC startssh.sh[67397]: Collecting fpdf2==2.8.2 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:35 ricardo-PC startssh.sh[67397]:   Downloading fpdf2-2.8.2-py2.py3-none-any.whl.metadata (67 kB)
Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Collecting ftfy==6.2.3 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:36 ricardo-PC startssh.sh[67397]:   Downloading ftfy-6.2.3-py3-none-any.whl.metadata (7.8 kB)
Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-api-python-client in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.183.0)
Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-auth-httplib2 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.0)
Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-auth-oauthlib in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.2)
Sep 26 13:03:38 ricardo-PC startssh.sh[67397]: Collecting google-cloud-storage==2.19.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:38 ricardo-PC startssh.sh[67397]:   Downloading google_cloud_storage-2.19.0-py2.py3-none-any.whl.metadata (9.1 kB)
Sep 26 13:03:39 ricardo-PC startssh.sh[67397]: Collecting google-genai==1.38.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]:   Downloading google_genai-1.38.0-py3-none-any.whl.metadata (43 kB)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-generativeai==0.8.5 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.8.5)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: googleapis-common-protos==1.70.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.70.0)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httpx==0.28.1 in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.28.1)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: itsdangerous==2.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.0)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langchain-community==0.3.29 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.29)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langchain==0.3.27 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.27)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: ldap3==2.9.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.9.1)
Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: loguru==0.7.3 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.7.3)
Sep 26 13:03:41 ricardo-PC startssh.sh[67397]: Collecting markdown==3.8.2 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:41 ricardo-PC startssh.sh[67397]:   Downloading markdown-3.8.2-py3-none-any.whl.metadata (5.1 kB)
Sep 26 13:03:43 ricardo-PC startssh.sh[67397]: Collecting mcp==1.14.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:43 ricardo-PC startssh.sh[67397]:   Downloading mcp-1.14.1-py3-none-any.whl.metadata (75 kB)
Sep 26 13:03:43 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nltk==3.9.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.9.1)
Sep 26 13:03:44 ricardo-PC startssh.sh[67397]: Collecting onnxruntime==1.20.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:44 ricardo-PC startssh.sh[67397]:   Downloading onnxruntime-1.20.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (4.5 kB)
Sep 26 13:03:44 ricardo-PC startssh.sh[67397]: Requirement already satisfied: openai in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.109.1)
Sep 26 13:03:46 ricardo-PC startssh.sh[67397]: Collecting opencv-python-headless==4.11.0.86 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:46 ricardo-PC startssh.sh[67397]:   Downloading opencv_python_headless-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB)
Sep 26 13:03:46 ricardo-PC startssh.sh[67397]: Requirement already satisfied: openpyxl==3.1.5 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.1.5)
Sep 26 13:03:47 ricardo-PC startssh.sh[67397]: Collecting opensearch-py==2.8.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:47 ricardo-PC startssh.sh[67397]:   Downloading opensearch_py-2.8.0-py3-none-any.whl.metadata (6.9 kB)
Sep 26 13:03:47 ricardo-PC startssh.sh[67397]: Requirement already satisfied: oracledb>=3.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.3.0)
Sep 26 13:03:48 ricardo-PC startssh.sh[67397]: Collecting pandas==2.2.3 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:48 ricardo-PC startssh.sh[67397]:   Downloading pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (89 kB)
Sep 26 13:03:49 ricardo-PC startssh.sh[67397]: Requirement already satisfied: passlib==1.7.4 in /home/ricardo/.local/lib/python3.12/site-packages (from passlib[bcrypt]==1.7.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.7.4)
Sep 26 13:03:50 ricardo-PC startssh.sh[67397]: Collecting peewee-migrate==1.12.2 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:50 ricardo-PC startssh.sh[67397]:   Downloading peewee_migrate-1.12.2-py3-none-any.whl.metadata (5.4 kB)
Sep 26 13:03:51 ricardo-PC startssh.sh[67397]: Collecting peewee==3.18.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:03:51 ricardo-PC startssh.sh[67397]:   Downloading peewee-3.18.1.tar.gz (3.0 MB)
Sep 26 13:03:52 ricardo-PC startssh.sh[67397]:      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 2.1 MB/s eta 0:00:00
Sep 26 13:03:53 ricardo-PC startssh.sh[67397]:   Installing build dependencies: started
Sep 26 13:04:00 ricardo-PC startssh.sh[67397]:   Installing build dependencies: finished with status 'done'
Sep 26 13:04:00 ricardo-PC startssh.sh[67397]:   Getting requirements to build wheel: started
Sep 26 13:04:00 ricardo-PC startssh.sh[67397]:   Getting requirements to build wheel: finished with status 'done'
Sep 26 13:04:00 ricardo-PC startssh.sh[67397]:   Preparing metadata (pyproject.toml): started
Sep 26 13:04:00 ricardo-PC startssh.sh[67397]:   Preparing metadata (pyproject.toml): finished with status 'done'
Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pillow==11.3.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (11.3.0)
Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Requirement already satisfied: psutil in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (7.1.0)
Sep 26 13:04:02 ricardo-PC startssh.sh[67397]: Collecting pyarrow==20.0.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:02 ricardo-PC startssh.sh[67397]:   Downloading pyarrow-20.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.3 kB)
Sep 26 13:04:05 ricardo-PC startssh.sh[67397]: Collecting pycrdt==0.12.25 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:05 ricardo-PC startssh.sh[67397]:   Downloading pycrdt-0.12.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.6 kB)
Sep 26 13:04:06 ricardo-PC startssh.sh[67397]: Collecting pydantic==2.11.7 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:06 ricardo-PC startssh.sh[67397]:   Downloading pydantic-2.11.7-py3-none-any.whl.metadata (67 kB)
Sep 26 13:04:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pydub in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.25.1)
Sep 26 13:04:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyjwt==2.10.1 in /home/ricardo/.local/lib/python3.12/site-packages (from pyjwt[crypto]==2.10.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.10.1)
Sep 26 13:04:08 ricardo-PC startssh.sh[67397]: Collecting pymdown-extensions==10.14.2 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:08 ricardo-PC startssh.sh[67397]:   Downloading pymdown_extensions-10.14.2-py3-none-any.whl.metadata (3.0 kB)
Sep 26 13:04:09 ricardo-PC startssh.sh[67397]: Collecting pymysql==1.1.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:09 ricardo-PC startssh.sh[67397]:   Downloading PyMySQL-1.1.1-py3-none-any.whl.metadata (4.4 kB)
Sep 26 13:04:09 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pypandoc==1.15 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.15)
Sep 26 13:04:11 ricardo-PC startssh.sh[67397]: Collecting pypdf==6.0.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:11 ricardo-PC startssh.sh[67397]:   Downloading pypdf-6.0.0-py3-none-any.whl.metadata (7.1 kB)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Collecting python-jose==3.4.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]:   Downloading python_jose-3.4.0-py2.py3-none-any.whl.metadata (5.5 kB)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-multipart==0.0.20 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.0.20)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-pptx==1.0.2 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.2)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-socketio==5.13.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.13.0)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pytube==15.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (15.0.0)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyxlsb==1.0.10 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.10)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rank-bm25==0.2.2 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.2)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rapidocr-onnxruntime==1.4.4 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.4)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: redis in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.4.0)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: requests==2.32.5 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.32.5)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: restrictedpython==8.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (8.0)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sentence-transformers==5.1.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.1.1)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sentencepiece in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.1)
Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: soundfile==0.13.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.13.1)
Sep 26 13:04:15 ricardo-PC startssh.sh[67397]: Collecting sqlalchemy==2.0.38 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:15 ricardo-PC startssh.sh[67397]:   Downloading SQLAlchemy-2.0.38-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
Sep 26 13:04:16 ricardo-PC startssh.sh[67397]: Collecting starlette-compress==1.6.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:16 ricardo-PC startssh.sh[67397]:   Downloading starlette_compress-1.6.0-py3-none-any.whl.metadata (4.1 kB)
Sep 26 13:04:16 ricardo-PC startssh.sh[67397]: Requirement already satisfied: starsessions==2.2.1 in /home/ricardo/.local/lib/python3.12/site-packages (from starsessions[redis]==2.2.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.1)
Sep 26 13:04:18 ricardo-PC startssh.sh[67397]: Collecting tencentcloud-sdk-python==3.0.1336 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:18 ricardo-PC startssh.sh[67397]:   Downloading tencentcloud_sdk_python-3.0.1336-py2.py3-none-any.whl.metadata (1.6 kB)
Sep 26 13:04:18 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tiktoken in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.11.0)
Sep 26 13:04:18 ricardo-PC startssh.sh[67397]: Requirement already satisfied: transformers in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.56.2)
Sep 26 13:04:20 ricardo-PC startssh.sh[67397]: Collecting unstructured==0.16.17 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:20 ricardo-PC startssh.sh[67397]:   Downloading unstructured-0.16.17-py3-none-any.whl.metadata (24 kB)
Sep 26 13:04:21 ricardo-PC startssh.sh[67397]: Collecting uvicorn==0.35.0 (from uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:21 ricardo-PC startssh.sh[67397]:   Downloading uvicorn-0.35.0-py3-none-any.whl.metadata (6.5 kB)
Sep 26 13:04:21 ricardo-PC startssh.sh[67397]: Requirement already satisfied: validators==0.35.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.35.0)
Sep 26 13:04:22 ricardo-PC startssh.sh[67397]: Collecting xlrd==2.0.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:22 ricardo-PC startssh.sh[67397]:   Downloading xlrd-2.0.1-py2.py3-none-any.whl.metadata (3.4 kB)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Collecting youtube-transcript-api==1.1.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]:   Downloading youtube_transcript_api-1.1.0-py3-none-any.whl.metadata (23 kB)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.6.1)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiosignal>=1.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: attrs>=17.3.0 in /usr/lib/python3/dist-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (23.2.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: frozenlist>=1.1.1 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.1)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: multidict<7.0,>=4.5 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.1.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: propcache>=0.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.1)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: yarl<2.0,>=1.17.0 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.18.3)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: Mako in /usr/lib/python3/dist-packages (from alembic==1.14.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.3.2.dev0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: typing-extensions>=4 in /home/ricardo/.local/lib/python3.12/site-packages (from alembic==1.14.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.12.2)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from apscheduler==3.10.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.16.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pytz in /home/ricardo/.local/lib/python3.12/site-packages (from apscheduler==3.10.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2025.1)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tzlocal!=3.*,>=2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from apscheduler==3.10.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.2)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: argon2-cffi-bindings in /home/ricardo/.local/lib/python3.12/site-packages (from argon2-cffi==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (21.2.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: isodate>=0.6.1 in /usr/lib/python3/dist-packages (from azure-ai-documentintelligence==1.0.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.1)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: azure-core>=1.30.0 in /home/ricardo/.local/lib/python3.12/site-packages (from azure-ai-documentintelligence==1.0.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.32.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: msal>=1.30.0 in /home/ricardo/.local/lib/python3.12/site-packages (from azure-identity==1.25.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.31.1)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: msal-extensions>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from azure-identity==1.25.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: click>=8.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (8.1.8)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: mypy-extensions>=0.4.3 in /usr/lib/python3/dist-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: packaging>=22.0 in /home/ricardo/.local/lib/python3.12/site-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (24.2)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pathspec>=0.9.0 in /usr/lib/python3/dist-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.12.1)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: platformdirs>=2 in /home/ricardo/.local/lib/python3.12/site-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.3.7)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: botocore<1.41.0,>=1.40.5 in /home/ricardo/.local/lib/python3.12/site-packages (from boto3==1.40.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.40.39)
Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /home/ricardo/.local/lib/python3.12/site-packages (from boto3==1.40.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.1)
Sep 26 13:04:25 ricardo-PC startssh.sh[67397]: Collecting s3transfer<0.14.0,>=0.13.0 (from boto3==1.40.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:25 ricardo-PC startssh.sh[67397]:   Downloading s3transfer-0.13.1-py3-none-any.whl.metadata (1.7 kB)
Sep 26 13:04:25 ricardo-PC startssh.sh[67397]: Requirement already satisfied: build>=1.0.3 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.2.post1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pybase64>=1.4.1 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: numpy>=1.22.5 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.6)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: posthog<6.0.0,>=2.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.4.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-api>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-exporter-otlp-proto-grpc>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-sdk>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tokenizers>=0.13.2 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.22.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pypika>=0.48.9 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.48.9)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tqdm>=4.65.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.67.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: overrides>=7.3.1 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (7.7.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: importlib-resources in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.4.5)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: grpcio>=1.58.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.67.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: typer>=0.9.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.16.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: kubernetes>=28.1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (30.1.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tenacity>=8.2.3 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (9.1.2)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyyaml>=6.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.0.2)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: mmh3>=4.0.1 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.0.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: orjson>=3.9.12 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.10.7)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rich>=10.11.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (13.9.4)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonschema>=4.19.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.23.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: primp>=0.15.0 in /home/ricardo/.local/lib/python3.12/site-packages (from ddgs==9.0.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.15.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: lxml>=5.3.0 in /home/ricardo/.local/lib/python3.12/site-packages (from ddgs==9.0.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.0.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: starlette<0.46.0,>=0.40.0 in /home/ricardo/.local/lib/python3.12/site-packages (from fastapi==0.115.7->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.45.3)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: ctranslate2<5,>=4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.5.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: huggingface-hub>=0.13 in /home/ricardo/.local/lib/python3.12/site-packages (from faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.34.4)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: av>=11 in /home/ricardo/.local/lib/python3.12/site-packages (from faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (15.1.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-dotenv in /home/ricardo/.local/lib/python3.12/site-packages (from firecrawl-py==1.12.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: websockets in /home/ricardo/.local/lib/python3.12/site-packages (from firecrawl-py==1.12.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (15.0.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nest-asyncio in /home/ricardo/.local/lib/python3.12/site-packages (from firecrawl-py==1.12.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.6.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: defusedxml in /usr/lib/python3/dist-packages (from fpdf2==2.8.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.7.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: fonttools>=4.34.0 in /usr/lib/python3/dist-packages (from fpdf2==2.8.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.46.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: wcwidth<0.3.0,>=0.2.12 in /home/ricardo/.local/lib/python3.12/site-packages (from ftfy==6.2.3->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.13)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-auth<3.0dev,>=2.26.1 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.40.3)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-api-core<3.0.0dev,>=2.15.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.25.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-cloud-core<3.0dev,>=2.3.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.4.2)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-resumable-media>=2.7.2 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.7.2)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.6.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: anyio<5.0.0,>=4.8.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-genai==1.38.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.10.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-ai-generativelanguage==0.6.15 in /home/ricardo/.local/lib/python3.12/site-packages (from google-generativeai==0.8.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.15)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: protobuf in /home/ricardo/.local/lib/python3.12/site-packages (from google-generativeai==0.8.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.29.5)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: certifi in /home/ricardo/.local/lib/python3.12/site-packages (from httpx==0.28.1->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.12.14)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httpcore==1.* in /home/ricardo/.local/lib/python3.12/site-packages (from httpx==0.28.1->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.7)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: idna in /home/ricardo/.local/lib/python3.12/site-packages (from httpx==0.28.1->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.10)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: brotli in /usr/lib/python3/dist-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pygments==2.* in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.19.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: h2<5,>=3 in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.1.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: socksio==1.* in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: zstandard>=0.18.0 in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.23.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langchain-core<1.0.0,>=0.3.72 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.75)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langchain-text-splitters<1.0.0,>=0.3.9 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.9)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langsmith>=0.1.17 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.45)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: dataclasses-json<0.7,>=0.6.7 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.7)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pydantic-settings<3.0.0,>=2.10.1 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.10.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httpx-sse<1.0.0,>=0.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.4.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyasn1>=0.4.6 in /home/ricardo/.local/lib/python3.12/site-packages (from ldap3==2.9.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sse-starlette>=1.6.1 in /home/ricardo/.local/lib/python3.12/site-packages (from mcp==1.14.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: joblib in /home/ricardo/.local/lib/python3.12/site-packages (from nltk==3.9.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.2)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: regex>=2021.8.3 in /home/ricardo/.local/lib/python3.12/site-packages (from nltk==3.9.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.11.6)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: coloredlogs in /usr/lib/python3/dist-packages (from onnxruntime==1.20.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (15.0.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: flatbuffers in /home/ricardo/.local/lib/python3.12/site-packages (from onnxruntime==1.20.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (24.3.25)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sympy in /home/ricardo/.local/lib/python3.12/site-packages (from onnxruntime==1.20.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.13.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: et-xmlfile in /home/ricardo/.local/lib/python3.12/site-packages (from openpyxl==3.1.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: urllib3!=2.2.0,!=2.2.1,<3,>=1.26.19 in /home/ricardo/.local/lib/python3.12/site-packages (from opensearch-py==2.8.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.3.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-dateutil in /home/ricardo/.local/lib/python3.12/site-packages (from opensearch-py==2.8.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.9.0.post0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: Events in /home/ricardo/.local/lib/python3.12/site-packages (from opensearch-py==2.8.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.5)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tzdata>=2022.7 in /home/ricardo/.local/lib/python3.12/site-packages (from pandas==2.2.3->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2025.1)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: annotated-types>=0.6.0 in /home/ricardo/.local/lib/python3.12/site-packages (from pydantic==2.11.7->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.7.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pydantic-core==2.33.2 in /home/ricardo/.local/lib/python3.12/site-packages (from pydantic==2.11.7->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.33.2)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: typing-inspection>=0.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from pydantic==2.11.7->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.4.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: ecdsa!=0.15 in /home/ricardo/.local/lib/python3.12/site-packages (from python-jose==3.4.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.19.0)
Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rsa!=4.1.1,!=4.4,<5.0,>=4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from python-jose==3.4.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.9)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Collecting pyasn1>=0.4.6 (from ldap3==2.9.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]:   Downloading pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: XlsxWriter>=0.5.7 in /home/ricardo/.local/lib/python3.12/site-packages (from python-pptx==1.0.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.2.0)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: bidict>=0.21.0 in /home/ricardo/.local/lib/python3.12/site-packages (from python-socketio==5.13.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.23.1)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-engineio>=4.11.0 in /home/ricardo/.local/lib/python3.12/site-packages (from python-socketio==5.13.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.11.2)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyclipper>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from rapidocr-onnxruntime==1.4.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.3.0.post5)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opencv-python>=4.5.1.48 in /home/ricardo/.local/lib/python3.12/site-packages (from rapidocr-onnxruntime==1.4.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.11.0.86)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: Shapely!=2.0.4,>=1.7.1 in /home/ricardo/.local/lib/python3.12/site-packages (from rapidocr-onnxruntime==1.4.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.0.6)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: charset_normalizer<4,>=2 in /home/ricardo/.local/lib/python3.12/site-packages (from requests==2.32.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.4.1)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: torch>=1.11.0 in /home/ricardo/.local/lib/python3.12/site-packages (from sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.6.0)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: scikit-learn in /home/ricardo/.local/lib/python3.12/site-packages (from sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.6.1)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: scipy in /home/ricardo/.local/lib/python3.12/site-packages (from sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.15.2)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: cffi>=1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from soundfile==0.13.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.0.0)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: greenlet!=0.4.17 in /home/ricardo/.local/lib/python3.12/site-packages (from sqlalchemy==2.0.38->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.1.1)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: chardet in /usr/lib/python3/dist-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.2.0)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: filetype in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.0)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-magic in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.4.27)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: beautifulsoup4 in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.13.5)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: emoji in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.12.1)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-iso639 in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.4.27)
Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langdetect in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.9)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Collecting numpy>=1.22.5 (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]:   Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rapidfuzz in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.9.7)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: backoff in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.1)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: unstructured-client in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.25.9)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: wrapt in /usr/lib/python3/dist-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.15.0)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-oxmsg in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.0.1)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: html5lib in /usr/lib/python3/dist-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: h11>=0.8 in /home/ricardo/.local/lib/python3.12/site-packages (from uvicorn==0.35.0->uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.14.0)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httptools>=0.6.3 in /home/ricardo/.local/lib/python3.12/site-packages (from uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.4)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: uvloop>=0.15.1 in /home/ricardo/.local/lib/python3.12/site-packages (from uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.20.0)
Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: watchfiles>=0.13 in /home/ricardo/.local/lib/python3.12/site-packages (from uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.24.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: proto-plus<2.0.0dev,>=1.22.3 in /home/ricardo/.local/lib/python3.12/site-packages (from google-ai-generativelanguage==0.6.15->google-generativeai==0.8.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.24.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: filelock in /home/ricardo/.local/lib/python3.12/site-packages (from transformers->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.16.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: safetensors>=0.4.3 in /home/ricardo/.local/lib/python3.12/site-packages (from transformers->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.5.2)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: distro<2,>=1.7.0 in /usr/lib/python3/dist-packages (from anthropic->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.9.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: docstring-parser<1,>=0.15 in /home/ricardo/.local/lib/python3.12/site-packages (from anthropic->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.16)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jiter<1,>=0.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from anthropic->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.8.2)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sniffio in /home/ricardo/.local/lib/python3.12/site-packages (from anthropic->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.3.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httplib2<1.0.0,>=0.19.0 in /usr/lib/python3/dist-packages (from google-api-python-client->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.20.4)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/ricardo/.local/lib/python3.12/site-packages (from google-api-python-client->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.1.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: requests-oauthlib>=0.7.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-auth-oauthlib->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.0.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyproject_hooks in /usr/lib/python3/dist-packages (from build>=1.0.3->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pycparser in /usr/lib/python3/dist-packages (from cffi>=1.0->soundfile==0.13.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.21)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: setuptools in /home/ricardo/.local/lib/python3.12/site-packages (from ctranslate2<5,>=4.0->faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (75.8.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /home/ricardo/.local/lib/python3.12/site-packages (from dataclasses-json<0.7,>=0.6.7->langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.22.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: typing-inspect<1,>=0.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from dataclasses-json<0.7,>=0.6.7->langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.9.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: cachetools<6.0,>=2.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-auth<3.0dev,>=2.26.1->google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.5.2)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/ricardo/.local/lib/python3.12/site-packages (from google-auth<3.0dev,>=2.26.1->google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.4.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: hyperframe<7,>=6.0 in /home/ricardo/.local/lib/python3.12/site-packages (from h2<5,>=3->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.0.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: hpack<5,>=4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from h2<5,>=3->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.0.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/lib/python3/dist-packages (from httplib2<1.0.0,>=0.19.0->google-api-python-client->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.1.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: fsspec>=2023.5.0 in /home/ricardo/.local/lib/python3.12/site-packages (from huggingface-hub>=0.13->faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.6.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: hf-xet<2.0.0,>=1.1.3 in /home/ricardo/.local/lib/python3.12/site-packages (from huggingface-hub>=0.13->faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1.8)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /home/ricardo/.local/lib/python3.12/site-packages (from jsonschema>=4.19.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.10.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: referencing>=0.28.4 in /home/ricardo/.local/lib/python3.12/site-packages (from jsonschema>=4.19.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.36.2)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rpds-py>=0.7.1 in /home/ricardo/.local/lib/python3.12/site-packages (from jsonschema>=4.19.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.22.3)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 in /home/ricardo/.local/lib/python3.12/site-packages (from kubernetes>=28.1.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.8.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: oauthlib>=3.2.2 in /usr/lib/python3/dist-packages (from kubernetes>=28.1.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.2.2)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonpatch<2.0,>=1.33 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain-core<1.0.0,>=0.3.72->langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.33)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: requests-toolbelt<2.0.0,>=1.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from langsmith>=0.1.17->langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: portalocker<3,>=1.4 in /home/ricardo/.local/lib/python3.12/site-packages (from msal-extensions>=1.2.0->azure-identity==1.25.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.10.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: importlib-metadata<8.8.0,>=6.0 in /home/ricardo/.local/lib/python3.12/site-packages (from opentelemetry-api>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (7.2.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-exporter-otlp-proto-common==1.37.0 in /home/ricardo/.local/lib/python3.12/site-packages (from opentelemetry-exporter-otlp-proto-grpc>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-proto==1.37.0 in /home/ricardo/.local/lib/python3.12/site-packages (from opentelemetry-exporter-otlp-proto-grpc>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-semantic-conventions==0.58b0 in /home/ricardo/.local/lib/python3.12/site-packages (from opentelemetry-sdk>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.58b0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: simple-websocket>=0.10.0 in /home/ricardo/.local/lib/python3.12/site-packages (from python-engineio>=4.11.0->python-socketio==5.13.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/lib/python3/dist-packages (from rich>=10.11.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.0.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: networkx in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.4.2)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jinja2 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.1.6)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cuda-nvrtc-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.82)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cuda-runtime-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.82)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cuda-cupti-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.82)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cudnn-cu12>=9.1.0.70 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (9.3.0.75)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cublas-cu12>=12.4.5.8 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.3.2)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cufft-cu12>=11.2.1.3 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (11.2.3.61)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-curand-cu12>=10.3.5.147 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (10.3.6.82)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cusolver-cu12>=11.6.1.9 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (11.6.3.83)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cusparse-cu12>=12.3.1.170 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.1.3)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cusparselt-cu12>=0.6.2 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.7.1)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-nccl-cu12>=2.21.5 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.28.3)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-nvtx-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.9.19)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-nvjitlink-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.82)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: triton>=3.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.2.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: mpmath<1.4,>=1.1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from sympy->onnxruntime==1.20.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.3.0)
Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: shellingham>=1.3.0 in /home/ricardo/.local/lib/python3.12/site-packages (from typer>=0.9.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.5.4)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: soupsieve>1.2 in /usr/lib/python3/dist-packages (from beautifulsoup4->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.5)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: olefile in /home/ricardo/.local/lib/python3.12/site-packages (from python-oxmsg->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.47)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: threadpoolctl>=3.1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from scikit-learn->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.5.0)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: deepdiff>=6.0 in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured-client->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (8.0.1)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonpath-python>=1.0.6 in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured-client->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.6)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: orderly-set==5.2.2 in /home/ricardo/.local/lib/python3.12/site-packages (from deepdiff>=6.0->unstructured-client->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.2.2)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: grpcio-status<2.0.0,>=1.33.2 in /home/ricardo/.local/lib/python3.12/site-packages (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-ai-generativelanguage==0.6.15->google-generativeai==0.8.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.62.3)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: zipp>=0.5 in /usr/lib/python3/dist-packages (from importlib-metadata<8.8.0,>=6.0->opentelemetry-api>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonpointer>=1.9 in /usr/lib/python3/dist-packages (from jsonpatch<2.0,>=1.33->langchain-core<1.0.0,>=0.3.72->langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.0)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: mdurl~=0.1 in /usr/lib/python3/dist-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.1.2)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: wsproto in /home/ricardo/.local/lib/python3.12/site-packages (from simple-websocket>=0.10.0->python-engineio>=4.11.0->python-socketio==5.13.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.0)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: MarkupSafe>=2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from jinja2->torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.0.2)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: more-itertools in /usr/lib/python3/dist-packages (from zipp>=0.5->importlib-metadata<8.8.0,>=6.0->opentelemetry-api>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (10.2.0)
Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Downloading open_webui-0.6.31-py3-none-any.whl (133.7 MB)
....
@rgaricano commented on GitHub (Sep 26, 2025): yes, it seem that work, & it install A LOT of packages without confirmation... I stopped because it overwrite my installed lib versions!!! ``` Sep 26 13:02:47 ricardo-PC startssh.sh[58608]: 2025-09-26 13:02:47.584 | INFO | open_webui.utils.plugin:install_frontmatter_requirements:229 - Installing requirements: git+https://github.com/dartmouth/dartmouth-chat-tools.git@dev Sep 26 13:02:48 ricardo-PC startssh.sh[67397]: Defaulting to user installation because normal site-packages is not writeable Sep 26 13:02:49 ricardo-PC startssh.sh[67397]: WARNING: Ignoring invalid distribution ~encentcloud-sdk-python (/home/ricardo/.local/lib/python3.12/site-packages) Sep 26 13:02:49 ricardo-PC startssh.sh[67397]: Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Sep 26 13:02:49 ricardo-PC startssh.sh[67397]: Collecting git+https://github.com/dartmouth/dartmouth-chat-tools.git@dev Sep 26 13:02:49 ricardo-PC startssh.sh[67397]: Cloning https://github.com/dartmouth/dartmouth-chat-tools.git (to revision dev) to /tmp/pip-req-build-z3_495so Sep 26 13:02:49 ricardo-PC startssh.sh[67397]: Running command git clone --filter=blob:none --quiet https://github.com/dartmouth/dartmouth-chat-tools.git /tmp/pip-req-build-z3_495so Sep 26 13:02:52 ricardo-PC startssh.sh[67397]: Running command git checkout -b dev --track origin/dev Sep 26 13:02:52 ricardo-PC startssh.sh[67397]: Cambiado a nueva rama 'dev' Sep 26 13:02:52 ricardo-PC startssh.sh[67397]: rama 'dev' configurada para rastrear 'origin/dev'. Sep 26 13:02:52 ricardo-PC startssh.sh[67397]: Resolved https://github.com/dartmouth/dartmouth-chat-tools.git to commit e104521b41c53a4455856b12e875ff58f2647600 Sep 26 13:02:52 ricardo-PC startssh.sh[67397]: Installing build dependencies: started Sep 26 13:03:03 ricardo-PC startssh.sh[67397]: Installing build dependencies: finished with status 'done' Sep 26 13:03:03 ricardo-PC startssh.sh[67397]: Getting requirements to build wheel: started Sep 26 13:03:04 ricardo-PC startssh.sh[67397]: Getting requirements to build wheel: finished with status 'done' Sep 26 13:03:04 ricardo-PC startssh.sh[67397]: Preparing metadata (pyproject.toml): started Sep 26 13:03:04 ricardo-PC startssh.sh[67397]: Preparing metadata (pyproject.toml): finished with status 'done' Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Collecting open-webui>=0.6.25 (from dartmouth-chat-tools==0.1.0) Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Downloading open_webui-0.6.31-py3-none-any.whl.metadata (24 kB) Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: accelerate in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.10.1) Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiocache in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.12.3) Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiofiles in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (24.1.0) Sep 26 13:03:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiohttp==3.12.15 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.12.15) Sep 26 13:03:08 ricardo-PC startssh.sh[67397]: Collecting alembic==1.14.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:08 ricardo-PC startssh.sh[67397]: Downloading alembic-1.14.0-py3-none-any.whl.metadata (7.4 kB) Sep 26 13:03:08 ricardo-PC startssh.sh[67397]: Requirement already satisfied: anthropic in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.68.0) Sep 26 13:03:10 ricardo-PC startssh.sh[67397]: Collecting apscheduler==3.10.4 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:10 ricardo-PC startssh.sh[67397]: Downloading APScheduler-3.10.4-py3-none-any.whl.metadata (5.7 kB) Sep 26 13:03:10 ricardo-PC startssh.sh[67397]: Requirement already satisfied: argon2-cffi==25.1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (25.1.0) Sep 26 13:03:11 ricardo-PC startssh.sh[67397]: Collecting asgiref==3.8.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:11 ricardo-PC startssh.sh[67397]: Downloading asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB) Sep 26 13:03:11 ricardo-PC startssh.sh[67397]: Requirement already satisfied: async-timeout in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.0.1) Sep 26 13:03:13 ricardo-PC startssh.sh[67397]: Collecting authlib==1.6.3 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:13 ricardo-PC startssh.sh[67397]: Downloading authlib-1.6.3-py2.py3-none-any.whl.metadata (1.6 kB) Sep 26 13:03:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: azure-ai-documentintelligence==1.0.2 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.2) Sep 26 13:03:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: azure-identity==1.25.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.25.0) Sep 26 13:03:15 ricardo-PC startssh.sh[67397]: Collecting azure-storage-blob==12.24.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:15 ricardo-PC startssh.sh[67397]: Downloading azure_storage_blob-12.24.1-py3-none-any.whl.metadata (26 kB) Sep 26 13:03:15 ricardo-PC smartd[1651]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 60 to 59 Sep 26 13:03:15 ricardo-PC smartd[1651]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 40 to 41 Sep 26 13:03:15 ricardo-PC smartd[1651]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 108 to 106 Sep 26 13:03:16 ricardo-PC startssh.sh[67397]: Collecting bcrypt==4.3.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:16 ricardo-PC startssh.sh[67397]: Downloading bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata (10 kB) Sep 26 13:03:18 ricardo-PC startssh.sh[67397]: Collecting black==25.1.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:18 ricardo-PC startssh.sh[67397]: Downloading black-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (81 kB) Sep 26 13:03:20 ricardo-PC startssh.sh[67397]: Collecting boto3==1.40.5 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:20 ricardo-PC startssh.sh[67397]: Downloading boto3-1.40.5-py3-none-any.whl.metadata (6.7 kB) Sep 26 13:03:22 ricardo-PC startssh.sh[67397]: Collecting chromadb==1.0.20 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:22 ricardo-PC startssh.sh[67397]: Downloading chromadb-1.0.20-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB) Sep 26 13:03:22 ricardo-PC startssh.sh[67397]: Requirement already satisfied: cryptography in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (45.0.7) Sep 26 13:03:23 ricardo-PC startssh.sh[67397]: Collecting ddgs==9.0.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:24 ricardo-PC startssh.sh[67397]: Downloading ddgs-9.0.0-py3-none-any.whl.metadata (15 kB) Sep 26 13:03:25 ricardo-PC startssh.sh[67397]: Collecting docx2txt==0.8 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:26 ricardo-PC startssh.sh[67397]: Downloading docx2txt-0.8.tar.gz (2.8 kB) Sep 26 13:03:26 ricardo-PC startssh.sh[67397]: Preparing metadata (setup.py): started Sep 26 13:03:29 ricardo-PC startssh.sh[67397]: Preparing metadata (setup.py): finished with status 'done' Sep 26 13:03:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: einops==0.8.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.8.1) Sep 26 13:03:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: fake-useragent==2.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.0) Sep 26 13:03:31 ricardo-PC startssh.sh[67397]: Collecting fastapi==0.115.7 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:31 ricardo-PC startssh.sh[67397]: Downloading fastapi-0.115.7-py3-none-any.whl.metadata (27 kB) Sep 26 13:03:32 ricardo-PC startssh.sh[67397]: Collecting faster-whisper==1.1.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:32 ricardo-PC startssh.sh[67397]: Downloading faster_whisper-1.1.1-py3-none-any.whl.metadata (16 kB) Sep 26 13:03:34 ricardo-PC startssh.sh[67397]: Collecting firecrawl-py==1.12.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:34 ricardo-PC startssh.sh[67397]: Downloading firecrawl_py-1.12.0-py3-none-any.whl.metadata (10 kB) Sep 26 13:03:35 ricardo-PC startssh.sh[67397]: Collecting fpdf2==2.8.2 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:35 ricardo-PC startssh.sh[67397]: Downloading fpdf2-2.8.2-py2.py3-none-any.whl.metadata (67 kB) Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Collecting ftfy==6.2.3 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Downloading ftfy-6.2.3-py3-none-any.whl.metadata (7.8 kB) Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-api-python-client in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.183.0) Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-auth-httplib2 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.0) Sep 26 13:03:36 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-auth-oauthlib in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.2) Sep 26 13:03:38 ricardo-PC startssh.sh[67397]: Collecting google-cloud-storage==2.19.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:38 ricardo-PC startssh.sh[67397]: Downloading google_cloud_storage-2.19.0-py2.py3-none-any.whl.metadata (9.1 kB) Sep 26 13:03:39 ricardo-PC startssh.sh[67397]: Collecting google-genai==1.38.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Downloading google_genai-1.38.0-py3-none-any.whl.metadata (43 kB) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-generativeai==0.8.5 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.8.5) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: googleapis-common-protos==1.70.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.70.0) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httpx==0.28.1 in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.28.1) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: itsdangerous==2.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.0) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langchain-community==0.3.29 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.29) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langchain==0.3.27 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.27) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: ldap3==2.9.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.9.1) Sep 26 13:03:40 ricardo-PC startssh.sh[67397]: Requirement already satisfied: loguru==0.7.3 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.7.3) Sep 26 13:03:41 ricardo-PC startssh.sh[67397]: Collecting markdown==3.8.2 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:41 ricardo-PC startssh.sh[67397]: Downloading markdown-3.8.2-py3-none-any.whl.metadata (5.1 kB) Sep 26 13:03:43 ricardo-PC startssh.sh[67397]: Collecting mcp==1.14.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:43 ricardo-PC startssh.sh[67397]: Downloading mcp-1.14.1-py3-none-any.whl.metadata (75 kB) Sep 26 13:03:43 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nltk==3.9.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.9.1) Sep 26 13:03:44 ricardo-PC startssh.sh[67397]: Collecting onnxruntime==1.20.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:44 ricardo-PC startssh.sh[67397]: Downloading onnxruntime-1.20.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (4.5 kB) Sep 26 13:03:44 ricardo-PC startssh.sh[67397]: Requirement already satisfied: openai in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.109.1) Sep 26 13:03:46 ricardo-PC startssh.sh[67397]: Collecting opencv-python-headless==4.11.0.86 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:46 ricardo-PC startssh.sh[67397]: Downloading opencv_python_headless-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) Sep 26 13:03:46 ricardo-PC startssh.sh[67397]: Requirement already satisfied: openpyxl==3.1.5 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.1.5) Sep 26 13:03:47 ricardo-PC startssh.sh[67397]: Collecting opensearch-py==2.8.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:47 ricardo-PC startssh.sh[67397]: Downloading opensearch_py-2.8.0-py3-none-any.whl.metadata (6.9 kB) Sep 26 13:03:47 ricardo-PC startssh.sh[67397]: Requirement already satisfied: oracledb>=3.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.3.0) Sep 26 13:03:48 ricardo-PC startssh.sh[67397]: Collecting pandas==2.2.3 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:48 ricardo-PC startssh.sh[67397]: Downloading pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (89 kB) Sep 26 13:03:49 ricardo-PC startssh.sh[67397]: Requirement already satisfied: passlib==1.7.4 in /home/ricardo/.local/lib/python3.12/site-packages (from passlib[bcrypt]==1.7.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.7.4) Sep 26 13:03:50 ricardo-PC startssh.sh[67397]: Collecting peewee-migrate==1.12.2 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:50 ricardo-PC startssh.sh[67397]: Downloading peewee_migrate-1.12.2-py3-none-any.whl.metadata (5.4 kB) Sep 26 13:03:51 ricardo-PC startssh.sh[67397]: Collecting peewee==3.18.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:03:51 ricardo-PC startssh.sh[67397]: Downloading peewee-3.18.1.tar.gz (3.0 MB) Sep 26 13:03:52 ricardo-PC startssh.sh[67397]: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 2.1 MB/s eta 0:00:00 Sep 26 13:03:53 ricardo-PC startssh.sh[67397]: Installing build dependencies: started Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Installing build dependencies: finished with status 'done' Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Getting requirements to build wheel: started Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Getting requirements to build wheel: finished with status 'done' Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Preparing metadata (pyproject.toml): started Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Preparing metadata (pyproject.toml): finished with status 'done' Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pillow==11.3.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (11.3.0) Sep 26 13:04:00 ricardo-PC startssh.sh[67397]: Requirement already satisfied: psutil in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (7.1.0) Sep 26 13:04:02 ricardo-PC startssh.sh[67397]: Collecting pyarrow==20.0.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:02 ricardo-PC startssh.sh[67397]: Downloading pyarrow-20.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.3 kB) Sep 26 13:04:05 ricardo-PC startssh.sh[67397]: Collecting pycrdt==0.12.25 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:05 ricardo-PC startssh.sh[67397]: Downloading pycrdt-0.12.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.6 kB) Sep 26 13:04:06 ricardo-PC startssh.sh[67397]: Collecting pydantic==2.11.7 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:06 ricardo-PC startssh.sh[67397]: Downloading pydantic-2.11.7-py3-none-any.whl.metadata (67 kB) Sep 26 13:04:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pydub in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.25.1) Sep 26 13:04:06 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyjwt==2.10.1 in /home/ricardo/.local/lib/python3.12/site-packages (from pyjwt[crypto]==2.10.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.10.1) Sep 26 13:04:08 ricardo-PC startssh.sh[67397]: Collecting pymdown-extensions==10.14.2 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:08 ricardo-PC startssh.sh[67397]: Downloading pymdown_extensions-10.14.2-py3-none-any.whl.metadata (3.0 kB) Sep 26 13:04:09 ricardo-PC startssh.sh[67397]: Collecting pymysql==1.1.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:09 ricardo-PC startssh.sh[67397]: Downloading PyMySQL-1.1.1-py3-none-any.whl.metadata (4.4 kB) Sep 26 13:04:09 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pypandoc==1.15 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.15) Sep 26 13:04:11 ricardo-PC startssh.sh[67397]: Collecting pypdf==6.0.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:11 ricardo-PC startssh.sh[67397]: Downloading pypdf-6.0.0-py3-none-any.whl.metadata (7.1 kB) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Collecting python-jose==3.4.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Downloading python_jose-3.4.0-py2.py3-none-any.whl.metadata (5.5 kB) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-multipart==0.0.20 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.0.20) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-pptx==1.0.2 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.2) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-socketio==5.13.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.13.0) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pytube==15.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (15.0.0) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyxlsb==1.0.10 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.10) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rank-bm25==0.2.2 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.2) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rapidocr-onnxruntime==1.4.4 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.4) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: redis in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.4.0) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: requests==2.32.5 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.32.5) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: restrictedpython==8.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (8.0) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sentence-transformers==5.1.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.1.1) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sentencepiece in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.1) Sep 26 13:04:13 ricardo-PC startssh.sh[67397]: Requirement already satisfied: soundfile==0.13.1 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.13.1) Sep 26 13:04:15 ricardo-PC startssh.sh[67397]: Collecting sqlalchemy==2.0.38 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:15 ricardo-PC startssh.sh[67397]: Downloading SQLAlchemy-2.0.38-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB) Sep 26 13:04:16 ricardo-PC startssh.sh[67397]: Collecting starlette-compress==1.6.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:16 ricardo-PC startssh.sh[67397]: Downloading starlette_compress-1.6.0-py3-none-any.whl.metadata (4.1 kB) Sep 26 13:04:16 ricardo-PC startssh.sh[67397]: Requirement already satisfied: starsessions==2.2.1 in /home/ricardo/.local/lib/python3.12/site-packages (from starsessions[redis]==2.2.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.1) Sep 26 13:04:18 ricardo-PC startssh.sh[67397]: Collecting tencentcloud-sdk-python==3.0.1336 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:18 ricardo-PC startssh.sh[67397]: Downloading tencentcloud_sdk_python-3.0.1336-py2.py3-none-any.whl.metadata (1.6 kB) Sep 26 13:04:18 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tiktoken in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.11.0) Sep 26 13:04:18 ricardo-PC startssh.sh[67397]: Requirement already satisfied: transformers in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.56.2) Sep 26 13:04:20 ricardo-PC startssh.sh[67397]: Collecting unstructured==0.16.17 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:20 ricardo-PC startssh.sh[67397]: Downloading unstructured-0.16.17-py3-none-any.whl.metadata (24 kB) Sep 26 13:04:21 ricardo-PC startssh.sh[67397]: Collecting uvicorn==0.35.0 (from uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:21 ricardo-PC startssh.sh[67397]: Downloading uvicorn-0.35.0-py3-none-any.whl.metadata (6.5 kB) Sep 26 13:04:21 ricardo-PC startssh.sh[67397]: Requirement already satisfied: validators==0.35.0 in /home/ricardo/.local/lib/python3.12/site-packages (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.35.0) Sep 26 13:04:22 ricardo-PC startssh.sh[67397]: Collecting xlrd==2.0.1 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:22 ricardo-PC startssh.sh[67397]: Downloading xlrd-2.0.1-py2.py3-none-any.whl.metadata (3.4 kB) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Collecting youtube-transcript-api==1.1.0 (from open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Downloading youtube_transcript_api-1.1.0-py3-none-any.whl.metadata (23 kB) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.6.1) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: aiosignal>=1.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: attrs>=17.3.0 in /usr/lib/python3/dist-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (23.2.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: frozenlist>=1.1.1 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.1) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: multidict<7.0,>=4.5 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.1.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: propcache>=0.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.1) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: yarl<2.0,>=1.17.0 in /home/ricardo/.local/lib/python3.12/site-packages (from aiohttp==3.12.15->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.18.3) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: Mako in /usr/lib/python3/dist-packages (from alembic==1.14.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.3.2.dev0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: typing-extensions>=4 in /home/ricardo/.local/lib/python3.12/site-packages (from alembic==1.14.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.12.2) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from apscheduler==3.10.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.16.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pytz in /home/ricardo/.local/lib/python3.12/site-packages (from apscheduler==3.10.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2025.1) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tzlocal!=3.*,>=2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from apscheduler==3.10.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.2) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: argon2-cffi-bindings in /home/ricardo/.local/lib/python3.12/site-packages (from argon2-cffi==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (21.2.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: isodate>=0.6.1 in /usr/lib/python3/dist-packages (from azure-ai-documentintelligence==1.0.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.1) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: azure-core>=1.30.0 in /home/ricardo/.local/lib/python3.12/site-packages (from azure-ai-documentintelligence==1.0.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.32.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: msal>=1.30.0 in /home/ricardo/.local/lib/python3.12/site-packages (from azure-identity==1.25.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.31.1) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: msal-extensions>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from azure-identity==1.25.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: click>=8.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (8.1.8) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: mypy-extensions>=0.4.3 in /usr/lib/python3/dist-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: packaging>=22.0 in /home/ricardo/.local/lib/python3.12/site-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (24.2) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pathspec>=0.9.0 in /usr/lib/python3/dist-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.12.1) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: platformdirs>=2 in /home/ricardo/.local/lib/python3.12/site-packages (from black==25.1.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.3.7) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: botocore<1.41.0,>=1.40.5 in /home/ricardo/.local/lib/python3.12/site-packages (from boto3==1.40.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.40.39) Sep 26 13:04:24 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /home/ricardo/.local/lib/python3.12/site-packages (from boto3==1.40.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.1) Sep 26 13:04:25 ricardo-PC startssh.sh[67397]: Collecting s3transfer<0.14.0,>=0.13.0 (from boto3==1.40.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:25 ricardo-PC startssh.sh[67397]: Downloading s3transfer-0.13.1-py3-none-any.whl.metadata (1.7 kB) Sep 26 13:04:25 ricardo-PC startssh.sh[67397]: Requirement already satisfied: build>=1.0.3 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.2.post1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pybase64>=1.4.1 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: numpy>=1.22.5 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.6) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: posthog<6.0.0,>=2.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.4.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-api>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-exporter-otlp-proto-grpc>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-sdk>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tokenizers>=0.13.2 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.22.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pypika>=0.48.9 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.48.9) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tqdm>=4.65.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.67.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: overrides>=7.3.1 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (7.7.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: importlib-resources in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.4.5) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: grpcio>=1.58.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.67.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: typer>=0.9.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.16.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: kubernetes>=28.1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (30.1.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tenacity>=8.2.3 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (9.1.2) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyyaml>=6.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.0.2) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: mmh3>=4.0.1 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.0.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: orjson>=3.9.12 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.10.7) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rich>=10.11.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (13.9.4) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonschema>=4.19.0 in /home/ricardo/.local/lib/python3.12/site-packages (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.23.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: primp>=0.15.0 in /home/ricardo/.local/lib/python3.12/site-packages (from ddgs==9.0.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.15.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: lxml>=5.3.0 in /home/ricardo/.local/lib/python3.12/site-packages (from ddgs==9.0.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.0.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: starlette<0.46.0,>=0.40.0 in /home/ricardo/.local/lib/python3.12/site-packages (from fastapi==0.115.7->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.45.3) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: ctranslate2<5,>=4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.5.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: huggingface-hub>=0.13 in /home/ricardo/.local/lib/python3.12/site-packages (from faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.34.4) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: av>=11 in /home/ricardo/.local/lib/python3.12/site-packages (from faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (15.1.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-dotenv in /home/ricardo/.local/lib/python3.12/site-packages (from firecrawl-py==1.12.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: websockets in /home/ricardo/.local/lib/python3.12/site-packages (from firecrawl-py==1.12.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (15.0.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nest-asyncio in /home/ricardo/.local/lib/python3.12/site-packages (from firecrawl-py==1.12.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.6.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: defusedxml in /usr/lib/python3/dist-packages (from fpdf2==2.8.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.7.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: fonttools>=4.34.0 in /usr/lib/python3/dist-packages (from fpdf2==2.8.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.46.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: wcwidth<0.3.0,>=0.2.12 in /home/ricardo/.local/lib/python3.12/site-packages (from ftfy==6.2.3->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.2.13) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-auth<3.0dev,>=2.26.1 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.40.3) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-api-core<3.0.0dev,>=2.15.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.25.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-cloud-core<3.0dev,>=2.3.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.4.2) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-resumable-media>=2.7.2 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.7.2) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.6.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: anyio<5.0.0,>=4.8.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-genai==1.38.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.10.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: google-ai-generativelanguage==0.6.15 in /home/ricardo/.local/lib/python3.12/site-packages (from google-generativeai==0.8.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.15) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: protobuf in /home/ricardo/.local/lib/python3.12/site-packages (from google-generativeai==0.8.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.29.5) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: certifi in /home/ricardo/.local/lib/python3.12/site-packages (from httpx==0.28.1->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.12.14) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httpcore==1.* in /home/ricardo/.local/lib/python3.12/site-packages (from httpx==0.28.1->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.7) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: idna in /home/ricardo/.local/lib/python3.12/site-packages (from httpx==0.28.1->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.10) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: brotli in /usr/lib/python3/dist-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pygments==2.* in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.19.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: h2<5,>=3 in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.1.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: socksio==1.* in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: zstandard>=0.18.0 in /home/ricardo/.local/lib/python3.12/site-packages (from httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.23.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langchain-core<1.0.0,>=0.3.72 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.75) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langchain-text-splitters<1.0.0,>=0.3.9 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.9) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langsmith>=0.1.17 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.3.45) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: dataclasses-json<0.7,>=0.6.7 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.7) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pydantic-settings<3.0.0,>=2.10.1 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.10.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httpx-sse<1.0.0,>=0.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.4.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyasn1>=0.4.6 in /home/ricardo/.local/lib/python3.12/site-packages (from ldap3==2.9.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sse-starlette>=1.6.1 in /home/ricardo/.local/lib/python3.12/site-packages (from mcp==1.14.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: joblib in /home/ricardo/.local/lib/python3.12/site-packages (from nltk==3.9.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.4.2) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: regex>=2021.8.3 in /home/ricardo/.local/lib/python3.12/site-packages (from nltk==3.9.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.11.6) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: coloredlogs in /usr/lib/python3/dist-packages (from onnxruntime==1.20.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (15.0.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: flatbuffers in /home/ricardo/.local/lib/python3.12/site-packages (from onnxruntime==1.20.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (24.3.25) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sympy in /home/ricardo/.local/lib/python3.12/site-packages (from onnxruntime==1.20.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.13.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: et-xmlfile in /home/ricardo/.local/lib/python3.12/site-packages (from openpyxl==3.1.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: urllib3!=2.2.0,!=2.2.1,<3,>=1.26.19 in /home/ricardo/.local/lib/python3.12/site-packages (from opensearch-py==2.8.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.3.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-dateutil in /home/ricardo/.local/lib/python3.12/site-packages (from opensearch-py==2.8.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.9.0.post0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: Events in /home/ricardo/.local/lib/python3.12/site-packages (from opensearch-py==2.8.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.5) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: tzdata>=2022.7 in /home/ricardo/.local/lib/python3.12/site-packages (from pandas==2.2.3->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2025.1) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: annotated-types>=0.6.0 in /home/ricardo/.local/lib/python3.12/site-packages (from pydantic==2.11.7->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.7.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pydantic-core==2.33.2 in /home/ricardo/.local/lib/python3.12/site-packages (from pydantic==2.11.7->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.33.2) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: typing-inspection>=0.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from pydantic==2.11.7->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.4.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: ecdsa!=0.15 in /home/ricardo/.local/lib/python3.12/site-packages (from python-jose==3.4.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.19.0) Sep 26 13:04:26 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rsa!=4.1.1,!=4.4,<5.0,>=4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from python-jose==3.4.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.9) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Collecting pyasn1>=0.4.6 (from ldap3==2.9.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Downloading pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: XlsxWriter>=0.5.7 in /home/ricardo/.local/lib/python3.12/site-packages (from python-pptx==1.0.2->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.2.0) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: bidict>=0.21.0 in /home/ricardo/.local/lib/python3.12/site-packages (from python-socketio==5.13.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.23.1) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-engineio>=4.11.0 in /home/ricardo/.local/lib/python3.12/site-packages (from python-socketio==5.13.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.11.2) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyclipper>=1.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from rapidocr-onnxruntime==1.4.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.3.0.post5) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opencv-python>=4.5.1.48 in /home/ricardo/.local/lib/python3.12/site-packages (from rapidocr-onnxruntime==1.4.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.11.0.86) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: Shapely!=2.0.4,>=1.7.1 in /home/ricardo/.local/lib/python3.12/site-packages (from rapidocr-onnxruntime==1.4.4->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.0.6) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: charset_normalizer<4,>=2 in /home/ricardo/.local/lib/python3.12/site-packages (from requests==2.32.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.4.1) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: torch>=1.11.0 in /home/ricardo/.local/lib/python3.12/site-packages (from sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.6.0) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: scikit-learn in /home/ricardo/.local/lib/python3.12/site-packages (from sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.6.1) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: scipy in /home/ricardo/.local/lib/python3.12/site-packages (from sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.15.2) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: cffi>=1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from soundfile==0.13.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.0.0) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: greenlet!=0.4.17 in /home/ricardo/.local/lib/python3.12/site-packages (from sqlalchemy==2.0.38->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.1.1) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: chardet in /usr/lib/python3/dist-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.2.0) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: filetype in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.0) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-magic in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.4.27) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: beautifulsoup4 in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.13.5) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: emoji in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.12.1) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-iso639 in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.4.27) Sep 26 13:04:28 ricardo-PC startssh.sh[67397]: Requirement already satisfied: langdetect in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.9) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Collecting numpy>=1.22.5 (from chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rapidfuzz in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.9.7) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: backoff in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.2.1) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: unstructured-client in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.25.9) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: wrapt in /usr/lib/python3/dist-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.15.0) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: python-oxmsg in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.0.1) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: html5lib in /usr/lib/python3/dist-packages (from unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: h11>=0.8 in /home/ricardo/.local/lib/python3.12/site-packages (from uvicorn==0.35.0->uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.14.0) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httptools>=0.6.3 in /home/ricardo/.local/lib/python3.12/site-packages (from uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.6.4) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: uvloop>=0.15.1 in /home/ricardo/.local/lib/python3.12/site-packages (from uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.20.0) Sep 26 13:04:29 ricardo-PC startssh.sh[67397]: Requirement already satisfied: watchfiles>=0.13 in /home/ricardo/.local/lib/python3.12/site-packages (from uvicorn[standard]==0.35.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.24.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: proto-plus<2.0.0dev,>=1.22.3 in /home/ricardo/.local/lib/python3.12/site-packages (from google-ai-generativelanguage==0.6.15->google-generativeai==0.8.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.24.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: filelock in /home/ricardo/.local/lib/python3.12/site-packages (from transformers->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.16.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: safetensors>=0.4.3 in /home/ricardo/.local/lib/python3.12/site-packages (from transformers->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.5.2) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: distro<2,>=1.7.0 in /usr/lib/python3/dist-packages (from anthropic->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.9.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: docstring-parser<1,>=0.15 in /home/ricardo/.local/lib/python3.12/site-packages (from anthropic->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.16) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jiter<1,>=0.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from anthropic->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.8.2) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: sniffio in /home/ricardo/.local/lib/python3.12/site-packages (from anthropic->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.3.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: httplib2<1.0.0,>=0.19.0 in /usr/lib/python3/dist-packages (from google-api-python-client->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.20.4) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/ricardo/.local/lib/python3.12/site-packages (from google-api-python-client->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.1.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: requests-oauthlib>=0.7.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-auth-oauthlib->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.0.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyproject_hooks in /usr/lib/python3/dist-packages (from build>=1.0.3->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pycparser in /usr/lib/python3/dist-packages (from cffi>=1.0->soundfile==0.13.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.21) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: setuptools in /home/ricardo/.local/lib/python3.12/site-packages (from ctranslate2<5,>=4.0->faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (75.8.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /home/ricardo/.local/lib/python3.12/site-packages (from dataclasses-json<0.7,>=0.6.7->langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.22.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: typing-inspect<1,>=0.4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from dataclasses-json<0.7,>=0.6.7->langchain-community==0.3.29->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.9.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: cachetools<6.0,>=2.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from google-auth<3.0dev,>=2.26.1->google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.5.2) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/ricardo/.local/lib/python3.12/site-packages (from google-auth<3.0dev,>=2.26.1->google-cloud-storage==2.19.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.4.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: hyperframe<7,>=6.0 in /home/ricardo/.local/lib/python3.12/site-packages (from h2<5,>=3->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (6.0.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: hpack<5,>=4.0 in /home/ricardo/.local/lib/python3.12/site-packages (from h2<5,>=3->httpx[brotli,cli,http2,socks,zstd]==0.28.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (4.0.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/lib/python3/dist-packages (from httplib2<1.0.0,>=0.19.0->google-api-python-client->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.1.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: fsspec>=2023.5.0 in /home/ricardo/.local/lib/python3.12/site-packages (from huggingface-hub>=0.13->faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.6.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: hf-xet<2.0.0,>=1.1.3 in /home/ricardo/.local/lib/python3.12/site-packages (from huggingface-hub>=0.13->faster-whisper==1.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.1.8) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /home/ricardo/.local/lib/python3.12/site-packages (from jsonschema>=4.19.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2024.10.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: referencing>=0.28.4 in /home/ricardo/.local/lib/python3.12/site-packages (from jsonschema>=4.19.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.36.2) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: rpds-py>=0.7.1 in /home/ricardo/.local/lib/python3.12/site-packages (from jsonschema>=4.19.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.22.3) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 in /home/ricardo/.local/lib/python3.12/site-packages (from kubernetes>=28.1.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.8.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: oauthlib>=3.2.2 in /usr/lib/python3/dist-packages (from kubernetes>=28.1.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.2.2) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonpatch<2.0,>=1.33 in /home/ricardo/.local/lib/python3.12/site-packages (from langchain-core<1.0.0,>=0.3.72->langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.33) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: requests-toolbelt<2.0.0,>=1.0.0 in /home/ricardo/.local/lib/python3.12/site-packages (from langsmith>=0.1.17->langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: portalocker<3,>=1.4 in /home/ricardo/.local/lib/python3.12/site-packages (from msal-extensions>=1.2.0->azure-identity==1.25.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.10.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: importlib-metadata<8.8.0,>=6.0 in /home/ricardo/.local/lib/python3.12/site-packages (from opentelemetry-api>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (7.2.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-exporter-otlp-proto-common==1.37.0 in /home/ricardo/.local/lib/python3.12/site-packages (from opentelemetry-exporter-otlp-proto-grpc>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-proto==1.37.0 in /home/ricardo/.local/lib/python3.12/site-packages (from opentelemetry-exporter-otlp-proto-grpc>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.37.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: opentelemetry-semantic-conventions==0.58b0 in /home/ricardo/.local/lib/python3.12/site-packages (from opentelemetry-sdk>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.58b0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: simple-websocket>=0.10.0 in /home/ricardo/.local/lib/python3.12/site-packages (from python-engineio>=4.11.0->python-socketio==5.13.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/lib/python3/dist-packages (from rich>=10.11.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.0.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: networkx in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.4.2) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jinja2 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.1.6) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cuda-nvrtc-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.82) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cuda-runtime-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.82) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cuda-cupti-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.82) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cudnn-cu12>=9.1.0.70 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (9.3.0.75) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cublas-cu12>=12.4.5.8 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.3.2) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cufft-cu12>=11.2.1.3 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (11.2.3.61) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-curand-cu12>=10.3.5.147 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (10.3.6.82) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cusolver-cu12>=11.6.1.9 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (11.6.3.83) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cusparse-cu12>=12.3.1.170 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.1.3) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-cusparselt-cu12>=0.6.2 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.7.1) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-nccl-cu12>=2.21.5 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.28.3) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-nvtx-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.9.19) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: nvidia-nvjitlink-cu12>=12.4.127 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (12.5.82) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: triton>=3.2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.2.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: mpmath<1.4,>=1.1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from sympy->onnxruntime==1.20.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.3.0) Sep 26 13:04:30 ricardo-PC startssh.sh[67397]: Requirement already satisfied: shellingham>=1.3.0 in /home/ricardo/.local/lib/python3.12/site-packages (from typer>=0.9.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.5.4) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: soupsieve>1.2 in /usr/lib/python3/dist-packages (from beautifulsoup4->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.5) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: olefile in /home/ricardo/.local/lib/python3.12/site-packages (from python-oxmsg->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.47) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: threadpoolctl>=3.1.0 in /home/ricardo/.local/lib/python3.12/site-packages (from scikit-learn->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.5.0) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: deepdiff>=6.0 in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured-client->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (8.0.1) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonpath-python>=1.0.6 in /home/ricardo/.local/lib/python3.12/site-packages (from unstructured-client->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.6) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: orderly-set==5.2.2 in /home/ricardo/.local/lib/python3.12/site-packages (from deepdiff>=6.0->unstructured-client->unstructured==0.16.17->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (5.2.2) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: grpcio-status<2.0.0,>=1.33.2 in /home/ricardo/.local/lib/python3.12/site-packages (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-ai-generativelanguage==0.6.15->google-generativeai==0.8.5->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.62.3) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: zipp>=0.5 in /usr/lib/python3/dist-packages (from importlib-metadata<8.8.0,>=6.0->opentelemetry-api>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.0.0) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: jsonpointer>=1.9 in /usr/lib/python3/dist-packages (from jsonpatch<2.0,>=1.33->langchain-core<1.0.0,>=0.3.72->langchain==0.3.27->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (2.0) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: mdurl~=0.1 in /usr/lib/python3/dist-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (0.1.2) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: wsproto in /home/ricardo/.local/lib/python3.12/site-packages (from simple-websocket>=0.10.0->python-engineio>=4.11.0->python-socketio==5.13.0->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (1.2.0) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: MarkupSafe>=2.0 in /home/ricardo/.local/lib/python3.12/site-packages (from jinja2->torch>=1.11.0->sentence-transformers==5.1.1->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (3.0.2) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Requirement already satisfied: more-itertools in /usr/lib/python3/dist-packages (from zipp>=0.5->importlib-metadata<8.8.0,>=6.0->opentelemetry-api>=1.2.0->chromadb==1.0.20->open-webui>=0.6.25->dartmouth-chat-tools==0.1.0) (10.2.0) Sep 26 13:04:31 ricardo-PC startssh.sh[67397]: Downloading open_webui-0.6.31-py3-none-any.whl (133.7 MB) .... ```
Author
Owner

@Simon-Stone commented on GitHub (Sep 26, 2025):

It's surprising to me that it worked. I tried multiple times and it consistently did not. I also don't think I understand how it can work given how has_user_valves is determined.

@Simon-Stone commented on GitHub (Sep 26, 2025): It's surprising to me that it worked. I tried multiple times and it consistently did not. I also don't think I understand how it _can_ work given how `has_user_valves` is determined.
Author
Owner

@rgaricano commented on GitHub (Sep 26, 2025):

Simon, I don't know if valves work or not with from dartmouth_chat_tools.create_document import Tools version, I didn't finish the requirement install of the tool, it seem that it do another openwebui installation & I'm not using docker or env.

@rgaricano commented on GitHub (Sep 26, 2025): Simon, I don't know if valves work or not with _from dartmouth_chat_tools.create_document import Tools_ version, I didn't finish the requirement install of the tool, it seem that it do another openwebui installation & I'm not using docker or env.
Author
Owner

@Simon-Stone commented on GitHub (Sep 26, 2025):

I see what you are saying. I removed the requirement of open_webui from the package. Feel free to try again.

@Simon-Stone commented on GitHub (Sep 26, 2025): I see what you are saying. I removed the requirement of `open_webui` from the package. Feel free to try again.
Author
Owner

@tjbck commented on GitHub (Sep 27, 2025):

Should be addressed with 54beeeaf72

@tjbck commented on GitHub (Sep 27, 2025): Should be addressed with 54beeeaf72873c6e80ca9b24b3ff28787dee8d6a
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#6504