Unable to store Japanese text in Qdrant on Windows environment #8
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Aygents/mcp-server-qdrant#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While I can successfully store and retrieve English and other Latin-based characters, I encounter timeout errors when trying to store Japanese text. After investigating the issue, it appears that character encoding problems are causing the program to hang.
The issue can be resolved by configuring the PYTHONIOENCODING environment variable in the MCP server settings.
@panda666x Thanks for providing the answer! Could you please describe your env? At least the OS would be helpful. I'd love to reproduce it!
OS is Windows 11. Also, this might be a Japan-specific issue. In Japan, the default character encoding of the OS appears to be Shift-JIS.