mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #5622] issue: Milvus - failed to create index on collection #29586
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 @aouicher on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5622
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: 0.3.23
Operating System: Amazon Linux / Red Hat Enterprise Linux
Confirmation:
Description
I'm encountering an error when trying to create an index in Milvus after uploading documents to OpenWebUI. The collection is successfully created, but the index creation fails.
Reproduction Details
Upload a document (XLS or CSV file) to OpenWebUI
Attempt to create a prompt about the uploaded document
Logs and Screenshots
You can see that collection is created but without index on Milvus

Additional Information
The error occurs with all file types
Using default Milvus configuration settings
The collection is successfully created, but the index creation fails
Note
Any assistance or guidance on resolving this issue would be greatly appreciated. Please let me know if you need any additional information.
@sir3mat commented on GitHub (Sep 23, 2024):
Same issue
@tjbck commented on GitHub (Sep 23, 2024):
PR Welcome!
@ajikmr commented on GitHub (Sep 25, 2024):
It gets fixed by adding params in milvus.py
@aouicher commented on GitHub (Sep 26, 2024):
Thank you @ajikmr
How can we address that issue?
@tjbck commented on GitHub (Sep 26, 2024):
Fixed on dev!
@velarx commented on GitHub (Oct 6, 2024):
Any ETA do we have to get that release from dev?
@ghost commented on GitHub (Jan 21, 2025):
Same problem here. When does this get fixed?