You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling embed, I get the error RuntimeError: Failed to generate embeddings: locale::facet::_S_create_c_locale name not valid
Example Code
fromgpt4allimportEmbed4Alltext='The quick brown fox jumps over the lazy dog'embedder=Embed4All('nomic-embed-text-v1.5.f16.gguf',device="gpu")
output=embedder.embed(text, dimensionality=64)
RuntimeError: Failed to generate embeddings: locale::facet::_S_create_c_locale name not valid
Steps to Reproduce
Your Environment
Windows 10, gpt4all 2.3.0. I did modify _pyllmodel.py line 12 to