AI Meal Planner

Input your food choice, energy requirements for a healthy recipe suggested by our RAG Solution.

How it works?

Our AI Meal Planner blends LLM with RAG-like architecture

Step 1: Dynamically assemble your input into a structured, context-rich prompt

Step 2. Retrieve the most relevant knowledge from vector database

Step 3: Feed the information into the LLM's response generation process - for a full recipe with nutrients breakdown and justifications

Your Recipe

Input in above form

(function () { if (!window.chatbase || window.chatbase('getState') !== 'initialized') { window.chatbase = (...arguments) => { if (!window.chatbase.q) { window.chatbase.q = []; } window.chatbase.q.push(arguments); }; window.chatbase = new Proxy(window.chatbase, { get(target, prop) { if (prop === 'q') { return target.q; } return (...args) => target(prop, ...args); }, }); } const onLoad = function () { const script = document.createElement('script'); script.src = 'https://www.chatbase.co/embed.min.js'; script.id = 'nJYgZ_-ZeZ-G1qbXzsm6j'; script.domain = 'www.chatbase.co'; document.body.appendChild(script); }; if (document.readyState === 'complete') { onLoad(); } else { window.addEventListener('load', onLoad); } })();