dotnet-WebClient example: vectorization is working but Ask is not
aitrailblazer opened this issue · 2 comments
aitrailblazer commented
Context / Scenario
https://github.com/microsoft/kernel-memory/tree/main/examples/001-dotnet-WebClient
vectorization is working but Ask is not
What happened?
Uploading text about E=mc^2
- Document Id: 9c6c024bd9684234ae10aac816aa6082202408051132081568880
Uploading article file about Carbon - Document Id: doc001
Uploading a text file, a Word doc, and a PDF about Kernel Memory - Document Id: doc002
doc003 already uploaded.
webPage1 already uploaded.
Uploading a HTML file about Apache Submarine project - Document Id: htmlDoc001
Uploading https://raw.githubusercontent.com/microsoft/kernel-memory/main/docs/security/security-filters.md - Document Id: webPage2
Uploading Image file with a news about a conference sponsored by Microsoft - Document Id: img001
Uploading Excel file with some empty cells - Document Id: xls01
Uploading JSON file - Document Id: json01
Waiting for memory ingestion to complete...
Waiting for memory ingestion to complete...
Question: What's E = m*c^2?
Importance
I cannot use Kernel Memory
Platform, Language, Versions
Azure, Blazor
Relevant log output
Unhandled exception. System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
---> System.TimeoutException: The operation was canceled.
---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
---> System.Net.Sockets.SocketException (89): Operation canceled
--- End of inner exception stack trace ---
dluc commented
@aitrailblazer could you increase the log level and find out which request timed out?
dluc commented
closing for inactivity