RomyMy commited on
Commit
cb85932
β€’
1 Parent(s): 6587d20

modify readme

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. readme.md +1 -0
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  product_data.csv
2
- .env
 
 
1
  product_data.csv
2
+ .env
3
+ __pycache__/
readme.md CHANGED
@@ -1,3 +1,4 @@
 
1
  An ***e-commerce chatBot*** which goes through the Amazon dataset products and suggests the most suitable goods according to the user needs.
2
  By utilizing the power of product embeddings and large language models exploiting Langchain and Redis technologies, this chatbot acts as a real salesperson, can understand the client's request and efficiently search for relevant product recommendations based on the user description and present them in an engaging and informative manner.
3
  **link to download the Amazon product dataset** : https://drive.google.com/file/d/1tHWB6u3yQCuAgOYc-DxtZ8Mru3uV5_lj/view
 
1
+ **Description:**
2
  An ***e-commerce chatBot*** which goes through the Amazon dataset products and suggests the most suitable goods according to the user needs.
3
  By utilizing the power of product embeddings and large language models exploiting Langchain and Redis technologies, this chatbot acts as a real salesperson, can understand the client's request and efficiently search for relevant product recommendations based on the user description and present them in an engaging and informative manner.
4
  **link to download the Amazon product dataset** : https://drive.google.com/file/d/1tHWB6u3yQCuAgOYc-DxtZ8Mru3uV5_lj/view