Skip to content

kidusshun/ecom_customer_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Store AI Assistant

  • This AI assistant serves as a sales assistant just like the ones in physical stores. Users can browse through products by just talking to the AI assistant.

Setup database

docker run -d --name ecom_customer_bot -e POSTGRES_USER=root -e POSTGRES_PASSWORD=password -e POSTGRES_DB=ecom_bot -p 5432:5432 ankane/pgvector

Run migration

make migrate-up

Run server

make watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors