Tao Chen

Results 40 comments of Tao Chen
trafficstars

Closing now as it appears this issue has been resolved. Please reopen as needed.

Hello! Thanks for your feedback! Can you confirm with me that the file has been successfully uploaded before you ask the questions? Note: you will see a notification banner show...

Hello! Yes, you're right. Copilot Chat has limited capacity and cannot analyze the entire files if they are very large. You might want to try to ask the bot more...

> > 你好! > > 你是对的。Copilot Chat 的容量有限,如果文件非常大,则无法分析整个文件。你可能想尝试向机器询问更具体的问题。比如,你可以问“请在我提供的日志文件中尽可能多地寻找出险的条目,而为我总了结一下?”。 > > Maybe so, I'll give it a try. Today I gave him a 220k txt file. I hope it can help...

Here is where the chunking is taking place currently: https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/copilot-chat-app/webapi/CopilotChat/Controllers/DocumentImportController.cs#L184. Feel free to experiment with other strategies that suit your need. You can find the prompts here: https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/copilot-chat-app/webapi/appsettings.json#L152. You will...

Closing now as it appears this issue has been resolved. Please reopen as needed.

Hello! Thanks for reporting the issue! Could you provide more details as to what you mean by token issue? Did the prompt exceed the token limit? Please note that the...

Hi Powe! Could you provide more details on how you encountered the errors/warnings? Logs or screenshots will help greatly.

Could you let me know what you did? i.e. 1. Did you import a document? 2. Is this your first message? (I am asking this because the memory is empty...

Hello Powei, it's common that GPT doesn't respond with the correct Json format. That's why we chose to skip instead of raising errors in memory extraction: https://github.com/microsoft/semantic-kernel/blob/main/samples/apps/copilot-chat-app/webapi/CopilotChat/Skills/ChatSkills/SemanticChatMemoryExtractor.cs#L57. And of course,...