File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
docs/howtos/solutions/vector Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33Below is a command to the clone the source code for the application used in this tutorial
44
5- git clone --branch v7.0 .0 https://github.com/redis-developer/redis-microservices-ecommerce-solutions
5+ git clone --branch v7.1 .0 https://github.com/redis-developer/redis-microservices-ecommerce-solutions
66
77:::
Original file line number Diff line number Diff line change 11---
22id : index-solutions-gen-ai-chatbot
3- title : How to Build GenAI Chatbot Using LangChain and Redis
4- sidebar_label : How to Build GenAI Chatbot Using LangChain and Redis
3+ title : How to Build a GenAI Chatbot Using LangChain and Redis
4+ sidebar_label : How to Build a GenAI Chatbot Using LangChain and Redis
55slug : /howtos/solutions/vector/gen-ai-chatbot
66authors : [prasan, will]
77---
Original file line number Diff line number Diff line change @@ -395,6 +395,7 @@ module.exports = {
395395 label : 'Vector Database' ,
396396 items : [
397397 'howtos/solutions/vector/getting-started-vector/index-getting-started-vector' ,
398+ 'howtos/solutions/vector/gen-ai-chatbot/index-solutions-gen-ai-chatbot' ,
398399 ] ,
399400 } ,
400401 ] ,
You can’t perform that action at this time.
0 commit comments