<html>
<head>
<base href="https://bugzilla.suse.com/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [doc] Issue in "OPEN WEBUI OVERRIDE FILE WITH OLLAMA INCLUDED""
href="https://bugzilla.suse.com/show_bug.cgi?id=1250230">1250230</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[doc] Issue in "OPEN WEBUI OVERRIDE FILE WITH OLLAMA INCLUDED"
</td>
</tr>
<tr>
<th>Classification</th>
<td>SUSE AI
</td>
</tr>
<tr>
<th>Product</th>
<td>SUSE AI Application Containers
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5 - None
</td>
</tr>
<tr>
<th>Component</th>
<td>documentation
</td>
</tr>
<tr>
<th>Assignee</th>
<td>tbazant@suse.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>tapas.nandi@suse.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>ai-maintainers@lists.suse.com
</td>
</tr>
<tr>
<th>Target Milestone</th>
<td>---
</td>
</tr>
<tr>
<th>Found By</th>
<td>---
</td>
</tr>
<tr>
<th>Blocker</th>
<td>---
</td>
</tr></table>
<p>
<div>
<pre>OPEN WEBUI OVERRIDE FILE WITH OLLAMA INCLUDED:
<a href="https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#owui-helm-overrides-ollama">https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#owui-helm-overrides-ollama</a>
RAG Capability is slow and sometimes fail with the given config.
To workaround the same adding an annotation especially for Nginx worked for me,
below is the config:
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "1024m"
Also Sometimes i faced issue with getting errors in openwebui log which breaks
the RAG capabilities, adding the below parameter in ExtraEnvVars section
solved the issue:
- name: OMP_NUM_THREADS
value: "1"
This applies to both:
<a href="https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#owui-helm-overrides-ollama">https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#owui-helm-overrides-ollama</a>
AND
<a href="https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#owui-ollama-deploy-separate">https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#owui-ollama-deploy-separate</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>