Skip to content
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

Closed
geekroscom opened this issue Mar 24, 2023 · 11 comments
Closed

redis.exceptions.ResponseError: unknown command 'FT.CREATE' #17

geekroscom opened this issue Mar 24, 2023 · 11 comments

Comments

@geekroscom
Copy link

redis.exceptions.ResponseError: unknown command 'FT.CREATE'?

@alg-bug-engineer
Copy link

me too

@TSummerDay
Copy link

because you do not install Redisearch module

@qichangc
Copy link

@zscorpio
Copy link

docker run -p 6379:6379 redislabs/redisearch:latest

helps

@spursy
Copy link

spursy commented Mar 24, 2023

cannot salve my problem

@AbirKorched
Copy link

AbirKorched commented Mar 24, 2023

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

docker compose up -d

@CyberAmyntas
Copy link
Contributor

Use Docker or install Redis with Redisearch - FT.Create (https://redis.io/commands/ft.create/)

@tylerhutcherson
Copy link
Contributor

Hi just to clarify from the Redis side, you need to make sure both RediSearch and RedisJSON are installed. They come by default with the Redis Stack docker container we reference under: https://github.com/openai/chatgpt-retrieval-plugin/tree/main/examples/docker/redis

This should fix your issues.

@tylerhutcherson
Copy link
Contributor

We'll open a PR with a module check to return a clearer error. Stay tuned.

@Noah670
Copy link

Noah670 commented Mar 25, 2023

Updating Docker fixed my issue

@isafulf
Copy link
Collaborator

isafulf commented Mar 27, 2023

addressed with:
#38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests