Originally created by @overtunned on GitHub (Nov 20, 2024).
The import statement in the file appears to reference an incorrect module path. It currently reads:
`from open_webui.apps.rag.vector.main import VectorItem, SearchResult, GetResult`
This should be updated to:
`from open_webui.apps.retrieval.vector.main import VectorItem, SearchResult, GetResult`
https://github.com/open-webui/open-webui/blob/02e94c826440162e381cad382d3ac1b0eb2b3d73/backend/open_webui/apps/retrieval/vector/dbs/opensearch.py#L4
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @overtunned on GitHub (Nov 20, 2024).
The import statement in the file appears to reference an incorrect module path. It currently reads:
from open_webui.apps.rag.vector.main import VectorItem, SearchResult, GetResultThis should be updated to:
from open_webui.apps.retrieval.vector.main import VectorItem, SearchResult, GetResulthttps://github.com/open-webui/open-webui/blob/02e94c826440162e381cad382d3ac1b0eb2b3d73/backend/open_webui/apps/retrieval/vector/dbs/opensearch.py#L4
@tjbck commented on GitHub (Nov 20, 2024):
Good catch, thanks!