├── README.md ├── assets └── img │ ├── basic_flow.png │ └── deployment.png ├── env.yaml ├── first_llm_prompt ├── myntra_dataset_feature-store_creation.ipynb ├── recommender-with-both-llms.ipynb └── second_llm_prompt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmaheshrajput/recsys-llm-chatbot/HEAD/README.md -------------------------------------------------------------------------------- /assets/img/basic_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmaheshrajput/recsys-llm-chatbot/HEAD/assets/img/basic_flow.png -------------------------------------------------------------------------------- /assets/img/deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmaheshrajput/recsys-llm-chatbot/HEAD/assets/img/deployment.png -------------------------------------------------------------------------------- /env.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmaheshrajput/recsys-llm-chatbot/HEAD/env.yaml -------------------------------------------------------------------------------- /first_llm_prompt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmaheshrajput/recsys-llm-chatbot/HEAD/first_llm_prompt -------------------------------------------------------------------------------- /myntra_dataset_feature-store_creation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmaheshrajput/recsys-llm-chatbot/HEAD/myntra_dataset_feature-store_creation.ipynb -------------------------------------------------------------------------------- /recommender-with-both-llms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmaheshrajput/recsys-llm-chatbot/HEAD/recommender-with-both-llms.ipynb -------------------------------------------------------------------------------- /second_llm_prompt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmaheshrajput/recsys-llm-chatbot/HEAD/second_llm_prompt --------------------------------------------------------------------------------