In this tutorial we build a conversational retail shopping assistant that helps customers find items of interest that are buried in a product catalog. Our chatbot will take user input, find relevant products, and present the information in a friendly and detailed manner.
The source code here goes along with this Redis blog post. Try various prompt-engineering techniques to improve on this prototype for your use case!
- Get an OpenAI API Key.
- Add the API key to the
docker-compose.yml
file here in the repo. - Start up the docker compose environment:
docker compose up
- Extensions to LangChain + Redis integration for conversational memory storage
- Have an idea or contribution to make this even better? Open an issue -- let's collaborate!