Files
SqlDatabaseVectorSearch/SqlDatabaseVectorSearch
Marco Minerva 86f161697a Remove delay in /api/ask-streaming endpoint response
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.
2025-01-28 11:24:51 +01:00
..
2024-06-14 11:47:00 +02:00