mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #7518] query_collection got an unexpected keyword argument 'query' via API #30303
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 @jakern on GitHub (Dec 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7518
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: v0.4.7 & 0.4.6
Ollama (if applicable): 0.3.14
Operating System: Ubuntu 22.04- like
Browser (if applicable): Chromium 131
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
I am attempting to hit the /query/collection logs via swagger docs using collection name returned by /process/web API endpoint.
example request I think should work
should return a string from that collection.
Actual Behavior:
Actually returns 400 error
removing query field gives expected "field required" message
Description
Bug Summary:
see expected behavior
Reproduction Details
Steps to Reproduce:
see expected behavior
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
@tjbck commented on GitHub (Dec 1, 2024):
Good catch, fixed on dev!