How to use copilot's text import function, I have an error reported
How to use copilot's text import function, I have an error reported
The dialog function of copilot works fine.
did you set ClientId and RedirectUri? because you use "--user-collection"
https://github.com/microsoft/semantic-kernel/tree/main/samples/apps/copilot-chat-app/importdocument
Hello!
Thanks for reporting the issue!
The document import feature has been updated since you reported the issue. The user scoped collections have been replaced by chat session scoped collections.
Please refer to the README to see instructions on how to set up the appsettings.json file to allow the app to import documents to chat scoped collections.
Feel free to leave more questions here.
I have started the webapi service
The configuration file looks like this
But I run dotnet run -- --file . \sample-docs\ms10k.txt prompted this
I don't know how to solve
did you setup WebApi Backend Server?
https://github.com/microsoft/semantic-kernel/tree/main/samples/apps/copilot-chat-app#start-the-webapi-backend-server
you can debug WebApi to see what the problem is
this is work,
It's still like this
I also encountered an error. I couldn't open Copolit on Google before, but I could still open it. The image above was opened using Microsoft's browser
this is work,
It's still like this
I also encountered an error. I couldn't open Copolit on Google before, but I could still open it. The image above was opened using Microsoft's browser
To resolve the SSL connection error, have you tried running the following command:
dotnet dev-certs https --trust
Closing now as it appears this issue has been resolved. Please reopen as needed.


