mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #14463] issue: regression on v0.6.12 with RAG #17264
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bb-chris on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14463
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.12
Ollama Version (if applicable)
n/a
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
RAG should work without errors
Actual Behavior
I'm getting this error when using RAG after upgrading to v0.6.12. Downgrading to v0.6.11 makes it go away:
400: litellm.BadRequestError: BedrockException - {"message":"The additional field system conflicts with an existing field. Remove system and try again."}. Received Model Group=anthropic.claude-sonnet-4-20250514-v1:0 Available Model Group Fallbacks=NoneUsing this same model WITHOUT RAG works just fine.
Steps to Reproduce
Logs & Screenshots
400: litellm.BadRequestError: BedrockException - {"message":"The additional field system conflicts with an existing field. Remove system and try again."}. Received Model Group=anthropic.claude-sonnet-4-20250514-v1:0 Available Model Group Fallbacks=NoneAdditional Information
No response
@Hisma commented on GitHub (May 29, 2025):
what content extraction engine are you using?
Verify in Admin Document settings.
@stanislavKosacek commented on GitHub (May 29, 2025):
I have same issue with every custom model with OpenAI models.
400: litellm.BadRequestError: OpenAIException - Unrecognized request argument supplied: system. Received Model Group=gpt-4.1 Available Model Group Fallbacks=None.I also use connection to LiteLLM. It starts after update to Open WebUI v0.6.12.
@tjbck commented on GitHub (May 29, 2025):
This has nothing to do with RAG and more to do with custom params.
#14469