mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
GPU Index Out of Bounds Error During Vector Search in RAG Module #1437
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 @Belonger on GitHub (Jul 5, 2024).
Description:
When using the RAG module, I stored a total of 1300 files, amounting to 90,701,824 characters. During the vector search process (selecting 1300 files for search), an index out-of-bounds bug occurred. The specific error is:
This happens during the vector search on the GPU, and there is still plenty of memory available during the search process.
How is this error triggered, and how can it be resolved?