getmetal / motorhead

🧠 Motorhead is a memory and information retrieval server for LLMs.
https://getmetal.io
Apache License 2.0
846 stars 79 forks source link

Improve handling of RediSearch "unknown: index name" error #69

Closed andrewkdouglas closed 1 year ago

andrewkdouglas commented 1 year ago

Fixes issue where RediSearch responds with a message that uses inconsistent case.

Solution: Lowercase the message before comparison.

Relates to: #68