mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #16589] issue: Vectors not retrieved from Pinecone db when using RAG in Web Search #17967
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 @jsweetzer-ea on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16589
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.23
Ollama Version (if applicable)
No response
Operating System
AWS Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Web search should query and return the vectors as part of web search query
Actual Behavior
vectors are created and inserted but not retrieved
Steps to Reproduce
Web search set to tavily for search engine + web loader
Enabled embedding + RAG
Vector DB enabled using Pinecone via env vars
Generate web search query in chat
no results returned
turn off RAG using full context mode to see search results correctly used in response generation
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Aug 14, 2025):
@PVBLIC-F We seemed to have introduced a race condition due to
12c2138982, were you able to test this?@PVBLIC-F commented on GitHub (Aug 14, 2025):
I'll take a look at this later this evening or in the morning.
@jsweetzer-ea commented on GitHub (Aug 22, 2025):
Did you manage to look into this @PVBLIC-F ? Thank you
@PVBLIC-F commented on GitHub (Aug 23, 2025):
@jsweetzer-ea Sorry. I will this weekend.