microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
https://microsoft.github.io/kernel-memory
MIT License
1.49k stars 287 forks source link

dotnet-WebClient example: vectorization is working but Ask is not #734

Open aitrailblazer opened 1 month ago

aitrailblazer commented 1 month ago

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

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 2 weeks ago

@aitrailblazer could you increase the log level and find out which request timed out?