mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
86f161697a
Eliminated the 50ms delay in the asynchronous streaming response logic of the /api/ask-streaming endpoint by removing the line `await Task.Delay(50);`. This change improves the response time by removing unnecessary latency after each delta in the response stream.