Files
Zportal-Wiki-VectorDB-Chat/wiki-vector-chat.py
admin ce8d4a79a0 Switch to async httpx for RAG searches to prevent event loop blocking
The multi-query vector search with blocking urllib.request.urlopen calls
was stalling the single-threaded uvicorn event loop. Now uses async
httpx.AsyncClient with asyncio.gather for parallel requests.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-03 11:51:48 +00:00

21 KiB