chatgpt-retrieval-plugin icon indicating copy to clipboard operation
chatgpt-retrieval-plugin copied to clipboard

Convert datastore environment variable to lowercase for case-insensitive matching

Open wangxuqi opened this issue 1 year ago • 0 comments

Hi there,

I've created this merge request to address an issue where some users tend to mix upper and lower case letters in the DATASTORE environment variable. By converting the environment variable to lowercase before matching, we can ensure that the code functions correctly regardless of the letter casing provided by the user. This should help prevent potential issues caused by case sensitivity.

Please review the changes and let me know if you have any suggestions or concerns. Thank you!

wangxuqi avatar Apr 10 '23 02:04 wangxuqi