Bernhard Enders

Results 46 comments of Bernhard Enders

You could simply decrease the value of OWNCLOUD_MAX_PARALLEL environment variable from 6 (default) to 2, e.g.

> Unable to repro. this works as expected. Please share the full config + request being made to proxy, for repro. 01. It follows a minimal `config.yaml` file: ```yaml general_settings:...

> please share your complete debug logs. > > got by running - `litellm --detailed_debug`. Hello. I found that disabling the "enable_pre_call_checks" option (setting it to false) makes the problem...

> please add a unit test for this scenario Unfortunately I don't know how this project handle unit testing... For me the code below triggers the exception if the requested...

> This might be addressed with 0.3.35, testing wanted here! Did a quick test with v0.3.35 and I'm still getting this error (below) logged but still nothing appears in the...

> @bgeneto have you tried what i have mentioned the above? if it resolves the issue we can probably close the ticket. > > I am assuming you were using...

@Robertde34 you can try using apache tika for text/content extraction. If you are using docker: ```yaml tika: image: apache/tika:3.0.0.0-full container_name: tika hostname: tika command: -c /tika-config.xml restart: always environment: -...

> Okay, thanks for this, I have tried to setup Tika, but it seems **not working**. > > I have no "tika-config.xml" so i used the WEBUI DOC: https://docs.openwebui.com/tutorials/integrations/apachetika/ >...

> When I upload a 5M XLSX file to the knowledge base, I get the following message: "detail": "Extracted content is not available for this file. Please ensure that the...