Convosuite
  • Welcome to Convosuite
  • Authorization
  • How to Use
  • Document Loaders
  • Chat Models
  • Embeddings
  • Memory
  • Tools
    • Custom Tool
    • Zapier NLA
  • Vector Stores
    • Pinecone
    • Supabase
    • Chroma
  • Vector Management
  • 3rd Party Platform Integration
  • Migration Guide
  • Use Cases
    • Web Scrape QnA
    • Build a Lead Generation Chatbot into your website.
      • Teaching with AI
Powered by GitBook
On this page

Memory

Memory allow you to chat with AI as if AI has the memory of previous conversations.

Human: hi i am bob

AI: Hello Bob! It's nice to meet you. How can I assist you today?

Human: what's my name?

AI: Your name is Bob, as you mentioned earlier.

Under the hood, these conversations are stored in arrays or databases, and provided as context to LLM. For example:

You are an assistant to a human, powered by a large language model trained by OpenAI.

Whether the human needs help with a specific question or just wants to have a conversation about a particular topic, you are here to assist.

Current conversation:
{history}

There are different type of ways to store memory:

  • Buffer Memory

  • Buffer Window Memory

  • Conversation Summary Memory

  • Zep Memory

PreviousEmbeddingsNextTools

Last updated 1 year ago