nuxt ecommerce rag
1.0.0
This repo should help get you started developing RAG Applications for eCommerce with Weaviate and Nuxt.js.

Clone the repo with the following command
git clone https://github.com/weaviate-tutorials/nuxt-ecommerce-ragInstall the necessary project dependencies with the following command
yarn installCreate a Weaviate instance on Weaviate Cloud Services as described in this guide
Create a .env file and add the following keys
NUXT_OPENAI_API_KEY (you can get this in your Open AI settings)NUXT_COHERE_API_KEY (you can get this in your Cohere settings)NUXT_WEAVIATE_READ_KEY (you can get this in your Weaviate dashboard under sandbox details)NUXT_WEAVIATE_ADMIN_KEY (you can get this in your Weaviate dashboard under sandbox details)NUXT_WEAVIATE_HOST_URL (you can get this in your Weaviate dashboard under sandbox details)Import your data and initialize your collections by uncommenting the last three lines in import/simple.ts and then running the following command
yarn run import-data Start your Nuxt.js app with the following command
yarn devSearch away!!
Learn more about Weaviate applications