sturdy-dev / semantic-code-search

Search your codebase with natural language • CLI • No data leaves your computer
GNU Affero General Public License v3.0
297 stars 26 forks source link

ut8 not supported #24

Open bankThanabat opened 1 year ago

bankThanabat commented 1 year ago

When attempting to use the do_embed function of the embed.py module in a codebase containing UTF-8 encoded files, an error is thrown due to improper handling of the UTF-8 encoding in the code. i think the issue arises from parser.parse() method in the _get_repo_functions