Skip to main content

🧠 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

  1. Emails are vectorized and stored.
  2. Chatbot retrieves related messages by context.
  3. A smart response is generated using an LLM.