Files
letta-server/docs/index.md
Owen Easter 796c33f1a6 docs: linting, syntax, formatting & spelling fixes for all files (#761)
* Update README.md

* fix: 'ollama run' should be 'ollama pull'

* fix: linting, syntax, spelling corrections for all docs

* fix: markdown linting rules and missed fixes

* fix: readded space to block

* fix: changed sh blocks to text

* docs: added exception for bare urls in markdown

* docs: added exception for in-line html (MD033/no-inline-html)

* docs: made python indentation level consistent (4 space tabs) even though I prefer 2.

---------

Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-01-02 10:31:50 -08:00

2.4 KiB

title, excerpt, category
title excerpt category
Introduction Welcome to the MemGPT documentation! 6580d34ee5e4d00068bf2a1d
<style> .button { display: block; width: auto; padding: 15px 25px; margin: 10px 0; color: white; text-align: left; text-decoration: none !important; /* Enforce no underline */ border-radius: 5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; font-size: 18px; font-weight: bold; } .emoji { margin-right: 8px; /* Adjust space between emoji and text */ } .button:hover { transform: translateY(-2px); } /* Define individual colors for each button */ .green { background: linear-gradient(to right, #78e08f, #38ada9); } .blue { background: linear-gradient(to right, #4bcffa, #4d73e5); } .purple { background: linear-gradient(to right, #8e44ad, #9b59b6); } .orange { background: linear-gradient(to right, #f6b93b, #e55039); } .container { width: 100%; max-width: 600px; margin-left: 0; margin-right: 0; } </style>

memgpt llama

What is MemGPT?

MemGPT enables LLMs to manage their own memory and overcome limited context windows!

You can use MemGPT to:

  • create perpetual chatbots that learn about you and change their own personalities over time
  • create perpetual chatbots that can read (and write to!) large data stores

MemGPT is an open source project under active development. If you'd like to help make MemGPT even better, come chat with the community on Discord and on GitHub. You can read more about the research behind MemGPT at https://memgpt.ai.

Getting started

Join the community