-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redis.exceptions.ResponseError: unknown command 'FT.CREATE' #17
Comments
me too |
because you do not install Redisearch module |
helps |
cannot salve my problem |
You need to install RediSearch. Using docker you can run the following after moving under https://github.com/openai/chatgpt-retrieval-plugin/tree/main/examples/docker/redis
|
Use Docker or install Redis with Redisearch - FT.Create (https://redis.io/commands/ft.create/) |
Hi just to clarify from the Redis side, you need to make sure both This should fix your issues. |
We'll open a PR with a module check to return a clearer error. Stay tuned. |
Updating Docker fixed my issue |
addressed with: |
redis.exceptions.ResponseError: unknown command 'FT.CREATE'?
The text was updated successfully, but these errors were encountered: