🧠 AI Features
Melify uses AI to enhance email experience.
✨ Features
- Summarization of long email threads
- Categorization using prompt-based models
- Chatbot with RAG (retrieval-augmented generation)
🧠 Stack
- Python workers
- LangChain for prompt templating and chains
- MongoDB or Pinecone for vector search
- OpenAI/Mistral/HuggingFace LLMs
🔍 Example Workflow
- Emails are vectorized and stored.
- Chatbot retrieves related messages by context.
- A smart response is generated using an LLM.