langchain-ai / langchain-redis

MIT License
14 stars 9 forks source link

fix: compare error message to create index #18

Closed MarceloNunesAlves closed 2 months ago

MarceloNunesAlves commented 2 months ago

I found out a problem in the error checking for index creation, I added a lowercase in the comparison to solve this problem.

Screenshot from 2024-09-16 10-01-54

MarceloNunesAlves commented 2 months ago

Hi @bsbodden,

Can you review this code, please?