Toru Suzuki
Toru Suzuki
Forked and added a module. https://github.com/zolgear/grove.py/blob/master/grove/grove_ledbar.py I referred to "mcauser/micropython-my9221" and the datasheet.
fixed #4455 I have confirmed that with v0.6.9, uploading to Azure Blob works without any issues when running on Docker localhost as well as when executing the source locally.
@dosu I also suspected that the sas_token in the provided code was the cause and tried changing the expiry time, but the timestamp of the parameter didn't change, so I...
refs #4911 I have confirmed the fix in version 0.6.10. Thank you for the code changes!
This is because the `unstructured.io` package enables telemetry by default. Even when self-hosting with `ETL_TYPE=Unstructured`, it will make network requests. There is an environment variable to disable telemetry. Consider adding...
ref #11179 Fixed.
Duplicated #9322
Sorry for the late response. I tested using the image `ghcr.io/berriai/litellm:litellm_bedrock_openai_imported_model-v1.80.5.dev1`. The authentication error issue that was occurring when not using environment variables and when using credential_list has been resolved.
**Error situation:** - PDF file: 19MB, 484 pages - Azure Document Intelligence API call completes successfully and is confirmed in the logs: ``` | INFO | open_webui.routers.retrieval:save_docs_to_vector_db:1125 - save_docs_to_vector_db: document...
With v0.6.26, PDF transcription in Notes works. Embedding in the backend causes memory to increase until OOM. Restarting the container before server crashes allows work to continue. Enabling "Bypass Embedding...