James W.
James W.
A combination of fixes here helped me get running successfully too, so I'm going to post them all together to hopefully save future readers some time. 1. Switch the Java...
Sorry to tag again @cpanato but I'm running into the described issue as well and am hoping to see this merged. Thank you!
I ran into the same error. I don't think I'm going to need that mock anyways, so I just changed its extension from `.sol` to `.badsol` for now, and compiling...
Hi @huornlmj, here's a working config file for Open WebUI. ``` { "models": [ { "title": "Ollama Remote", "provider": "ollama", "model": "llama3:instruct", "completionOptions": {}, "contextLength": 8192, "apiBase": "https:///ollama", "apiKey" :"",...
@xqe2011 this actually just started happening to me as well, and I noticed it right after an Open WebUI upgrade. I went from around 0.3.10 to 0.3.32 and the issue...
I was wondering the same thing and was able to get it work using the example below: ``` import ollama import os url = "https://" api_key = os.getenv("OLLAMA_API_KEY") model_name =...
I've run into the same issue here: https://github.com/open-webui/helm-charts/actions/runs/9388614861/job/25854221012 I'll report back if I find a fix.
Thanks @Cqban, I'll take a closer look at this. I've never used Tika before, do you happen to know if it adds/ extends existing metadata on vectors? I can do...
Confirmed that the filterable metadata per vector is up to 2KB per the S3 vectors limitations docs: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-vectors-limitations.html I never ran into that issue during my testing using the Open...
@joshrenshaw12 your issue popped up when you tried to upload 500+ files to a collection at once right? I think I have a fix for that now, I can ping...